Class LISTrackingEventList20DTO

java.lang.Object
de.aeb.xnsg.vcp.bf.lis.LISTrackingEventList20DTO
All Implemented Interfaces:
Serializable

public class LISTrackingEventList20DTO extends Object implements Serializable
DTO to receive a list of tracking events
See Also:
  • Field Details

    • metaData

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

      public LISTrackingEvent20DTO[] events
      The events
    • documents

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

      public LISArchiveDocumentDTO[] archivedDocuments
      The storage data of the archived documents of the events
    • fileSystemDocuments

      public LISFileSystemDocumentDTO[] fileSystemDocuments
      File system data of the documents of the events
  • Constructor Details

    • LISTrackingEventList20DTO

      public LISTrackingEventList20DTO()