Class LISTrackingObjectReferenceField20DTO

java.lang.Object
de.aeb.xnsg.lis20.bf.LISTrackingObjectReferenceField20DTO

public class LISTrackingObjectReferenceField20DTO extends Object
DTO for a single reference field with fieldName and the number
  • Field Details

    • REF_FIELD_CONS_NO

      public static final String REF_FIELD_CONS_NO
      Consignment number ("CONS_NO")
      See Also:
    • REF_FIELD_SHIPPER_REFERENCE

      public static final String REF_FIELD_SHIPPER_REFERENCE
      Reference number of the shipper for the forwarder ("SHIPPER_REFERENCE")
      See Also:
    • REF_FIELD_GTN

      public static final String REF_FIELD_GTN
      Global transaction number of a transport leg ("GLOB_TRANS_NO")
      See Also:
    • REF_FIELD_INTERNAL_ID

      public static final String REF_FIELD_INTERNAL_ID
      Internal database id ("INTERNAL_ID"). Only to be used for internal purposes.
      See Also:
    • REF_FIELD_FORWARDER_REFERENCE

      public static final String REF_FIELD_FORWARDER_REFERENCE
      Reference number by which the shipment can be found on the tracking website of the forwarder ("FORWARDER_REFERENCE")
      See Also:
    • REF_FIELD_MASTER_WAYBILL_NUMBER

      public static final String REF_FIELD_MASTER_WAYBILL_NUMBER
      Waybill number as a unique number for the process within the organisation of the forwarder ("MASTER_WAYBILL")
      See Also:
    • REF_FIELD_HOUSE_AIRWAYBILL_NUMBER

      public static final String REF_FIELD_HOUSE_AIRWAYBILL_NUMBER
      Waybill number distributed by forwarder for one consignee, usually not known to the supplier ("HOUSE_WAYBILL")
      See Also:
    • REF_FIELD_MEANS_OF_TRANSPORT_NUMBER

      public static final String REF_FIELD_MEANS_OF_TRANSPORT_NUMBER
      Registration number of the means of transport ("MEANS_OF_TRANSPORT_NO")
      See Also:
    • REF_FIELD_GLOBAL_UNIT_NUMBER

      public static final String REF_FIELD_GLOBAL_UNIT_NUMBER
      Global transport unit number ("GLOB_UNIT_NO")
      See Also:
    • REF_FIELD_SUPPLIER_GLN

      public static final String REF_FIELD_SUPPLIER_GLN
      Global location number of the supplier. Can only be used in combination with other references fields.
      See Also:
    • REF_FIELD_HANDLING_UNIT_NUMBER_FROM

      public static final String REF_FIELD_HANDLING_UNIT_NUMBER_FROM
      The handling unit number from of a handling unit. Can only be used in combination with other references fields, e.g. "CONS_NO".
      See Also:
    • REF_FIELD_DELIVERY_NOTE_NUMBER

      public static final String REF_FIELD_DELIVERY_NOTE_NUMBER
      Deliverynotenumber of a handling unit ("DELIVERY_NOTE_NUMBER")
      See Also:
    • REF_FIELD_SERIAL_SHIPPING_CONTAINER_CODE

      public static final String REF_FIELD_SERIAL_SHIPPING_CONTAINER_CODE
      Serial shipping container code for a handling unit ("SHIPPING_CONTAINER_CODE")
      See Also:
    • REF_FIELD_DATA_SOURCE_ID_HOST

      public static final String REF_FIELD_DATA_SOURCE_ID_HOST
      DataSourceIDHost or transacation ID ("DATA_SOURCE_ID_HOST"). The Id of the object in the host system.
      See Also:
    • REF_FIELD_TRANSPORT_SEQUENCE_NUMBER

      public static final String REF_FIELD_TRANSPORT_SEQUENCE_NUMBER
      The sequence number of the transport ("REF_FIELD_TRANSPORT_SEQUENCE_NUMBER").
      See Also:
    • REF_FIELD_ORDER_NO_BUYER

      public static final String REF_FIELD_ORDER_NO_BUYER
      Order number buyer ("ORDER_NO_BUYER")
      Not to be used together with "ORDER_NO" or "ORDER_NO_SUPPLIER".
      See Also:
    • REF_FIELD_ORDER_NO_SUPPLIER

      public static final String REF_FIELD_ORDER_NO_SUPPLIER
      Order number supplier ("ORDER_NO_SUPPLIER")
      Not to be used together with "ORDER_NO" or "ORDER_NO_BUYER".
      See Also:
    • REF_FIELD_BUYER_GLN

      public static final String REF_FIELD_BUYER_GLN
      Global location number of the buyer. Can only be used in combination with other references fields.
      See Also:
    • REF_FIELD_SEQUENCE_NUMBER

      public static final String REF_FIELD_SEQUENCE_NUMBER
      Sequence number by which a transport leg can be found in combination with other numbers ("SEQUENCE_NUMBER")
      See Also:
    • REF_FIELD_ORDER_NO

      public static final String REF_FIELD_ORDER_NO
      Order number ("ORDER_NO"). To be used when the type type of order number is unknown. It might be order number buyer or supplier. If the type of order number is known, use "ORDER_NO_BUYER" or "ORDER_NO_SUPPLIER" instead.
      Not to be used together with "ORDER_NO_BUYER" or "ORDER_NO_SUPPLIER".
      See Also:
    • REF_FIELD_ORDERITEM_NO

      public static final String REF_FIELD_ORDERITEM_NO
      Order item number ("ORDERITEM_NO"). To be used when the type type of order item number is unknown. It might be order item number buyer or supplier. Only to be used together with "ORDER_NO".
      See Also:
    • REF_FIELD_ORDERITEM_NO_BUYER

      public static final String REF_FIELD_ORDERITEM_NO_BUYER
      Order item number buyer ("ORDERITEM_NO_BUYER")
      Only to be used together with "ORDER_NO_BUYER".
      See Also:
    • REF_FIELD_ORDERITEM_NO_SUPPLIER

      public static final String REF_FIELD_ORDERITEM_NO_SUPPLIER
      Order item number buyer ("ORDERITEM_NO_SUPPLIER")
      Only to be used together with "ORDER_NO_SUPPLIER".
      See Also:
    • REF_FIELD_HANDLING_UNIT_SHIPPER_REFERENCE

      public static final String REF_FIELD_HANDLING_UNIT_SHIPPER_REFERENCE
      Handling unit reference number of the shipper for the forwarder ("HU_SHIPPER_REFERENCE")
      See Also:
    • REF_FIELD_HANDLING_UNIT_MASTER_WAYBILL_NUMBER

      public static final String REF_FIELD_HANDLING_UNIT_MASTER_WAYBILL_NUMBER
      Waybill number for a handling unit ("HU_MASTER_WAYBILL_NUMBER")
      See Also:
    • referenceField

      public String referenceField
      ReferenceField can hold one of the REF_FIELD-XYZ constants. It depends on the trackingObjectType which field makes sense.
    • referenceNumber

      public String referenceNumber
      ReferenceNumber
  • Constructor Details

    • LISTrackingObjectReferenceField20DTO

      public LISTrackingObjectReferenceField20DTO()