Package de.aeb.xnsg.customs.dto.common
Class ICCustomsOfficeDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICCustomsOfficeDTO
DTO to hold data for a customs office.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the customs office.Specific office type: ENTRY - Entry office EXIT - Exit office EXPORT - Export office TRANSIT - Transit office '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_OFFICE_TYPESequence number of the customs office within the itinerary. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
officeType
Specific office type:- ENTRY - Entry office
- EXIT - Exit office
- EXPORT - Export office
- TRANSIT - Transit office
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_OFFICE_TYPE
length=35
-
sequenceNumber
Sequence number of the customs office within the itinerary.length=2
-
officeCode
Code of the customs office.length=30
-
-
Constructor Details
-
ICCustomsOfficeDTO
public ICCustomsOfficeDTO()
-