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