|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.whois.EPPWhoisInf
public class EPPWhoisInf
Extension to the domain info command to specify whether
or not the whois info response data defined
in EPPWhoisInfData is desired. There
is a single flag attribute that specifies the
preference. A flag attribute value of false
has the same result of not including the
EPPWhoisInfo extension.
EPPWhoisInfData,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
Constant for the whois info extension tag |
| Constructor Summary | |
|---|---|
EPPWhoisInf()
Create an EPPWhoisInf instance |
|
EPPWhoisInf(boolean aFlag)
Create a EPPWhoisInf intance with the flag value |
|
EPPWhoisInf(java.lang.Boolean aFlag)
Create a EPPWhoisInf intance with the flag value |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPWhoisInf. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPIdnLangExtCrete component |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Sets all this instance's data in the given XML document |
boolean |
equals(java.lang.Object aObject)
implements a deep EPPWhoisInf compare. |
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
| Constructor Detail |
|---|
public EPPWhoisInf()
public EPPWhoisInf(boolean aFlag)
aFlag - true to get the EPPWhoisInfData
extension in the response;false otherwisepublic EPPWhoisInf(java.lang.Boolean aFlag)
aFlag - true to get the EPPWhoisInfData
extension in the response;false otherwise| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPWhoisInf.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPWhoisInf
java.lang.CloneNotSupportedException - standard Object.clone exception
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - a DOM Document to attach data to.
EPPEncodeException - Thrown if any errors prevent encoding.
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
decode in interface EPPCodecComponentaElement -
EPPDecodeExceptionpublic boolean equals(java.lang.Object aObject)
EPPWhoisInf compare.
equals in class java.lang.ObjectaObject - EPPWhoisInf instance to compare with
public java.lang.Boolean getFlag()
null otherwisepublic 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 | |||||||||