|
EPP 0.4.9 | ||||||||
| 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.response.EppResponseData
com.neulevel.epp.core.response.EppResponseDataTransfer
com.neulevel.epp.xri.response.EppResponseDataTransferXriAuthority
public class EppResponseDataTransferXriAuthority
This EppResponseDataTransferXriAuthority class implements EPP
Response Data entity for EPP Command Transfer of EPP XRI Authority objects.
| Field Summary |
|---|
| Fields inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer |
|---|
acDate, acID, exDate, reDate, reID, STATUS_CLIENT_APPROVED, STATUS_CLIENT_CANCELLED, STATUS_CLIENT_REJECTED, STATUS_PENDING, STATUS_SERVER_APPROVED, STATUS_SERVER_CANCELLED, trStatus |
| Constructor Summary | |
|---|---|
EppResponseDataTransferXriAuthority(java.lang.String authId)
Creates an EppResponseDataTransferXriAuthority object
given the identifier of an XRI authority object to be transferred |
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppResponseDataTransferXriAuthority object. |
java.lang.String |
getAuthorityId()
Gets the identifier of the XRI Authority object |
java.lang.String |
getSourceAuthorityId()
Gets the identifier of the XRI Authority object involved in the transfer that acts as the source, if any |
java.lang.String |
getTargetAuthorityId()
Gets the identifier of the XRI Authority object involved in the transfer that acts as the target, if any |
java.lang.String |
getTransferToken()
Gets the transfer token for the transfer operation |
void |
setAuthorityId(java.lang.String authId)
Sets the identifier of the XRI Authority Object |
void |
setSourceAuthorityId(java.lang.String sourceAuthId)
Sets the identifier of the XRI Authority object involved in the transfer that acts as the source, if any |
void |
setTargetAuthorityId(java.lang.String targetAuthId)
Sets the identifier of the XRI Authority object involved in the transfer that acts as the target, if any |
void |
setTransferToken(java.lang.String trToken)
Sets the transfer token for the transfer operation |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppResponseDataTransferXriAuthority object into
an XML element |
| Methods inherited from class com.neulevel.epp.core.response.EppResponseDataTransfer |
|---|
fromXMLCommon, getActionClientId, getActionDate, getRequestClientId, getRequestDate, getTransferStatus, setActionClientId, setActionDate, setRequestClientId, setRequestDate, setTransferStatus, toXMLCommon |
| Methods inherited from class com.neulevel.epp.core.response.EppResponseData |
|---|
toString |
| 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 EppResponseDataTransferXriAuthority(java.lang.String authId)
EppResponseDataTransferXriAuthority object
given the identifier of an XRI authority object to be transferred
| Method Detail |
|---|
public java.lang.String getAuthorityId()
public void setAuthorityId(java.lang.String authId)
public java.lang.String getSourceAuthorityId()
public void setSourceAuthorityId(java.lang.String sourceAuthId)
public java.lang.String getTargetAuthorityId()
public void setTargetAuthorityId(java.lang.String targetAuthId)
public java.lang.String getTransferToken()
public void setTransferToken(java.lang.String trToken)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppResponseDataTransferXriAuthority object into
an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the
EppResponseDataTransferXriAuthority object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppResponseDataTransferXriAuthority object. The caller
of this method must make sure that the root node is of an EPP
Response Transfer entity for EPP XRI Authority object.
root - root node for an
EppResponseDataTransferXriAuthority
object in XML format
EppResponseDataTransferXriAuthority object,
or null if the node is invalid
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||