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.StringELM_NAMEXML 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.Objectclone()clone anEPPCodecComponent.booleanequals(java.lang.Object aObject)Compare an instance ofEPPPersRegCreateDatawith 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 forEPPPersRegCreateData.- See Also:
- Constant Field Values
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object aObject)
Compare an instance ofEPPPersRegCreateDatawith 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
EPPPersRegCreateData - 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:creData"
-
getNamespace
public java.lang.String getNamespace()
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-
-