|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.persreg.EPPPersRegGenData
public abstract class EPPPersRegGenData
Personal Registration <genDataType> complexType, which is reused
by:
EPPPersRegCreateData
EPPPersRegRenewData
EPPPersRegTransferData
| Constructor Summary | |
|---|---|
EPPPersRegGenData()
Default constructor. |
|
EPPPersRegGenData(boolean aIsBundledRate)
Constructor that sets the bundled flag. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EPPPersRegGenData()
false.
public EPPPersRegGenData(boolean aIsBundledRate)
aIsBundledRate - Does the bundled rate apply?| Method Detail |
|---|
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 factory
EPPEncodeException - 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 EPPCodecComponentaElement - Element to decode
EPPDecodeException - Error decoding Element
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCodecComponent.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPPersRegGenData
java.lang.CloneNotSupportedException - standard Object.clone exceptionprotected abstract java.lang.String getRootElm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||