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,Serializable,Cloneable
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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EPPPersRegCreateData(boolean aIsBundledRate) Constructor that sets the bundled flag. -
Method Summary
Methods inherited from class com.verisign.epp.codec.persreg.EPPPersRegGenData
decode, encode, isBundledRate, setIsBundedRate
-
Field Details
-
ELM_NAME
XML root tag forEPPPersRegCreateData.- See Also:
-
-
Constructor Details
-
EPPPersRegCreateData
public EPPPersRegCreateData()Default constructor. Bundled flag defaults tofalse. -
EPPPersRegCreateData
public EPPPersRegCreateData(boolean aIsBundledRate) Constructor that sets the bundled flag.- Parameters:
aIsBundledRate- Does the bundled rate apply?
-
-
Method Details
-
equals
Compare an instance ofEPPPersRegCreateDatawith this instance.- Overrides:
equalsin classEPPPersRegGenData- Parameters:
aObject- Object to compare with.- Returns:
trueif equal;falseotherwise.
-
clone
clone anEPPCodecComponent.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classEPPPersRegGenData- Returns:
- clone of concrete
EPPPersRegCreateData - Throws:
CloneNotSupportedException- standard Object.clone exception
-
getRootElm
Gets the root element name.- Specified by:
getRootElmin classEPPPersRegGenData- Returns:
- "persReg:creData"
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-