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.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
-
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()
-