Package de.aeb.xnsg.customs.dto.common
Class ICPreviousDocumentDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICPreviousDocumentDTO
DTO to hold data for previous documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCategory of a previous document.Additional free text field.Goodsitem identifier.Measurement unit and qualifier.Number of packages.Quantity.Free text field for a document reference.Code specifying the type of a previous document.Type of packages. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Code specifying the type of a previous document. Length = 6. -
category
Category of a previous document. Not supported for all customs processes. Length = 1. -
reference
Free text field for a document reference. Length = 70. -
complementaryInfo
Additional free text field. Length = 70. -
typeOfPackages
Type of packages. Length = 2. -
numberOfPackages
Number of packages. Length = 8. -
measurementUnitAndQualifier
Measurement unit and qualifier. Length = 4. -
quantity
Quantity. Length = 22, scale = 6. -
goodsItemIdentifier
Goodsitem identifier. Length = 5.
-
-
Constructor Details
-
ICPreviousDocumentDTO
public ICPreviousDocumentDTO()
-