|
EPP 0.2.6 | |||||||||
| 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
This EppCommandUpdate class implements EPP Command Update
entity.
| Field Summary | |
protected java.util.Vector |
statusAdded
|
protected java.util.Vector |
statusRemoved
|
| Fields inherited from class com.neulevel.epp.core.command.EppCommand |
clTRID, creds, unspec |
| Constructor Summary | |
EppCommandUpdate()
|
|
| Method Summary | |
void |
addStatus(EppStatus status)
|
void |
addStatus(java.lang.String status)
Adds a new status for the EPP object |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandUpdate
object. |
java.util.Vector |
getAddedStatus()
Gets the list of new status to be added for the EPP object |
java.util.Vector |
getRemovedStatus()
Gets the list of old status to be removed for the EPP object |
void |
removeStatus(EppStatus status)
|
void |
removeStatus(java.lang.String status)
|
protected void |
statusFromXML(org.w3c.dom.Node root,
java.util.Vector statusList)
Converts a list of EPP Status objects from XML |
protected void |
statusToXML(org.w3c.dom.Document doc,
org.w3c.dom.Element body,
java.util.Vector list)
Converts a list of EPP Status objects into XML |
java.lang.String |
toString()
|
| Methods inherited from class com.neulevel.epp.core.command.EppCommand |
check, create, delete, getClientTransactionId, getCreds, getUnspec, info, renew, setClientTransactionId, setCreds, setUnspec, toXMLCommon, toXMLCommon, toXMLCommon, toXMLCommon, transfer, update |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
toString, toXML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Vector statusAdded
protected java.util.Vector statusRemoved
| Constructor Detail |
public EppCommandUpdate()
| Method Detail |
public java.util.Vector getAddedStatus()
public void addStatus(java.lang.String status)
public void addStatus(EppStatus status)
public java.util.Vector getRemovedStatus()
public void removeStatus(java.lang.String status)
public void removeStatus(EppStatus status)
public static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandUpdate
object. The caller of this method must make sure that the root
node is of an EPP Command Update entity.
root - root node for an EppCommandUpdate object
in XML format
EppCommandUpdate object, or null if the
node is invalid
protected void statusToXML(org.w3c.dom.Document doc,
org.w3c.dom.Element body,
java.util.Vector list)
doc - the XML Document objectbody - the XML Element object to which the list
of EPP Status objects is appendedlist - the list of EPP Status objects to be converted
protected void statusFromXML(org.w3c.dom.Node root,
java.util.Vector statusList)
root - the XML Node object containing the list
of EPP Status objectsstatusList - the list of EPP Status objects to be storedpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.2.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||