Package de.aeb.xnsg.customs.dto.common
Class ICLocationDTO
java.lang.Object
de.aeb.xnsg.customs.dto.common.ICLocationDTO
DTO to hold data of a location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAuthorisation numberCityLocation codeComplementing dataContact personCountry Iso codeSpecific customs process.Global Navigation Satellite System dataSpecific location type: LOADING_PLACE - Place of loading UNLOADING_PLACE - Place of unloading '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=LOCATION_TYPELocation namePostal codeQualifier of identificationStreet.Street numberType of location, codedUN/LOCODE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Location codelength=35
-
name
Location namelength=35
-
street
Street.length=70
For NL used as optional Address, length=22
-
streetNumber
Street numberlength=10
-
city
Citylength=35
-
postCode
Postal codelength=7
-
country
Country Iso codelength=2
-
complement
Complementing datalength=4
-
unLocode
UN/LOCODElength=17
-
type
Type of location, codedlength=1
-
gnss
Global Navigation Satellite System data -
qualifierOfIdentification
Qualifier of identificationlength=1
-
authorisationNumber
Authorisation numberlength=35
-
contactPerson
Contact person -
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()
-