|
EPP 0.2.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.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 idserviceXID - service transaction id
public EppTransactionId(java.lang.String clientXID,
java.lang.String serviceXID)
EppTransactionId object, given the client
transaction id and service transaction idclientXID - 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 elementdoc - the XML Document objecttag - the tag/element name for the EppTransactionId
objectElement 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 trIDTyperoot - root node for an EppTransactionId object
in XML formatEppTransactionId object, or null if the node
is invalidpublic java.lang.String toString()
|
EPP 0.2.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||