Class ICLocationDTO

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

public class ICLocationDTO extends Object
DTO to hold data of a location.
  • Field Details

    • locationType

      public String locationType
      Specific location type:
      • LOADING_PLACE - Place of loading
      • UNLOADING_PLACE - Place of unloading
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=LOCATION_TYPE

      length=35

    • code

      public String code
      Location code

      length=35

    • name

      public String name
      Location name

      length=35

    • street

      public String street
      Street.

      length=70

      For NL used as optional Address, length=22

    • streetNumber

      public String streetNumber
      Street number

      length=10

    • city

      public String city
      City

      length=35

    • postCode

      public String postCode
      Postal code

      length=7

    • country

      public String country
      Country Iso code

      length=2

    • complement

      public String complement
      Complementing data

      length=4

    • unLocode

      public String unLocode
      UN/LOCODE

      length=17

    • type

      public String type
      Type of location, coded

      length=1

    • gnss

      public ICGnssDTO gnss
      Global Navigation Satellite System data
    • qualifierOfIdentification

      public String qualifierOfIdentification
      Qualifier of identification

      length=1

    • authorisationNumber

      public String authorisationNumber
      Authorisation number

      length=35

    • contactPerson

      public ICPersonDTO contactPerson
      Contact person
    • customsProcess

      public String customsProcess
      Specific customs process.
      • 'EXPORT_BE' - Export process for Belgium
      • 'EXPORT_SE' - Export process for Sweden
      • 'EXPORT_NL' - Export process for Netherlands
      • 'TRANSIT_NL' - Transit process for Netherlands
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_PROCESS_TYPE
      • *

      length=20

  • Constructor Details

    • ICLocationDTO

      public ICLocationDTO()