|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.gen.EPPCommand
com.verisign.epp.codec.gen.EPPRenewCmd
com.verisign.epp.codec.nameWatch.EPPNameWatchRenewCmd
public class EPPNameWatchRenewCmd
Represents an EPP NameWatch <renew> command, which provides a
transform operation that allows a client to extend the validity period
of a nameWatch object. The EPP <renew> command provides a transform
operation that allows a client to extend the validity period of a nameWatch
object. In addition to the standard EPP command elements, the
<renew> command MUST contain a <nameWatch:renew> element that
identifies the nameWatch namespace and the location of the nameWatch
schema. The <nameWatch:renew> element SHALL contain the following
child elements:
getRoid
and setRoid
to get and set the
element.
getCurExpDate
and setCurExpDate
to
get and set the element.
getPeriod
and
setPeriod
to get and set the element. If return
null
, period has not been specified yet.
EPPNameWatchRenewResp
,
Serialized FormField Summary |
---|
Fields inherited from class com.verisign.epp.codec.gen.EPPCommand |
---|
extensions, OP_APPROVE, OP_CANCEL, OP_QUERY, OP_REJECT, OP_REQUEST, transId, TYPE_CHECK, TYPE_CREATE, TYPE_DELETE, TYPE_INFO, TYPE_LOGIN, TYPE_LOGOUT, TYPE_POLL, TYPE_RENEW, TYPE_TRANSFER, TYPE_UPDATE |
Constructor Summary | |
---|---|
EPPNameWatchRenewCmd()
Allocates a new EPPNameWatchRenewCmd with default attribute
values. |
|
EPPNameWatchRenewCmd(java.lang.String aTransId,
java.lang.String aRoid,
java.util.Date aCurExpDate)
EPPNameWatchRenewCmd constructor that takes the nameWatch
roid and the current expiration year as arguments. |
|
EPPNameWatchRenewCmd(java.lang.String aTransId,
java.lang.String aRoid,
java.util.Date aCurExpDate,
EPPNameWatchPeriod aPeriod)
EPPNameWatchRenewCmd constructor that takes all of the
attributes of the renew command as arguments. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone EPPNameWatchRenewCmd . |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPNameWatchRenewCmd attributes from the
aElement DOM Element tree. |
protected org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the EPPNameWatchRenewCmd instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPNameWatchRenewCmd with this
instance. |
java.util.Date |
getCurExpDate()
Get current expiration date. |
java.lang.String |
getNamespace()
Gets the EPP command Namespace associated with EPPNameWatchRenewCmd . |
EPPNameWatchPeriod |
getPeriod()
Gets the registration period of the renew command in years. |
java.lang.String |
getRoid()
Gets the nameWatch roid to renew. |
void |
setCurExpDate(java.util.Date newCurExpDate)
Set current expiration date. |
void |
setPeriod(EPPNameWatchPeriod aPeriod)
Sets the registration period of the renew command in years. |
void |
setRoid(java.lang.String aRoid)
Sets the nameWatch roid to renew. |
java.lang.String |
toString()
Implementation of Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
Methods inherited from class com.verisign.epp.codec.gen.EPPRenewCmd |
---|
doGenDecode, doGenEncode, getType |
Methods inherited from class com.verisign.epp.codec.gen.EPPCommand |
---|
addExtension, decode, encode, getExtension, getExtension, getExtensions, getOp, getTransId, hasExtension, hasExtensions, hasTransId, setExtension, setExtensions, setTransId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EPPNameWatchRenewCmd()
EPPNameWatchRenewCmd
with default attribute
values. the defaults include the following: null
1 year
null
encode
.
public EPPNameWatchRenewCmd(java.lang.String aTransId, java.lang.String aRoid, java.util.Date aCurExpDate)
EPPNameWatchRenewCmd
constructor that takes the nameWatch
roid and the current expiration year as arguments. The period will
default to 1 year.
aTransId
- Transaction Id associated with command.aRoid
- NameWatch roid to renew.aCurExpDate
- The current expiration date of the nameWatchpublic EPPNameWatchRenewCmd(java.lang.String aTransId, java.lang.String aRoid, java.util.Date aCurExpDate, EPPNameWatchPeriod aPeriod)
EPPNameWatchRenewCmd
constructor that takes all of the
attributes of the renew command as arguments.
aTransId
- Transaction Id associated with command.aRoid
- NameWatch roid to renew.aCurExpDate
- The current expiration date of the nameWatch.aPeriod
- Registration period in years.Method Detail |
---|
public java.lang.String getNamespace()
EPPNameWatchRenewCmd
.
getNamespace
in interface EPPMessage
getNamespace
in class EPPCommand
EPPNameWatchMapFactory.NS
public java.lang.String getRoid()
public void setRoid(java.lang.String aRoid)
aRoid
- NameWatch Roidpublic boolean equals(java.lang.Object aObject)
EPPNameWatchRenewCmd
with this
instance.
equals
in class EPPRenewCmd
aObject
- Object to compare with.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPNameWatchRenewCmd
.
clone
in interface EPPCodecComponent
clone
in class EPPCommand
EPPNameWatchRenewCmd
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.
toString
in class EPPCommand
String
if successful;
ERROR
otherwise.public java.util.Date getCurExpDate()
public EPPNameWatchPeriod getPeriod()
public void setCurExpDate(java.util.Date newCurExpDate)
newCurExpDate
- Current Expiration Datepublic void setPeriod(EPPNameWatchPeriod aPeriod)
aPeriod
- Registration Period in years.protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPNameWatchRenewCmd
instance.
doEncode
in class EPPRenewCmd
aDocument
- DOM Document that is being built. Used as an Element
factory.
EPPNameWatchRenewCmd
instance.
EPPEncodeException
- Unable to encode
EPPNameWatchRenewCmd
instance.protected void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPNameWatchRenewCmd
attributes from the
aElement DOM Element tree.
doDecode
in class EPPRenewCmd
aElement
- Root DOM Element to decode
EPPNameWatchRenewCmd
from.
EPPDecodeException
- Unable to decode aElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |