Class ICBrokerDeclarationDTO

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

public class ICBrokerDeclarationDTO extends Object
DTO to hold data for customs broker declaration
  • Field Details

    • TYPE_CODE_EXPORT

      public static final String TYPE_CODE_EXPORT
      Export
      See Also:
    • TYPE_CODE_IMPORT

      public static final String TYPE_CODE_IMPORT
      Import
      See Also:
    • TYPE_CODE_TRANSIT_DEPARTURE

      public static final String TYPE_CODE_TRANSIT_DEPARTURE
      Transit departure
      See Also:
    • TYPE_CODE_ENSDECL

      public static final String TYPE_CODE_ENSDECL
      Entry summary declaration
      See Also:
    • declarationTypeCode

      public String declarationTypeCode
      Type of declaration.

      Possible values:

    • localReference

      public String localReference
      Local unique reference number.

      length=35

    • customsRegistrationNumber

      public String customsRegistrationNumber
      Registration number given by customs (e.g. MRN, CRN, ...)

      length=35

    • statusCode

      public String statusCode
      Current status code of the declaration.
    • totalGrossMass

      public QuantityDTO totalGrossMass
      Total gross mass of the declaration.
    • totalNumberItems

      public Integer totalNumberItems
      Total number of items in the declaration.
    • totalNumberPackages

      public Integer totalNumberPackages
      Total number of packages in the declaration.
    • additionalReferences

      public ICAdditionalReferenceDTO[] additionalReferences
      Additional references of the customs declaration.
    • declarationAmounts

      public ICAmountOfMoneyDTO[] declarationAmounts
      Amounts of the customs declaration.
    • attachments

      public ICAttachmentDTO[] attachments
      List of attachments.
      Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment).
    • controlMeasures

      public ICCustomsControlMeasureDTO[] controlMeasures
      List of information about control measures.
  • Constructor Details

    • ICBrokerDeclarationDTO

      public ICBrokerDeclarationDTO()