org.neociclo.odetteftp.protocol
Interface DeliveryNotification

All Superinterfaces:
OdetteFtpObject, Serializable
All Known Subinterfaces:
SignedDeliveryNotification
All Known Implementing Classes:
DefaultDeliveryNotification, DefaultSignedDeliveryNotification

public interface DeliveryNotification
extends OdetteFtpObject

Version:
$Rev: 459 $ $Date: 2010-07-02 06:33:44 -0300 (Fri, 02 Jul 2010) $
Author:
Rafael Marins

Nested Class Summary
static class DeliveryNotification.EndResponseType
           
 
Method Summary
 String getCreator()
          It is the location that created the NERP.
 NegativeResponseReason getReason()
          This attribute will specify why transmission cannot proceed or why processing of the file failed.
 String getReasonText()
           
 DeliveryNotification.EndResponseType getType()
           
 
Methods inherited from interface org.neociclo.odetteftp.protocol.OdetteFtpObject
getDatasetName, getDateTime, getDestination, getOriginator, getTicker, getUserData
 

Method Detail

getType

DeliveryNotification.EndResponseType getType()

getCreator

String getCreator()
It is the location that created the NERP.

Returns:
the Identification Code

getReason

NegativeResponseReason getReason()
This attribute will specify why transmission cannot proceed or why processing of the file failed.

Returns:
reason code enum
See Also:
NegativeResponseReason

getReasonText

String getReasonText()


ACCORD