Class ICDeclarationItemDTO

java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICDeclarationItemDTO

public class ICDeclarationItemDTO extends Object
DTO to hold data of a declaration item.
  • Field Details

    • sequenceNumber

      public Integer sequenceNumber
      Sequence number of the item.

      length=5

    • status

      Current status of the business object.
    • grossMass

      public QuantityDTO grossMass
      Gross mass of the item.
    • netMass

      public QuantityDTO netMass
      Net mass of the item.
    • extension

      Extension data for the declaration item.
    • clientSystemIds

      public String[] clientSystemIds
      IDs of contained items from the sending client system.
    • goodsDescription

      public TextInLanguageDTO[] goodsDescription
      Goods description in requested languages.
    • classifications

      public ICClassificationDTO[] classifications
      List of classifications.
    • quantities

      public ICQuantityDTO[] quantities
      List of quantites.
    • amountsOfMoney

      public ICAmountOfMoneyDTO[] amountsOfMoney
      List of amount of moneys.
    • parties

      public ICPartyDTO[] parties
      List of involved parties.
    • customsProcedures

      public ICCustomsProcedureDTO[] customsProcedures
      List of customs procedure codes.
    • customsSpecialProcedures

      public ICDeclarationItemSpecialProceduresDTO customsSpecialProcedures
      Data group for customs special procedures.
    • clientSpecificFields

      public ClientSpecificFieldsDTO clientSpecificFields
      Contains client specific fields (key/value pairs).
  • Constructor Details

    • ICDeclarationItemDTO

      public ICDeclarationItemDTO()