Class ICCustomsOfficeDTO

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

public class ICCustomsOfficeDTO extends Object
DTO to hold data for a customs office.
  • Field Details

    • officeType

      public String officeType
      Specific office type:
      • ENTRY - Entry office
      • EXIT - Exit office
      • EXPORT - Export office
      • TRANSIT - Transit office
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=CUSTOMS_OFFICE_TYPE

      length=35

    • sequenceNumber

      public Integer sequenceNumber
      Sequence number of the customs office within the itinerary.

      length=2

    • officeCode

      public String officeCode
      Code of the customs office.

      length=30

  • Constructor Details

    • ICCustomsOfficeDTO

      public ICCustomsOfficeDTO()