|
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.command.EppCommand
com.neulevel.epp.core.command.EppCommandTransfer
com.neulevel.epp.xri.command.EppCommandTransferXriAuthority
public class EppCommandTransferXriAuthority
This EppCommandTransferXriAuthority class implements EPP Command
Transfer entity for EPP XRI Authority objects.
| Field Summary |
|---|
| Fields inherited from class com.neulevel.epp.core.command.EppCommandTransfer |
|---|
authInfo, op, OPTYPE_APPROVE, OPTYPE_CANCEL, OPTYPE_QUERY, OPTYPE_REJECT, OPTYPE_REQUEST |
| Fields inherited from class com.neulevel.epp.core.command.EppCommand |
|---|
clTRID, creds, extension |
| Constructor Summary | |
|---|---|
EppCommandTransferXriAuthority(java.lang.String authId)
Creates an EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier |
|
EppCommandTransferXriAuthority(java.lang.String authId,
java.lang.String xid)
Creates an EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier
given a client transaction id associated with operation |
|
EppCommandTransferXriAuthority(java.lang.String authId,
java.lang.String trToken,
java.lang.String xid)
Creates an EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier,
a client transaction id associated with operation
and with a transfer token |
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandTransferXriAuthority object. |
java.lang.String |
getAuthorityId()
Gets the identifier of the XRI authority object to be transferred |
EppAuthInfo |
getTargetAuthInfo()
Sets the target XRI authority authInfo |
java.lang.String |
getTargetAuthorityId()
Gets the target XRI authority identifier |
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 to be transferred |
void |
setTarget(java.lang.String authId,
EppAuthInfo authInfo)
Sets the identifier and authInfo of the target XRI authority involved in XRI authority transfer operation |
void |
setTargetAuthInfo(EppAuthInfo authInfo)
Gets the target XRI authority authInfo |
void |
setTargetAuthorityId(java.lang.String authId)
Sets the target XRI authority identifier |
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 EppCommandTransferXriAuthority object into
an XML element |
org.w3c.dom.Element |
toXMLPoll(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppCommandTransferXriAuthority object into
an XML element for an EppPollable object |
| Methods inherited from class com.neulevel.epp.core.command.EppCommandTransfer |
|---|
fromXMLPoll, getAuthInfo, getOperation, setAuthInfo, setOperation, toString |
| Methods inherited from class com.neulevel.epp.core.command.EppCommand |
|---|
addExtension, addExtension, check, create, delete, getClientTransactionId, getCreds, getExtension, getUnspec, info, renew, setClientTransactionId, setCreds, setUnspec, toXMLCommon, toXMLCommon, toXMLCommon, toXMLCommon, transfer, update |
| 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 EppCommandTransferXriAuthority(java.lang.String authId)
EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier
public EppCommandTransferXriAuthority(java.lang.String authId,
java.lang.String xid)
EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier
given a client transaction id associated with operation
public EppCommandTransferXriAuthority(java.lang.String authId,
java.lang.String trToken,
java.lang.String xid)
EppCommandTransferXriAuthority object for
transfering an XRI authority object based on its identifier,
a client transaction id associated with operation
and with a transfer token
| Method Detail |
|---|
public java.lang.String getAuthorityId()
public void setAuthorityId(java.lang.String authId)
public java.lang.String getTransferToken()
public void setTransferToken(java.lang.String trToken)
public java.lang.String getTargetAuthorityId()
public void setTargetAuthorityId(java.lang.String authId)
public EppAuthInfo getTargetAuthInfo()
public void setTargetAuthInfo(EppAuthInfo authInfo)
public void setTarget(java.lang.String authId,
EppAuthInfo authInfo)
public org.w3c.dom.Element toXMLPoll(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandTransferXriAuthority object into
an XML element for an EppPollable object
doc - the XML Document objecttag - the tag/element name for the
EppCommandTransferXriAuthority object
Element object
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandTransferXriAuthority object into
an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the
EppCommandTransferXriAuthority object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandTransferXriAuthority object. The caller of this
method must make sure that the root node is of an EPP Command
Transfer entity for EPP XriAuthority object.
root - root node for an EppCommandTransferXriAuthority
object in XML format
EppCommandTransferXriAuthority 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 | ||||||||