|
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.EppCommandUpdate
com.neulevel.epp.xri.command.EppCommandUpdateXriAuthority
public class EppCommandUpdateXriAuthority
This EppCommandUpdateXriAuthority class implements EPP Command Update
entity for EPP XRI Authority objects.
| Field Summary |
|---|
| Fields inherited from class com.neulevel.epp.core.command.EppCommandUpdate |
|---|
statusAdded, statusRemoved |
| Fields inherited from class com.neulevel.epp.core.command.EppCommand |
|---|
clTRID, creds, extension |
| Constructor Summary | |
|---|---|
EppCommandUpdateXriAuthority(java.lang.String authId)
Creates an EppCommandUpdateXriAuthority given the
identifier of the XRI authority object |
|
EppCommandUpdateXriAuthority(java.lang.String authId,
java.lang.String xid)
Creates an EppCommandUpdateXriAuthority given the
identifier of the XRI authority object and a client transaction id |
|
| Method Summary | |
|---|---|
void |
addEquivID(EppXriSynonym equivID)
Adds an EquivID to the list of EquivID's to be associated with the XRI authority object |
void |
addEquivID(java.lang.String id)
Adds an EquivID to the list of EquivID's to be associated with the XRI authority object |
void |
addRedirect(EppXriURI redirect)
Adds a redirect to the list of redirects to be associated with the XRI authority object |
void |
addRedirect(java.lang.String redirect)
Adds a redirect to the list of redirects to be associated with the XRI authority object |
void |
addRef(EppXriRef ref)
Adds a ref to the list of refs to be associated with the XRI authority object |
void |
addRef(java.lang.String ref)
Adds a ref to the list of refs to be associated with the XRI authority object |
void |
addServiceEndpoint(EppXriServiceEndpoint sep)
Adds an service endpoint to the list of service endpoints to be associated with the XRI authority object |
void |
addTrustee(EppXriTrustee trustee)
Adds a trustee to the list of trustees to be associated with the XRI authority object |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandUpdateAuthority
object. |
EppAuthInfo |
getAuthInfo()
Gets the authorization info for the update operation |
java.lang.String |
getAuthorityId()
Gets the identifier of the XRI authority object to be updated |
java.lang.String |
getCanonicalEquivID()
Gets the CanonicalEquivID to be associated with the XRI authority object |
java.lang.String |
getCanonicalEquivIDRemoved()
|
java.util.Vector |
getEquivIDAdded()
Gets the list of EquivID's to be associated with the XRI authority object |
java.util.Vector |
getEquivIDRemoved()
Gets the list of EquivID's to be removed from the XRI authority object |
EppAuthInfo |
getNewAuthInfo()
|
java.lang.String |
getNewAuthorityId()
Gets the new identifier for the XRI authority object, or null if the identifier of the XRI authority object is not to be changed |
EppXriTrustee |
getNewContactAgent()
Gets the new contactAgent for the XRI authority object, or null if the identifier of the XRI authority object is not to be changed |
EppXriTrustee |
getNewEscrowAgent()
Gets the new escrowAgent for the XRI authority object, or null if the identifier of the XRI authority object is not to be changed |
java.lang.String |
getNewExtension()
Gets the new extension chunk for the XRI authority object, or null if the extension chunk of the XRI authority object is not to be changed |
java.lang.Boolean |
getNewIsContact()
Gets the new isContact flag for the XRI authority object, or null if the identifier of the XRI authority object is not to be changed |
java.lang.Boolean |
getNewIsEscrow()
Gets the new isEscrow flag for the XRI authority object, or null if the identifier of the XRI authority object is not to be changed |
EppXriSocialData |
getNewSocialData()
Gets the new/updated social data associated with the XRI authority object |
java.util.Vector |
getRedirectAdded()
Gets the list of redirects to be associated with the XRI authority object |
java.util.Vector |
getRedirectRemoved()
Gets the list of redirects to be removed from the XRI authority object |
java.util.Vector |
getRefAdded()
Gets the list of refs to be associated with the XRI authority object |
java.util.Vector |
getRefRemoved()
Gets the list of refs to be removed from the XRI authority object |
java.util.Vector |
getServiceEndpointAdded()
Gets the list of service endpoints to be associated with the XRI authority object |
java.util.Vector |
getServiceEndpointRemoved()
Gets the list of identifiers of service endpoints to be removed from the XRI authority object |
EppXriSocialData |
getSocialData()
Gets the social data to be associated with the XRI authority object |
java.util.Vector |
getTrusteeAdded()
Gets the list of trustees to be associated with the XRI authority object |
java.util.Vector |
getTrusteeRemoved()
Gets the list of trustees to be removed from the XRI authority object |
boolean |
isSocialDataNullified()
|
void |
nullifySocialData()
Sets the flag for nullifying existing social data associated with the XRI authority object |
void |
removeCanonicalEquivID(java.lang.String remCanonicalEquivID)
Sets the CanonicalEquivID to be removed from the XRI authority object |
void |
removeEquivID(java.lang.String id)
Adds an EquivID to the list of EquivID's to be removed from the XRI authority object |
void |
removeRedirect(java.lang.String redirect)
Adds a redirect to the list of redirects to be removed from the XRI authority object |
void |
removeRef(java.lang.String ref)
Adds a ref to the list of refs to be removed from the XRI authority object |
void |
removeServiceEndpoint(java.lang.String id)
Adds the identifier of an service endpoint to the list of identifiers of service endpoints to be removed from the XRI authority object |
void |
removeTrustee(EppXriTrustee trustee)
Adds a trustee to the list of trustees to be removed from the XRI authority object |
void |
setAuthInfo(EppAuthInfo authInfo)
Sets the authorization info for the update operation |
void |
setAuthorityId(java.lang.String authId)
Sets the identifier of the XRI authority object to be updated |
void |
setCanonicalEquivID(java.lang.String addCanonicalEquivID)
Sets the CanonicalEquivID to be associated with the XRI authority object |
void |
setNewAuthInfo(EppAuthInfo authInfo)
Sets the new authorization information for the XRI authority object if it needs to be changed |
void |
setNewAuthorityId(java.lang.String newAuthId)
Sets the new identifier for the XRI authority object if it needs to be changed |
void |
setNewContactAgent(EppXriTrustee newContactAgent)
Sets the new contactAgent for the XRI authority object if it needs to be changed |
void |
setNewEscrowAgent(EppXriTrustee newEscrowAgent)
Sets the new escrowAgent flag for the XRI authority object if it needs to be changed |
void |
setNewExtension(java.lang.String newExtension)
Sets the new extension chunk for the XRI authority object if it needs to be changed |
void |
setNewIsContact(java.lang.Boolean newIsContact)
Sets the new isContact flag for the XRI authority object if it needs to be changed |
void |
setNewIsEscrow(java.lang.Boolean newIsEscrow)
Sets the new isEscrow flag for the XRI authority object if it needs to be changed |
void |
setNewSocialData(EppXriSocialData newSocialData)
Sets the new/updated social data associated with the XRI authority object |
void |
setSocialData(EppXriSocialData addSocialData)
Sets the social data to be associated with the XRI authority object |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppCommandUpdateXriAuthority object into
an XML element |
| Methods inherited from class com.neulevel.epp.core.command.EppCommandUpdate |
|---|
addStatus, addStatus, getAddedStatus, getRemovedStatus, removeStatus, removeStatus, statusFromXML, statusToXML, 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 EppCommandUpdateXriAuthority(java.lang.String authId)
EppCommandUpdateXriAuthority given the
identifier of the XRI authority object
public EppCommandUpdateXriAuthority(java.lang.String authId,
java.lang.String xid)
EppCommandUpdateXriAuthority given the
identifier of the XRI authority object and a client transaction id
| Method Detail |
|---|
public java.lang.String getAuthorityId()
public void setAuthorityId(java.lang.String authId)
public java.util.Vector getTrusteeAdded()
public void addTrustee(EppXriTrustee trustee)
public java.util.Vector getTrusteeRemoved()
public void removeTrustee(EppXriTrustee trustee)
public java.util.Vector getRefAdded()
public void addRef(java.lang.String ref)
public void addRef(EppXriRef ref)
public java.util.Vector getRefRemoved()
public void removeRef(java.lang.String ref)
public java.util.Vector getRedirectAdded()
public void addRedirect(java.lang.String redirect)
public void addRedirect(EppXriURI redirect)
public java.util.Vector getRedirectRemoved()
public void removeRedirect(java.lang.String redirect)
public java.util.Vector getEquivIDAdded()
public void addEquivID(java.lang.String id)
public void addEquivID(EppXriSynonym equivID)
public java.util.Vector getEquivIDRemoved()
public void removeEquivID(java.lang.String id)
public java.util.Vector getServiceEndpointAdded()
public void addServiceEndpoint(EppXriServiceEndpoint sep)
public java.util.Vector getServiceEndpointRemoved()
public void removeServiceEndpoint(java.lang.String id)
public java.lang.String getNewAuthorityId()
public void setNewAuthorityId(java.lang.String newAuthId)
public java.lang.String getNewExtension()
public void setNewExtension(java.lang.String newExtension)
public java.lang.Boolean getNewIsEscrow()
public void setNewIsEscrow(java.lang.Boolean newIsEscrow)
public java.lang.Boolean getNewIsContact()
public void setNewIsContact(java.lang.Boolean newIsContact)
public EppXriTrustee getNewEscrowAgent()
public void setNewEscrowAgent(EppXriTrustee newEscrowAgent)
public EppXriTrustee getNewContactAgent()
public void setNewContactAgent(EppXriTrustee newContactAgent)
public EppXriSocialData getNewSocialData()
public void setNewSocialData(EppXriSocialData newSocialData)
public EppXriSocialData getSocialData()
public void setSocialData(EppXriSocialData addSocialData)
public boolean isSocialDataNullified()
public void nullifySocialData()
public java.lang.String getCanonicalEquivID()
public void setCanonicalEquivID(java.lang.String addCanonicalEquivID)
public java.lang.String getCanonicalEquivIDRemoved()
public void removeCanonicalEquivID(java.lang.String remCanonicalEquivID)
public EppAuthInfo getNewAuthInfo()
public void setNewAuthInfo(EppAuthInfo authInfo)
public EppAuthInfo getAuthInfo()
public void setAuthInfo(EppAuthInfo authInfo)
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandUpdateXriAuthority object into
an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the
EppCommandUpdateXriAuthority object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandUpdateAuthority
object. The caller of this method must make sure that the root node
is of an EPP Command Update entity for an EPP XRI Authority object.
root - root node for an EppCommandUpdateAuthority
object in XML format
EppCommandUpdateAuthority 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 | ||||||||