|
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.EppCommandInfo
com.neulevel.epp.xri.command.EppCommandInfoXriAuthority
public class EppCommandInfoXriAuthority
This EppCommandInfoXriAuthority class implements EPP Command Info
entity for EPP XRI Authority objects.
| Field Summary | |
|---|---|
static java.lang.String |
CONTROL_ALL
I-Name/I-Number/I-Service Control - all |
static java.lang.String |
CONTROL_INAME
I-Name/I-Number/I-Service Control - iname |
static java.lang.String |
CONTROL_INUMBER
I-Name/I-Number/I-Service Control - inumber |
static java.lang.String |
CONTROL_ISERVICE
I-Name/I-Number/I-Service Control - iservice |
static java.lang.String |
CONTROL_NONE
I-Name/I-Numbre/I-Service Control - none |
| Fields inherited from class com.neulevel.epp.core.command.EppCommand |
|---|
clTRID, creds, extension |
| Constructor Summary | |
|---|---|
EppCommandInfoXriAuthority(java.lang.String authId)
Creates an EppCommandInfoXriAuthority object for
querying an XRI authority object based on its identifier |
|
EppCommandInfoXriAuthority(java.lang.String authId,
java.lang.String xid)
Creates an EppCommandInfoXriAuthority object for
querying an XRI authority object based on its identifier, given a client
transaction id associated with the operation |
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandInfoXriAuthority
object. |
EppAuthInfo |
getAuthInfo()
Gets the optional authorization info for querying the XRI authority object |
java.lang.String |
getAuthorityId()
Gets the identifier of the XRI authority object to be queried |
java.lang.String |
getControl()
Gets the control attribute for querying the XRI authority object |
void |
setAuthInfo(EppAuthInfo authInfo)
Sets the optional authorization info for querying the XRI authority object |
void |
setAuthorityId(java.lang.String authId)
Sets the identifier of the XRI authority object to be queried |
void |
setControl(java.lang.String control)
Sets the control attribute for querying the XRI authority object, with one of the following values: CONTROL_ALL CONTROL_INAME CONTROL_INUMBER CONTROL_ISERVICE CONTROL_NONE |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppCommandInfoXriAuthority object into an XML
element |
| Methods inherited from class com.neulevel.epp.core.command.EppCommandInfo |
|---|
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 |
| Field Detail |
|---|
public static final java.lang.String CONTROL_ALL
A value of "all" returns information of associated subordinate i-names, i-numbers and i-service identifiers
public static final java.lang.String CONTROL_INAME
A value of "iname" returns information of associated subordinate i-names only
public static final java.lang.String CONTROL_INUMBER
A value of "inumber" returns information of associated subordinate i-numbers only
public static final java.lang.String CONTROL_ISERVICE
A value of "iservice" returns information of associated subordinate i-service identifiers only
public static final java.lang.String CONTROL_NONE
A value of "none" (the default, which MAY be absent) returns no information of associated subordinate i-names, i-numbers, or i-service identifiers
| Constructor Detail |
|---|
public EppCommandInfoXriAuthority(java.lang.String authId)
EppCommandInfoXriAuthority object for
querying an XRI authority object based on its identifier
public EppCommandInfoXriAuthority(java.lang.String authId,
java.lang.String xid)
EppCommandInfoXriAuthority object for
querying an XRI authority object based on its identifier, given a client
transaction id associated with the operation
| Method Detail |
|---|
public java.lang.String getAuthorityId()
public void setAuthorityId(java.lang.String authId)
public EppAuthInfo getAuthInfo()
public void setAuthInfo(EppAuthInfo authInfo)
public java.lang.String getControl()
public void setControl(java.lang.String control)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandInfoXriAuthority object into an XML
element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the
EppCommandInfoXriAuthority object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandInfoXriAuthority
object. The caller of this method must make sure that the root node
is of an EPP Command Info entity for EPP XRI authority object.
root - root node for an EppCommandInfoXriAuthority
object in XML format
EppCommandInfoXriAuthority 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 | ||||||||