|
EPP 0.2.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.core.EppTransactionId
This EppTransactionId class implements EPP trIDType entity.
| Constructor Summary | |
EppTransactionId(java.lang.String serviceXID)
Creates an EppTransactionId object, given only
service transaction id |
|
EppTransactionId(java.lang.String clientXID,
java.lang.String serviceXID)
Creates an EppTransactionId object, given the client
transaction id and service transaction id |
|
| Method Summary | |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppTransactionId object. |
java.lang.String |
getClientTransactionId()
Gets client transaction id |
java.lang.String |
getServiceTransactionId()
Gets service transaction id |
void |
getServiceTransactionId(java.lang.String serviceXID)
Sets service transaction id |
void |
setClientTransactionId(java.lang.String clientXID)
Sets client transaction id |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppTransactionId object into an XML element |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EppTransactionId(java.lang.String serviceXID)
EppTransactionId object, given only
service transaction id
serviceXID - service transaction id
public EppTransactionId(java.lang.String clientXID,
java.lang.String serviceXID)
EppTransactionId object, given the client
transaction id and service transaction id
clientXID - client transaction idserviceXID - service transaction id| Method Detail |
public java.lang.String getClientTransactionId()
public void setClientTransactionId(java.lang.String clientXID)
public java.lang.String getServiceTransactionId()
public void getServiceTransactionId(java.lang.String serviceXID)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppTransactionId object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppTransactionId
object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppTransactionId object.
The caller of this method must make sure that the root node is of the
EPP trIDType
root - root node for an EppTransactionId object
in XML format
EppTransactionId object, or null if the node
is invalidpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.2.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||