public abstract class EPPPersRegGenData extends java.lang.Object implements EPPCodecComponent
EPPPersRegCreateData
EPPPersRegRenewData
EPPPersRegTransferData
Constructor and Description |
---|
EPPPersRegGenData()
Default constructor.
|
EPPPersRegGenData(boolean aIsBundledRate)
Constructor that sets the bundled flag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
clone an
EPPCodecComponent . |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes.
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree.
|
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPPersGenData with this instance. |
protected abstract java.lang.String |
getRootElm()
Gets the root element name to use.
|
boolean |
isBundledRate()
Does the bundled rate apply?
|
void |
setIsBundedRate(boolean aIsBundledRate)
Sets the bundled rate flag.
|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace
public EPPPersRegGenData()
false
.public EPPPersRegGenData(boolean aIsBundledRate)
aIsBundledRate
- Does the bundled rate apply?public boolean isBundledRate()
true
if bundled rate applies; false
otherwise.public void setIsBundedRate(boolean aIsBundledRate)
aIsBundledRate
- Does the bundled rate apply?public boolean equals(java.lang.Object aObject)
EPPPersGenData
with this instance.equals
in class java.lang.Object
aObject
- Object to compare with.true
if equal; false
otherwise.public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
encode
in interface EPPCodecComponent
aDocument
- DOM Document, which acts is an Element factoryEPPEncodeException
- Error encoding
EPPPersRegGenData
public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
aElement
argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values.decode
in interface EPPCodecComponent
aElement
- Element
to decodeEPPDecodeException
- Error decoding Element
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPCodecComponent
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPPersRegGenData
java.lang.CloneNotSupportedException
- standard Object.clone exceptionprotected abstract java.lang.String getRootElm()
Copyright © VeriSign Inc. All Rights Reserved.