Package com.verisign.epp.codec.persreg
Class EPPPersRegTransferData
- java.lang.Object
-
- com.verisign.epp.codec.persreg.EPPPersRegGenData
-
- com.verisign.epp.codec.persreg.EPPPersRegTransferData
-
- All Implemented Interfaces:
EPPCodecComponent,java.io.Serializable,java.lang.Cloneable
public class EPPPersRegTransferData extends EPPPersRegGenData
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.;- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELM_NAMEXML root tag forEPPPersRegTransferData.
-
Constructor Summary
Constructors Constructor Description EPPPersRegTransferData()Default constructor.EPPPersRegTransferData(boolean aIsBundledRate)Constructor that sets the bundled flag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()clone anEPPCodecComponent.booleanequals(java.lang.Object aObject)Compare an instance ofEPPPersRegTransferDatawith this instance.java.lang.StringgetNamespace()Returns the XML namespace associated with theEPPCodecComponent.protected java.lang.StringgetRootElm()Gets the root element name.-
Methods inherited from class com.verisign.epp.codec.persreg.EPPPersRegGenData
decode, encode, isBundledRate, setIsBundedRate
-
-
-
-
Field Detail
-
ELM_NAME
public static final java.lang.String ELM_NAME
XML root tag forEPPPersRegTransferData.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EPPPersRegTransferData
public EPPPersRegTransferData()
Default constructor. Bundled flag defaults tofalse.
-
EPPPersRegTransferData
public EPPPersRegTransferData(boolean aIsBundledRate)
Constructor that sets the bundled flag.- Parameters:
aIsBundledRate- Does the bundled rate apply?
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object aObject)
Compare an instance ofEPPPersRegTransferDatawith this instance.- Overrides:
equalsin classEPPPersRegGenData- Parameters:
aObject- Object to compare with.- Returns:
trueif equal;falseotherwise.
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedExceptionclone anEPPCodecComponent.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classEPPPersRegGenData- Returns:
- clone of concrete
EPPPersRegTransferData - Throws:
java.lang.CloneNotSupportedException- standard Object.clone exception
-
getRootElm
protected java.lang.String getRootElm()
Gets the root element name.- Specified by:
getRootElmin classEPPPersRegGenData- Returns:
- "persReg:trnData"
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-
-