Package de.aeb.xnsg.customs.dto.common
Class ICTransportMeansDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICTransportMeansDTO
DTO to hold data for transport means.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCustoms office of transport means, used for NCTS.Identifier to identify the means of transport.static final intThe maximum allowed length for ameansType.static final intThe maximum allowed length for atransportModeCode.Specific means type: BORDER - Transport means at border ARRIVAL - Transport means at arrival DEPARTURE - Transport means at departure '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=TRANSPORT_MEANS_TYPEISO code of the nationality of the means of transport.Type of transport meansMode of transport. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_MEANS_TYPE_LENGTH
public static final int MAX_MEANS_TYPE_LENGTHThe maximum allowed length for ameansType.- See Also:
-
MAX_TRANSPORT_MODE_CODE_LENGTH
public static final int MAX_TRANSPORT_MODE_CODE_LENGTHThe maximum allowed length for atransportModeCode.- See Also:
-
meansType
Specific means type:- BORDER - Transport means at border
- ARRIVAL - Transport means at arrival
- DEPARTURE - Transport means at departure
- '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=TRANSPORT_MEANS_TYPE
length=35
-
transportModeCode
Mode of transport.length=2
-
transportMeansCode
Type of transport meanslength=2
-
identification
Identifier to identify the means of transport. Sea: ITU Standard or Lloyd's number; Air: IATA aircraft ID; Road: national license plate; Rail: locomotive numberlength=27
-
nationalityCode
ISO code of the nationality of the means of transport.length=2
-
customsOffice
Customs office of transport means, used for NCTS.
-
-
Constructor Details
-
ICTransportMeansDTO
public ICTransportMeansDTO()
-