Class ICBrokerDeclarationDTO
java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICBrokerDeclarationDTO
DTO to hold data for customs broker declaration
-
Field Summary
FieldsModifier and TypeFieldDescriptionAdditional references of the customs declaration.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).List of information about control measures.Registration number given by customs (e.g.Amounts of the customs declaration.Type of declaration.Local unique reference number.Current status code of the declaration.Total gross mass of the declaration.Total number of items in the declaration.Total number of packages in the declaration.static final StringEntry summary declarationstatic final StringExportstatic final StringImportstatic final StringTransit departure -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_CODE_EXPORT
Export- See Also:
-
TYPE_CODE_IMPORT
Import- See Also:
-
TYPE_CODE_TRANSIT_DEPARTURE
Transit departure- See Also:
-
TYPE_CODE_ENSDECL
Entry summary declaration- See Also:
-
declarationTypeCode
Type of declaration.Possible values:
-
localReference
Local unique reference number.length=35
-
customsRegistrationNumber
Registration number given by customs (e.g. MRN, CRN, ...)length=35
-
statusCode
Current status code of the declaration. -
totalGrossMass
Total gross mass of the declaration. -
totalNumberItems
Total number of items in the declaration. -
totalNumberPackages
Total number of packages in the declaration. -
additionalReferences
Additional references of the customs declaration. -
declarationAmounts
Amounts of the customs declaration. -
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
List of information about control measures.
-
-
Constructor Details
-
ICBrokerDeclarationDTO
public ICBrokerDeclarationDTO()
-