|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.premiumdomain.EPPPremiumDomainCheck
public class EPPPremiumDomainCheck
EPPCodecComponent that encodes and decodes a Premium Domain check extension.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
XML tag name of EPPPremiumDomainCheck root element |
| Constructor Summary | |
|---|---|
EPPPremiumDomainCheck()
Create an EPPPremiumDomainCheck instance |
|
EPPPremiumDomainCheck(boolean aFlag)
Create a EPPPremiumDomainCheck instance with the flag value |
|
EPPPremiumDomainCheck(java.lang.Boolean aFlag)
Create a EPPPremiumDomainCheck instance with the flag value |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPPremiumDomainCheck. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPPremiumDomainCheck attributes from the
aElement DOM Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the EPPPremiumDomainCheck instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPPremiumDomainCheck with
this instance. |
java.lang.Boolean |
getFlag()
Returns the flag value |
void |
setFlag(java.lang.Boolean aFlag)
Sets the flag Code |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
EPPPremiumDomainCheck root element
| Constructor Detail |
|---|
public EPPPremiumDomainCheck()
EPPPremiumDomainCheck instance
public EPPPremiumDomainCheck(boolean aFlag)
aFlag - true to get the EPPPremiumDomainCheckResp
extension in the response;false otherwisepublic EPPPremiumDomainCheck(java.lang.Boolean aFlag)
aFlag - true to get the EPPPremiumDomainCheckResp
extension in the response;false otherwise| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPPremiumDomainCheck.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPPremiumDomainCheck
java.lang.CloneNotSupportedException - standard Object.clone exception
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPPremiumDomainCheck instance.
encode in interface EPPCodecComponentaDocument - DOM Document that is being built
EPPPremiumDomainCheck instance.
EPPEncodeException
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPPremiumDomainCheck attributes from the
aElement DOM Element tree.
decode in interface EPPCodecComponentaElement - Root DOM Element to decode
EPPPremiumDomainCheck from.
EPPDecodeException - Unable to decode aElementpublic boolean equals(java.lang.Object aObject)
EPPPremiumDomainCheck with
this instance.
equals in class java.lang.ObjectaObject - Object to compare with.
public java.lang.Boolean getFlag()
public void setFlag(java.lang.Boolean aFlag)
aFlag - The flag value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||