|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.persreg.EPPPersRegGenData
com.verisign.epp.codec.persreg.EPPPersRegRenewData
public class EPPPersRegRenewData
Personal Registration <renData> extension element to a EPP Renew
Response. The bundled rate flag indicates if the bundled rate applies to
the <renew> EPP Command.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
XML root tag for EPPPersRegRenewData. |
| Constructor Summary | |
|---|---|
EPPPersRegRenewData()
Default constructor. |
|
EPPPersRegRenewData(boolean aIsBundledRate)
Constructor that sets the bundled flag. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
clone an EPPCodecComponent. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPPersRegRenewData with this
instance. |
protected java.lang.String |
getRootElm()
Gets the root element name. |
| Methods inherited from class com.verisign.epp.codec.persreg.EPPPersRegGenData |
|---|
decode, encode, isBundledRate, setIsBundedRate |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
EPPPersRegRenewData.
| Constructor Detail |
|---|
public EPPPersRegRenewData()
false.
public EPPPersRegRenewData(boolean aIsBundledRate)
aIsBundledRate - Does the bundled rate apply?| Method Detail |
|---|
public boolean equals(java.lang.Object aObject)
EPPPersRegRenewData with this
instance.
equals in class EPPPersRegGenDataaObject - Object to compare with.
true if equal; false otherwise.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCodecComponent.
clone in interface EPPCodecComponentclone in class EPPPersRegGenDataEPPPersRegRenewData
java.lang.CloneNotSupportedException - standard Object.clone exceptionprotected java.lang.String getRootElm()
getRootElm in class EPPPersRegGenData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||