class EppTransactionId

This EppTransactionId class implements EPP trIDType entity.

Inheritance:


Public Methods

[more] EppTransactionId()
Creates an EppTransactionId object
[more] EppTransactionId( DOMString serviceXID )
Creates an EppTransactionId object, given only service transaction id
[more] EppTransactionId( DOMString clientXID, DOMString serviceXID )
Creates an EppTransactionId object, given the client transaction id and service transaction id
[more] ~EppTransactionId()
Destructor
[more]DOMString getClientTransactionId()
Gets client transaction id
[more]void setClientTransactionId( DOMString clientXID )
Sets client transaction id
[more]DOMString getServiceTransactionId()
Gets service transaction id
[more]void getServiceTransactionId( DOMString serviceXID )
Sets service transaction id
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts the EppTransactionId object into an XML element
[more]static EppTransactionId* fromXML( const DOM_Node& root )
Converts an XML element into an EppTransactionId object.


Inherited from EppEntity:

Public Methods

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

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppTransactionId class implements EPP trIDType entity.

o EppTransactionId()
Creates an EppTransactionId object

o EppTransactionId( DOMString serviceXID )
Creates an EppTransactionId object, given only service transaction id

Parameters:
serviceXID - service transaction id

o EppTransactionId( DOMString clientXID, DOMString serviceXID )
Creates an EppTransactionId object, given the client transaction id and service transaction id

Parameters:
clientXID - client transaction id
serviceXID - service transaction id

o ~EppTransactionId()
Destructor

oDOMString getClientTransactionId()
Gets client transaction id

ovoid setClientTransactionId( DOMString clientXID )
Sets client transaction id

oDOMString getServiceTransactionId()
Gets service transaction id

ovoid getServiceTransactionId( DOMString serviceXID )
Sets service transaction id

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

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

ostatic EppTransactionId* fromXML( const DOM_Node& root )
Converts an XML element into an EppTransactionId object. The caller of this method must make sure that the root node is of the EPP trIDType

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


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision$ $Date$

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001 NeuStar, Inc. All Rights Reserved.