Class ICTransportMeansDTO

java.lang.Object
de.aeb.xnsg.customs.dto.common.ICTransportMeansDTO

public class ICTransportMeansDTO extends Object
DTO to hold data for transport means.
  • Field Details

    • meansType

      public String 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

      public String transportModeCode
      Mode of transport.

      length=2

    • transportMeansCode

      public String transportMeansCode
      Type of transport means

      length=2

    • identification

      public String 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 number

      length=27

    • nationalityCode

      public String nationalityCode
      ISO code of the nationality of the means of transport.

      length=2

    • customsOffice

      public ICCustomsOfficeDTO customsOffice
      Customs office of transport means, used for NCTS.
  • Constructor Details

    • ICTransportMeansDTO

      public ICTransportMeansDTO()