Package de.aeb.xnsg.customs.dto.common
Class ICAdditionalReferenceDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICAdditionalReferenceDTO
DTO to hold data of a additional reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIssue date.Item number of the referenced declaration or business object.static final intThe maximum allowed length for areferenceType.Quantity of the additional reference, if applicableThe reference number.Specific type of the reference: PORT_BOOKING_NUMBER - Booking reference of a port notification EXPORT_REG_NUMBER - Registration number of a export declaration IMPORT_REG_NUMBER - Registration number of a import declaration TRANSIT_REG_NUMBER - Registration number of a transit declaration EMCS_ARC_NUMBER - Administrative reference code . '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=REFERENCE_TYPE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_REFERENCE_TYPE_LENGTH
public static final int MAX_REFERENCE_TYPE_LENGTHThe maximum allowed length for areferenceType.- See Also:
-
referenceType
Specific type of the reference:- PORT_BOOKING_NUMBER - Booking reference of a port notification
- EXPORT_REG_NUMBER - Registration number of a export declaration
- IMPORT_REG_NUMBER - Registration number of a import declaration
- TRANSIT_REG_NUMBER - Registration number of a transit declaration
- EMCS_ARC_NUMBER - Administrative reference code .
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=REFERENCE_TYPE
length=20
-
reference
The reference number.length=50
-
issueDate
Issue date. -
itemNumber
Item number of the referenced declaration or business object. -
quantity
Quantity of the additional reference, if applicable
-
-
Constructor Details
-
ICAdditionalReferenceDTO
public ICAdditionalReferenceDTO()
-