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, waitgetNamespacepublic 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.ObjectaObject - 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 EPPCodecComponentaDocument - DOM Document, which acts is an Element factoryEPPEncodeException - Error encoding
EPPPersRegGenDatapublic 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 EPPCodecComponentaElement - Element to decodeEPPDecodeException - Error decoding Elementpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCodecComponent.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPPersRegGenDatajava.lang.CloneNotSupportedException - standard Object.clone exceptionprotected abstract java.lang.String getRootElm()
Copyright © VeriSign Inc. All Rights Reserved.