Class DocumentReferencesDTO

java.lang.Object
de.aeb.xnsg.docservice.bf.DocumentReferencesDTO

public class DocumentReferencesDTO extends Object
  • Field Details

    • referenceType

      public String referenceType
      Type of the referenced (external) object, e.g. "CONSIGNMENT", "PACKAGE", "CUSTOMER" etc.
    • referenceNumberInList

      public String[] referenceNumberInList
      List of document reference numbers (max. 1000 elements allowed). Only documents exactly matching these numbers will be returned.
    • documentTypeInList

      public String[] documentTypeInList
      List of the referenced (external) document types, e.g. "INVOICE", "PACKING LIST" etc (max. 1000 elements allowed). Only documents exactly matching these types will be returned.
  • Constructor Details

    • DocumentReferencesDTO

      public DocumentReferencesDTO()