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