|
||||||||||
| 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.EPPPersRegCreateData
public class EPPPersRegCreateData
Personal Registration <creData> extension element to a EPP Create
Response. The bundled rate flag indicates if the bundled rate applies to
the <create> EPP Command.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
XML root tag for EPPPersRegCreateData. |
| Constructor Summary | |
|---|---|
EPPPersRegCreateData()
Default constructor. |
|
EPPPersRegCreateData(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 EPPPersRegCreateData 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
EPPPersRegCreateData.
| Constructor Detail |
|---|
public EPPPersRegCreateData()
false.
public EPPPersRegCreateData(boolean aIsBundledRate)
aIsBundledRate - Does the bundled rate apply?| Method Detail |
|---|
public boolean equals(java.lang.Object aObject)
EPPPersRegCreateData 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 EPPPersRegGenDataEPPPersRegCreateData
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 | |||||||||