Package de.aeb.xnsg.customs.dto.ext.us
Class ICDeliveryExportUSDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.us.ICDeliveryExportUSDTO
DTO to hold Export US specific extension data for a ICDeliveryDTO.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode specifying the carrier.Code specifying the consignee related indicator.Code specifying the consignee type.The expected departure date/time of the goods.Code specifying the exportation port.Code specifying the in-bond status.Code specifying the origin region.Code specifying the sold en route indicator.ode specifying the transportation reference.Code specifying the unlading port. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
carrierCode
Code specifying the carrier.length=4
-
consigneeRelatedIndicator
Code specifying the consignee related indicator.length=3
-
consigneeType
Code specifying the consignee type.length=2
-
expectedDepartureTime
The expected departure date/time of the goods. -
exportationPort
Code specifying the exportation port.length=4
-
unladingPort
Code specifying the unlading port.length=5
-
originRegion
Code specifying the origin region.length=2
-
soldEnRouteIndicator
Code specifying the sold en route indicator.length=2
-
transportationReferenceNumber
ode specifying the transportation reference.length=30
-
inbondCode
Code specifying the in-bond status.length=2
-
-
Constructor Details
-
ICDeliveryExportUSDTO
public ICDeliveryExportUSDTO()
-