class EppResponseDataTransferContact

This EppResponseDataTransferContact class implements EPP Response Data entity for EPP Command Transfer of EPP Contact objects.

Inheritance:


Public Methods

[more] EppResponseDataTransferContact()
Creates an EppResponseDataTransferContact object
[more] EppResponseDataTransferContact( DOMString id )
Creates an EppResponseDataTransferContact object
[more] ~EppResponseDataTransferContact()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]DOMString getId()
Gets the id of the EPP Contact object
[more]void setId( DOMString id )
Sets the id of the EPP Contact Object
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppResponseDataTransferContact object into an XML element
[more]static EppResponseDataTransferContact* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataTransferContact object.


Inherited from EppResponseDataTransfer:

Public Fields

ostatic const char* STATUS_PENDING
ostatic const char* STATUS_CLIENT_APPROVED
ostatic const char* STATUS_CLIENT_CANCELLED
ostatic const char* STATUS_CLIENT_REJECTED
ostatic const char* STATUS_SERVER_APPROVED
ostatic const char* STATUS_SERVER_CANCELLED

Public Methods

oDOMString getTransferStatus()
ovoid setTransferStatus( DOMString status )
oDOMString getRequestClientId()
ovoid setRequestClientId( DOMString clientId )
otime_t getRequestDate()
ovoid setRequestDate( time_t date )
oDOMString getActionClientId()
ovoid setActionClientId( DOMString clientId )
otime_t getActionDate()
ovoid setActionDate( time_t date )

Protected Fields

oDOMString trStatus
oDOMString reID
otime_t reDate
oDOMString acID
otime_t acDate
otime_t exDate

Protected Methods

ovoid toXMLCommon( DOM_Document& doc, DOM_Element& body )
ovoid fromXMLCommon( const DOM_Node& node, const DOMString& name )


Inherited from EppResponseData:


Inherited from EppEntity:

Public Methods

obool instanceOf( const int type )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppResponseDataTransferContact class implements EPP Response Data entity for EPP Command Transfer of EPP Contact objects.

o EppResponseDataTransferContact()
Creates an EppResponseDataTransferContact object

o EppResponseDataTransferContact( DOMString id )
Creates an EppResponseDataTransferContact object

o ~EppResponseDataTransferContact()
Destructor

ovirtual int getEntityType()
Returns the run-time type of an EppEntity object

oDOMString getId()
Gets the id of the EPP Contact object

ovoid setId( DOMString id )
Sets the id of the EPP Contact Object

oDOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppResponseDataTransferContact object into an XML element

Parameters:
doc - the XML DOM_Element object
tag - the tag/element name for the EppResponseDataTransferContact object
Returns:
an DOM_Element object

ostatic EppResponseDataTransferContact* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataTransferContact object. The caller of this method must make sure that the root node is of an EPP Response Transfer entity for EPP Contact object.

Parameters:
root - root node for an EppResponseDataTransferContact object in XML format
Returns:
an EppResponseDataTransferContact object, or null if the node is invalid


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001-2002 NeuStar, Inc. All Rights Reserved.