Class DLEDIDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLEDIDTO
Direct Known Subclasses:
DLShipmentPickupEDIDTO

public class DLEDIDTO extends Object
Response-DTO for an EDI message.
  • Field Details

    • ediNumber

      public String ediNumber

      Unique number of EDI message.

      length = 25

    • ediDescription

      public String ediDescription

      Description of the EDI message (and of the EDI setup).

      length = 500

    • carrierEDINumber

      public String carrierEDINumber

      Number uniquely identifying the EDI message for carrier.

      length = 50

    • isManifested

      public Boolean isManifested

      Indicates that the EDI message has been transmitted to the carrier.

    • isManifestedWithErrors

      public Boolean isManifestedWithErrors

      Indicates that an error occurred while transmitting the EDI message.

    • isManifestedWithWarnings

      public Boolean isManifestedWithWarnings

      Indicates that warnings occurred while transmitting the EDI message. However, the EDI message has been accepted by the carrier. The reasons for the warnings should be corrected during the next transmissions.

    • unconfirmedErrorCode

      public String unconfirmedErrorCode

      If an error occurred while transmitting the EDI message and an error code was available, it is return in this field.

      length = 10

    • unconfirmedMessage

      public String unconfirmedMessage

      If an error occurred while transmitting the EDI message, its message is returned in this field.

      length = 999

    • ediSetupIdentCode

      public String ediSetupIdentCode

      Unique identifier of the EDI definition.

      length = 20

    • boStatus

      public ComboboxEntryDTO boStatus

      The EDI message's current status. Possible values are:

    • NEW This status is reached as soon as the EDI message is created.
    • COMPLETE This status is reached as soon as the EDI message was successfully sent to the carrier.

  • Constructor Details

    • DLEDIDTO

      public DLEDIDTO()