Package com.verisign.epp.codec.persreg
Class EPPPersRegRenewData
java.lang.Object
com.verisign.epp.codec.persreg.EPPPersRegGenData
com.verisign.epp.codec.persreg.EPPPersRegRenewData
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Personal Registration <renData> extension element to a EPP Renew
Response. The bundled rate flag indicates if the bundled rate applies to
the <renew> EPP Command.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.EPPPersRegRenewData(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 forEPPPersRegRenewData.- See Also:
-
-
Constructor Details
-
EPPPersRegRenewData
public EPPPersRegRenewData()Default constructor. Bundled flag defaults tofalse. -
EPPPersRegRenewData
public EPPPersRegRenewData(boolean aIsBundledRate) Constructor that sets the bundled flag.- Parameters:
aIsBundledRate- Does the bundled rate apply?
-
-
Method Details
-
equals
Compare an instance ofEPPPersRegRenewDatawith 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
EPPPersRegRenewData - Throws:
CloneNotSupportedException- standard Object.clone exception
-
getRootElm
Gets the root element name.- Specified by:
getRootElmin classEPPPersRegGenData- Returns:
- "persReg:renData"
-
getNamespace
Returns the XML namespace associated with theEPPCodecComponent.- Returns:
- XML namespace for the
EPPCodecComponent.
-