|
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.EppCommandRenew
This EppCommandRenew
class implements EPP Command Renew
entity.
Field Summary | |
protected java.util.Calendar |
curExpDate
The current expiration date of the registration for the EPP object to be renewed |
protected EppPeriod |
period
The new registration period for the the EPP object to be renewed |
Fields inherited from class com.neulevel.epp.core.command.EppCommand |
clTRID, creds, unspec |
Constructor Summary | |
EppCommandRenew()
|
Method Summary | |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandRenew object. |
java.util.Calendar |
getCurrentExpireDate()
Gets the current expiration date of the object to be renewed |
EppPeriod |
getPeriod()
Gets the EppPeriod object containing the period
to be renewed for the object |
void |
setCurrentExpireDate(java.util.Calendar curExpDate)
Sets the current expiration date of the object to be renewed |
void |
setPeriod(EppPeriod period)
Sets the EppPeriod object containing the period
to be renewed for the object |
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.Calendar curExpDate
protected EppPeriod period
Constructor Detail |
public EppCommandRenew()
Method Detail |
public java.util.Calendar getCurrentExpireDate()
public void setCurrentExpireDate(java.util.Calendar curExpDate)
public EppPeriod getPeriod()
EppPeriod
object containing the period
to be renewed for the object
public void setPeriod(EppPeriod period)
EppPeriod
object containing the period
to be renewed for the object
public static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandRenew
object.
The caller of this method must make sure that the root node is of an
EPP Command Renew entity.
root
- root node for an EppCommandRenew
object
in XML format
EppCommandRenew
object, or null if the node
is invalidpublic 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 |