Class DLShippingProposalDTO

java.lang.Object
de.aeb.xnsg.dl.intbf.DLShippingProposalDTO

public class DLShippingProposalDTO extends Object
  • Field Details

    • transactionId

      public String transactionId

      ID uniquely referencing the corresponding business transaction in the client system.

      length=250

    • carrierIdentCode

      public String carrierIdentCode
      Carrier of the shipment.

      length=20

    • serviceCode

      public String serviceCode
      Service to apply on the shipment. Service must be available within the carrier identified by carrierIdentCode.

      length=20

    • shippingPt

      public DLPartyDTO shippingPt
      Shipping point of the shipment. If no value is supplied, the shipping point is initialized by the user's default setting in the engine.
    • consignee

      public DLPartyDTO consignee
      Consignee of the shipment.
    • pickupAddress

      public DLPartyDTO pickupAddress
      The pick up address of the shipment. Required in case of return shipments because otherwise it's equal to the shipping point.
    • termsOfDeliveryCode

      public String termsOfDeliveryCode
      IdentCode of the terms of delivery. Valid values are depending on the client's terms of delivery in the master file data.

      length=20

    • isDocumentShipment

      public Boolean isDocumentShipment

      Indicates whether the shipment is a document shipment or not.

      Note that this flag also defines which services can be used for the shipment.

    • loadingMeters

      @CoreProperty(length=10, scale=3) public BigDecimal loadingMeters
      The loading meters needed for the shipment. If a value is given, it overwrites the loading meters in 'packageCumulations'.

      length=10, scale=3

    • palletPlaces

      @CoreProperty(length=10, scale=3) public BigDecimal palletPlaces
      The pallet places needed for the shipment. If a value is given, it overwrites the pallet places in 'packageCumulations'.

      length=10, scale=3

    • packages

      public DLShippingProposalPackageDTO[] packages
      Packages of the shipment.
    • valueAddedServices

      public DLShippingProposalValueAddedServiceDTO[] valueAddedServices
      Value added services for the shipment.
    • carrierInfoTexts

      public DLShippingProposalCarrierInfoTextDTO[] carrierInfoTexts
      Carrier info texts for the shipment.
  • Constructor Details

    • DLShippingProposalDTO

      public DLShippingProposalDTO()