Class ICAdditionalReferenceDTO

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

public class ICAdditionalReferenceDTO extends Object
DTO to hold data of a additional reference.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Issue date.
    Item number of the referenced declaration or business object.
    Quantity of the additional reference, if applicable
    The reference number.
    Specific type of the reference: PORT_BOOKING_NUMBER - Booking reference of a port notification EXPORT_REG_NUMBER - Registration number of a export declaration IMPORT_REG_NUMBER - Registration number of a import declaration TRANSIT_REG_NUMBER - Registration number of a transit declaration EMCS_ARC_NUMBER - Administrative reference code . '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=REFERENCE_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • referenceType

      public String referenceType
      Specific type of the reference:
      • PORT_BOOKING_NUMBER - Booking reference of a port notification
      • EXPORT_REG_NUMBER - Registration number of a export declaration
      • IMPORT_REG_NUMBER - Registration number of a import declaration
      • TRANSIT_REG_NUMBER - Registration number of a transit declaration
      • EMCS_ARC_NUMBER - Administrative reference code .
      • '... for full list see /InternationalCustomsBFBean/getCodes with codeListCode=REFERENCE_TYPE

      length=20

    • reference

      public String reference
      The reference number.

      length=50

    • issueDate

      public DateAndZoneDTO issueDate
      Issue date.
    • itemNumber

      public Integer itemNumber
      Item number of the referenced declaration or business object.
    • quantity

      public QuantityDTO quantity
      Quantity of the additional reference, if applicable
  • Constructor Details

    • ICAdditionalReferenceDTO

      public ICAdditionalReferenceDTO()