This EppResponseDataTransferSvcsub class implements EPP Response Data entity for EPP Command Transfer of EPP Svcsub objects.
Inheritance:
Public Methods
-
EppResponseDataTransferSvcsub()
- Creates an
EppResponseDataTransferSvcsub object
-
EppResponseDataTransferSvcsub( DOMString id )
- Creates an
EppResponseDataTransferSvcsub object
-
~EppResponseDataTransferSvcsub()
- Destructor
-
virtual int getEntityType()
- Returns the run-time type of an EppEntity object
-
DOMString getId()
- Gets the id of the EPP Svcsub object
-
void setId( DOMString id )
- Sets the id of the EPP Svcsub object
-
time_t getDateExpired()
- Gets the new expiration date of the subscription object after the transfer, or null if the transfer request does not change the expiration date of the subscription object
-
void setDateExpired( time_t date )
- Sets the new expiration date of the subscription object after the transfer.
-
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
- Converts the
EppResponseDataTransferSvcsub object into an XML element
-
static EppResponseDataTransferSvcsub* fromXML( const DOM_Node& root )
- Converts an XML element into an
EppResponseDataTransferSvcsub object.
Public Fields
-
static const char* STATUS_PENDING
-
static const char* STATUS_CLIENT_APPROVED
-
static const char* STATUS_CLIENT_CANCELLED
-
static const char* STATUS_CLIENT_REJECTED
-
static const char* STATUS_SERVER_APPROVED
-
static const char* STATUS_SERVER_CANCELLED
Public Methods
-
DOMString getTransferStatus()
-
void setTransferStatus( DOMString status )
-
DOMString getRequestClientId()
-
void setRequestClientId( DOMString clientId )
-
time_t getRequestDate()
-
void setRequestDate( time_t date )
-
DOMString getActionClientId()
-
void setActionClientId( DOMString clientId )
-
time_t getActionDate()
-
void setActionDate( time_t date )
Protected Fields
-
DOMString trStatus
-
DOMString reID
-
time_t reDate
-
DOMString acID
-
time_t acDate
-
time_t exDate
Protected Methods
-
void toXMLCommon( DOM_Document& doc, DOM_Element& body )
-
void fromXMLCommon( const DOM_Node& node, const DOMString& name )
Public Methods
-
bool instanceOf( const int type )
-
virtual DOMString toString()
Protected Methods
-
DOMString toString( const DOMString &tag )
Documentation
This EppResponseDataTransferSvcsub class implements EPP
Response Data entity for EPP Command Transfer of EPP Svcsub objects.
EppResponseDataTransferSvcsub()
-
Creates an
EppResponseDataTransferSvcsub object
EppResponseDataTransferSvcsub( DOMString id )
-
Creates an
EppResponseDataTransferSvcsub object
~EppResponseDataTransferSvcsub()
-
Destructor
virtual int getEntityType()
-
Returns the run-time type of an EppEntity object
DOMString getId()
-
Gets the id of the EPP Svcsub object
void setId( DOMString id )
-
Sets the id of the EPP Svcsub object
time_t getDateExpired()
-
Gets the new expiration date of the subscription object after the
transfer, or null if the transfer request does not change the
expiration date of the subscription object
void setDateExpired( time_t date )
-
Sets the new expiration date of the subscription object after the
transfer. The value of the new expiration date is optional.
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
-
Converts the
EppResponseDataTransferSvcsub object into
an XML element
- Parameters:
- doc - the XML
DOM_Element object
tag - the tag/element name for the
EppResponseDataTransferSvcsub object
- Returns:
- an
DOM_Element object
static EppResponseDataTransferSvcsub* fromXML( const DOM_Node& root )
-
Converts an XML element into an
EppResponseDataTransferSvcsub object. The caller of
this method must make sure that the root node is of an EPP Response
Transfer entity for EPP Svcsub object.
- Parameters:
- root - root node for an
EppResponseDataTransferSvcsub
object in XML format
- Returns:
- an
EppResponseDataTransferSvcsub object, or null
if the node is invalid
- This class has no child classes.
- Author:
- Ning Zhang ning.zhang@neustar.com
- Version:
- $Revision$
Alphabetic index HTML hierarchy of classes or Java
Copyright © 2001-2002 NeuStar, Inc. All Rights Reserved.