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.String
ELM_NAME
XML 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.Object
clone()
clone anEPPCodecComponent
.boolean
equals(java.lang.Object aObject)
Compare an instance ofEPPPersRegTransferData
with this instance.java.lang.String
getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.protected java.lang.String
getRootElm()
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 ofEPPPersRegTransferData
with this instance.- Overrides:
equals
in classEPPPersRegGenData
- Parameters:
aObject
- Object to compare with.- Returns:
true
if equal;false
otherwise.
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone anEPPCodecComponent
.- Specified by:
clone
in interfaceEPPCodecComponent
- Overrides:
clone
in 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:
getRootElm
in classEPPPersRegGenData
- Returns:
- "persReg:trnData"
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.- Returns:
- XML namespace for the
EPPCodecComponent
.
-
-