Class LISTransport20DTO

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

public class LISTransport20DTO extends Object
A transport message sent by the supplier or buyer. It is usually sent to a forwarder to request the transportation of goods. Version 2.0
  • Field Details

    • metaData

      public LISMessageMetaDataDTO metaData
      Meta data of the message (e.g. sender, receiver, message number).
    • documents

      public LISBinaryDTO[] documents
      Documents of the transport.
    • archivedDocuments

      public LISArchiveDocumentDTO[] archivedDocuments
      The storage data of the archived documents of the transport
    • isDataComplete

      public Boolean isDataComplete
      Indication whether the transport is data complete. Possible values: true or false. If left empty: default for new objects is 'false'.
  • Constructor Details

    • LISTransport20DTO

      public LISTransport20DTO()