Package de.aeb.xnsg.lis20.bf
Class LISTrackingObjectReferenceField20DTO
java.lang.Object
de.aeb.xnsg.lis20.bf.LISTrackingObjectReferenceField20DTO
DTO for a single reference field with fieldName and the number
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGlobal location number of the buyer.static final StringConsignment number ("CONS_NO")static final StringDataSourceIDHost or transacation ID ("DATA_SOURCE_ID_HOST").static final StringDeliverynotenumber of a handling unit ("DELIVERY_NOTE_NUMBER")static final StringReference number by which the shipment can be found on the tracking website of the forwarder ("FORWARDER_REFERENCE")static final StringGlobal transport unit number ("GLOB_UNIT_NO")static final StringGlobal transaction number of a transport leg ("GLOB_TRANS_NO")static final StringWaybill number for a handling unit ("HU_MASTER_WAYBILL_NUMBER")static final StringThe handling unit number from of a handling unit.static final StringHandling unit reference number of the shipper for the forwarder ("HU_SHIPPER_REFERENCE")static final StringWaybill number distributed by forwarder for one consignee, usually not known to the supplier ("HOUSE_WAYBILL")static final StringInternal database id ("INTERNAL_ID").static final StringWaybill number as a unique number for the process within the organisation of the forwarder ("MASTER_WAYBILL")static final StringRegistration number of the means of transport ("MEANS_OF_TRANSPORT_NO")static final StringOrder number ("ORDER_NO").static final StringOrder number buyer ("ORDER_NO_BUYER")
Not to be used together with "ORDER_NO" or "ORDER_NO_SUPPLIER".static final StringOrder number supplier ("ORDER_NO_SUPPLIER")
Not to be used together with "ORDER_NO" or "ORDER_NO_BUYER".static final StringOrder item number ("ORDERITEM_NO").static final StringOrder item number buyer ("ORDERITEM_NO_BUYER")
Only to be used together with "ORDER_NO_BUYER".static final StringOrder item number buyer ("ORDERITEM_NO_SUPPLIER")
Only to be used together with "ORDER_NO_SUPPLIER".static final StringSequence number by which a transport leg can be found in combination with other numbers ("SEQUENCE_NUMBER")static final StringSerial shipping container code for a handling unit ("SHIPPING_CONTAINER_CODE")static final StringReference number of the shipper for the forwarder ("SHIPPER_REFERENCE")static final StringGlobal location number of the supplier.static final StringThe sequence number of the transport ("REF_FIELD_TRANSPORT_SEQUENCE_NUMBER").ReferenceField can hold one of the REF_FIELD-XYZ constants.ReferenceNumber -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REF_FIELD_CONS_NO
Consignment number ("CONS_NO")- See Also:
-
REF_FIELD_SHIPPER_REFERENCE
Reference number of the shipper for the forwarder ("SHIPPER_REFERENCE")- See Also:
-
REF_FIELD_GTN
Global transaction number of a transport leg ("GLOB_TRANS_NO")- See Also:
-
REF_FIELD_INTERNAL_ID
Internal database id ("INTERNAL_ID"). Only to be used for internal purposes.- See Also:
-
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
Waybill number as a unique number for the process within the organisation of the forwarder ("MASTER_WAYBILL")- See Also:
-
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
Registration number of the means of transport ("MEANS_OF_TRANSPORT_NO")- See Also:
-
REF_FIELD_GLOBAL_UNIT_NUMBER
Global transport unit number ("GLOB_UNIT_NO")- See Also:
-
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
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
Deliverynotenumber of a handling unit ("DELIVERY_NOTE_NUMBER")- See Also:
-
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
DataSourceIDHost or transacation ID ("DATA_SOURCE_ID_HOST"). The Id of the object in the host system.- See Also:
-
REF_FIELD_TRANSPORT_SEQUENCE_NUMBER
The sequence number of the transport ("REF_FIELD_TRANSPORT_SEQUENCE_NUMBER").- See Also:
-
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
Order number supplier ("ORDER_NO_SUPPLIER")
Not to be used together with "ORDER_NO" or "ORDER_NO_BUYER".- See Also:
-
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
Sequence number by which a transport leg can be found in combination with other numbers ("SEQUENCE_NUMBER")- See Also:
-
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
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
Order item number buyer ("ORDERITEM_NO_BUYER")
Only to be used together with "ORDER_NO_BUYER".- See Also:
-
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
Handling unit reference number of the shipper for the forwarder ("HU_SHIPPER_REFERENCE")- See Also:
-
REF_FIELD_HANDLING_UNIT_MASTER_WAYBILL_NUMBER
Waybill number for a handling unit ("HU_MASTER_WAYBILL_NUMBER")- See Also:
-
referenceField
ReferenceField can hold one of the REF_FIELD-XYZ constants. It depends on the trackingObjectType which field makes sense. -
referenceNumber
ReferenceNumber
-
-
Constructor Details
-
LISTrackingObjectReferenceField20DTO
public LISTrackingObjectReferenceField20DTO()
-