Class DLProcessPackageResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLProcessPackageResponseDTO

public class DLProcessPackageResponseDTO extends AbstractResponseDTO
Response DTO for the getPackageDocuments business facade method
  • Field Details

    • SHIPMENT_NOT_FOUND_ERROR

      public static final String SHIPMENT_NOT_FOUND_ERROR
      Possible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": the package's shipment could not be found with the given references.
      See Also:
    • PACKAGE_NOT_FOUND_ERROR

      public static final String PACKAGE_NOT_FOUND_ERROR
      Possible messageIdentCode: "PACKAGE_NOT_FOUND_ERROR": Package could not be found with the given references.
      See Also:
    • PACKAGE_LOCK_ERROR

      public static final String PACKAGE_LOCK_ERROR
      Possible messageIdentCode: "PACKAGE_LOCK_ERROR": Package or its shipment could not be locked.
      See Also:
    • PACKAGE_NOT_PREPARED_ERROR

      public static final String PACKAGE_NOT_PREPARED_ERROR
      Possible messageIdentCode: "PACKAGE_NOT_PREPARED_ERROR": Package is not prepared for label printing.
      See Also:
    • MOVE_NOT_POSSIBLE_ERROR

      public static final String MOVE_NOT_POSSIBLE_ERROR
      Possible messageIdentCode: "MOVE_NOT_POSSIBLE_ERROR": Package cannot be moved.
      See Also:
    • PACKED_ITEM_MODIFY_NOT_POSSIBLE_ERROR

      public static final String PACKED_ITEM_MODIFY_NOT_POSSIBLE_ERROR
      Possible messageIdentCode: "MODIFY_NOT_POSSIBLE_ERROR": Item cannot be modified.
      See Also:
    • BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR

      public static final String BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR
      Possible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR": Bulk master shipment not assigned.
      See Also:
    • BULK_MASTER_PACKAGE_NOT_FOUND_ERROR

      public static final String BULK_MASTER_PACKAGE_NOT_FOUND_ERROR
      Possible messageIdentCode: "BULK_MASTER_PACKAGE_NOT_FOUND_ERROR": Bulk master package could not be found with the given references.
      See Also:
    • BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR

      public static final String BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR
      Possible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR": Bulk master shipment could not be found with the given references.
      See Also:
    • carrierPackageNumber

      public String carrierPackageNumber
      The carrier tracking number of the package.

      length=50

    • carrierPackageIdentBarcode

      public String carrierPackageIdentBarcode
      The content of the barcode identifying the package as defined by the carrier. The carrierPackageNumber is most likely part of the carrierPackageIdentBarcode and for same carrier it is identical. However, this depends solely on the carriers' specification. NOTE: this is currently in BETA phase and only supported for a very small number of carriers.

      length=50

    • carrierPackageNumberReturn

      public String carrierPackageNumberReturn
      The additional return tracking number given by the carrier, if the data for the possible return shipment are to be generated with the initial shipping data.

      length=50

    • documents

      public DLDocumentDTO[] documents
      The documents for the package. Only filled when asked for in request (documentOutputMode).
  • Constructor Details

    • DLProcessPackageResponseDTO

      public DLProcessPackageResponseDTO()