Class LISExpHUTransportLeg20DTO

java.lang.Object
de.aeb.xnsg.lis20.bf.export.LISExpHUTransportLeg20DTO

public class LISExpHUTransportLeg20DTO extends Object
DTO to export handling unit transport data to partner systems like the Message Engine Logistics.
  • Field Details

    • trackingInfo

      public LISExpTrackingInfo20DTO trackingInfo
      The tracking info for the hu transport.
    • documents

      public LISExpMODocument20DTO[] documents
      The documents of the HU transportleg
    • events

      public LISExpTrackingEvent20DTO[] events
      The events of the HU transportleg.
    • consignmentNumberTransport

      public String consignmentNumberTransport
      The number of the consignment for the transport.

      length=40

    • shipperReferenceTransport

      public String shipperReferenceTransport
      Reference number for the forwarder given by the shipper.

      length=40

    • forwarder

      public LISPartyDTO forwarder
      The forwarder of the transport leg.
    • handlingUnitNumberFrom

      public String handlingUnitNumberFrom
      The number of the handling unit given by the supplier. RFF-Segment below PAC segment.

      length=40

    • equipmentNumber

      public String equipmentNumber
      The number of the equipment.

      length=40

    • globalTransactionNumber

      public String globalTransactionNumber
      Global unique number to identity the transport clearly.

      length=40

    • supplier

      public LISPartyDTO supplier
      The supplier of the goods.
    • carrierReference

      public String carrierReference
      Reference number of the carrier

      length=40

    • forwarderReference

      public String forwarderReference
      Reference number of the forwarder

      length=40

    • houseAirwayBillNumber

      public String houseAirwayBillNumber
      House airwa bill number of the transport

      length=40

    • masterWayBillNumberTransport

      public String masterWayBillNumberTransport
      The master waybill number of the transport given by the forwarder.

      length=40

    • deliveryNoteNumber

      public String deliveryNoteNumber
      The delivery note number.

      length=40

    • globalUnitNumber

      public String globalUnitNumber
      Unique number to identify a handlingunit Without this number no hu tracking is possible

      length=100

    • masterWayBillNumberHandlingUnit

      public String masterWayBillNumberHandlingUnit
      The master waybill number of the handling unit SG13/RFF Segment, Element 1154

      length=40

    • serialShippingContainerCode

      public String serialShippingContainerCode
      The serial shipping container code of the handling unit

      length=40

    • shipperReferenceHandlingUnit

      public String shipperReferenceHandlingUnit
      Reference number for the forwarder given by the shipper within the handling unit.

      length=40

    • carrier

      public LISPartyDTO carrier
      Carrier of the transport.
    • despatchType

      public LISDespatchTypeDTO despatchType
      Despatch type.
    • endLoc

      public LISLocationDTO endLoc
      The end location.
    • meansOfTransport

      public LISMeansOfTransportDTO meansOfTransport
      Information about the means of transport. Including the Registration number
    • podSignatureName

      public String podSignatureName
      POD signature name of the transport.

      length=20

    • priority

      public String priority
      The priority of the transport.

      length=40

    • serviceType

      public LISServiceTypeDTO serviceType
      The service type of the transport leg.
    • startLoc

      public LISLocationDTO startLoc
      The start location.
    • transportLegType

      public LISTransportTypeDTO transportLegType
      The type of the transport leg.
    • termsOfDelivery

      public LISTermsOfDeliveryDTO termsOfDelivery
      The terms of delivery, e.g. with the incoterm code.
    • plannedShippingDate

      public LISDateAndZoneDTO plannedShippingDate
      The planned departure date.
    • plannedArrivalDate

      public LISDateAndZoneDTO plannedArrivalDate
      The planned arrival date.
    • actualShippingDate

      public LISDateAndZoneDTO actualShippingDate
      The actual departure date.
    • actualArrivalDate

      public LISDateAndZoneDTO actualArrivalDate
      The actual arrival date.
    • grossWeight

      public LISQuantityDTO grossWeight
      The gross weight of all quantity packages. MEA Segment below PAC segement.
    • netWeight

      public LISQuantityDTO netWeight
      The net weight of all quantity packages. MEA Segment below PAC segement.
    • equipmentType

      public LISEquipmentTypeDTO equipmentType
      The type of the handling unit. Segment PAC, Element 7065.
    • toFilterCriteria

      public String toFilterCriteria
      Additional filter criteria. Free definable text that can be used as an additional filter criteria for the search in filters.

      length=100

  • Constructor Details

    • LISExpHUTransportLeg20DTO

      public LISExpHUTransportLeg20DTO()