Package com.verisign.epp.codec.persreg
Class EPPPersRegCreateData
- java.lang.Object
-
- com.verisign.epp.codec.persreg.EPPPersRegGenData
-
- com.verisign.epp.codec.persreg.EPPPersRegCreateData
-
- All Implemented Interfaces:
EPPCodecComponent
,java.io.Serializable
,java.lang.Cloneable
public class EPPPersRegCreateData extends EPPPersRegGenData
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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELM_NAME
XML root tag forEPPPersRegCreateData
.
-
Constructor Summary
Constructors Constructor Description EPPPersRegCreateData()
Default constructor.EPPPersRegCreateData(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 ofEPPPersRegCreateData
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 forEPPPersRegCreateData
.- See Also:
- Constant Field Values
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object aObject)
Compare an instance ofEPPPersRegCreateData
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
EPPPersRegCreateData
- 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:creData"
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent
.- Returns:
- XML namespace for the
EPPCodecComponent
.
-
-