Class DLEDIDTO
- Direct Known Subclasses:
DLShipmentPickupEDIDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe EDI message's current status.Number uniquely identifying the EDI message for carrier.Description of the EDI message (and of the EDI setup).Unique number of EDI message.Unique identifier of the EDI definition.Indicates that the EDI message has been transmitted to the carrier.Indicates that an error occurred while transmitting the EDI message.Indicates that warnings occurred while transmitting the EDI message.If an error occurred while transmitting the EDI message and an error code was available, it is return in this field.If an error occurred while transmitting the EDI message, its message is returned in this field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ediNumber
Unique number of EDI message.
length = 25
-
ediDescription
Description of the EDI message (and of the EDI setup).
length = 500
-
carrierEDINumber
Number uniquely identifying the EDI message for carrier.
length = 50
-
isManifested
Indicates that the EDI message has been transmitted to the carrier.
-
isManifestedWithErrors
Indicates that an error occurred while transmitting the EDI message.
-
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
If an error occurred while transmitting the EDI message and an error code was available, it is return in this field.
length = 10
-
unconfirmedMessage
If an error occurred while transmitting the EDI message, its message is returned in this field.
length = 999
-
ediSetupIdentCode
Unique identifier of the EDI definition.
length = 20
-
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()
-