Class ICPreviousDocumentDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICPreviousDocumentDTO

public class ICPreviousDocumentDTO extends Object
DTO to hold data for previous documents.
  • Field Details

    • type

      public String type
      Code specifying the type of a previous document. Length = 6.
    • category

      public String category
      Category of a previous document. Not supported for all customs processes. Length = 1.
    • reference

      public String reference
      Free text field for a document reference. Length = 70.
    • complementaryInfo

      public String complementaryInfo
      Additional free text field. Length = 70.
    • typeOfPackages

      public String typeOfPackages
      Type of packages. Length = 2.
    • numberOfPackages

      public Integer numberOfPackages
      Number of packages. Length = 8.
    • measurementUnitAndQualifier

      public String measurementUnitAndQualifier
      Measurement unit and qualifier. Length = 4.
    • quantity

      public BigDecimal quantity
      Quantity. Length = 22, scale = 6.
    • goodsItemIdentifier

      public Integer goodsItemIdentifier
      Goodsitem identifier. Length = 5.
  • Constructor Details

    • ICPreviousDocumentDTO

      public ICPreviousDocumentDTO()