Package de.aeb.xnsg.customs.dto.ext.us
Class ICDeliveryItemExportUSDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.us.ICDeliveryItemExportUSDTO
DTO to hold US specific extension data for a
ICDeliveryItemDTO.-
Field Summary
FieldsModifier and TypeFieldDescriptionCode specifying the commodity code qualificator.String representing the DDTC registration number.String representing the license number.Code specifying the license qualificator.Code specifying the license symbol.Code specifying the license type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
licenseQualifier
Code specifying the license qualificator.length=1
-
licenseType
Code specifying the license type.length=3
-
licenseNumber
String representing the license number.length=35
-
licenseSymbol
Code specifying the license symbol.length=2
-
ddtcRegistration
String representing the DDTC registration number.length=35
-
commCodeQualifier
Code specifying the commodity code qualificator.length=2
-
-
Constructor Details
-
ICDeliveryItemExportUSDTO
public ICDeliveryItemExportUSDTO()
-