|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.fee.v08.EPPFeeChkData
public class EPPFeeChkData
The extension to a response to a check command with the fee check extension.
EPPFeeCheck,
EPPFeeDomainResult,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeChkData. |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeChkData. |
| Constructor Summary | |
|---|---|
EPPFeeChkData()
EPPFeeChkData default constructor. |
|
EPPFeeChkData(EPPFeeDomainResult aResult)
EPPFeeChkData constructor that will set the result of an
individual domain. |
|
EPPFeeChkData(java.util.List<EPPFeeDomainResult> aResults)
EPPFeeChkData constructor that will set the result of
multiple domains. |
|
| Method Summary | |
|---|---|
void |
addCheckResult(EPPFeeDomainResult aResult)
Adds a check result to the list of results. |
java.lang.Object |
clone()
Clone EPPFeeChkData instance. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPFeeChkData 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 EPPFeeChkData instance. |
boolean |
equals(java.lang.Object aObject)
Implements a deep EPPFeeChkData compare. |
java.util.List<EPPFeeDomainResult> |
getCheckResults()
Get the results of a EPPFeeChkData Response. |
java.lang.String |
getNamespace()
Get the EPP command Namespace associated with EPPFeeChkData. |
void |
setCheckResult(EPPFeeDomainResult aResult)
Sets the result of an individual domain name. |
void |
setCheckResults(java.util.List<EPPFeeDomainResult> aResults)
Set the results of a EPPFeeChkData Response. |
java.lang.String |
toString()
Implementation of Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_LOCALNAME
EPPFeeChkData.
public static final java.lang.String ELM_NAME
EPPFeeChkData.
| Constructor Detail |
|---|
public EPPFeeChkData()
EPPFeeChkData default constructor. The results list will be
empty.
public EPPFeeChkData(EPPFeeDomainResult aResult)
EPPFeeChkData constructor that will set the result of an
individual domain.
aResult - Result of a single domain name.public EPPFeeChkData(java.util.List<EPPFeeDomainResult> aResults)
EPPFeeChkData constructor that will set the result of
multiple domains.
aResults - List of check results| Method Detail |
|---|
public java.lang.String getNamespace()
EPPFeeChkData.
EPPFeeExtFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPFeeChkData compare.
equals in class java.lang.ObjectaObject - EPPFeeChkData instance to compare with
true if equal false otherwise.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPFeeChkData instance.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPFeeChkData
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.util.List<EPPFeeDomainResult> getCheckResults()
EPPFeeChkData Response. There is one
EPPFeeDomainResult instance in this.results for
each domain requested in the Check Command.
public void setCheckResults(java.util.List<EPPFeeDomainResult> aResults)
EPPFeeChkData Response. There is one
EPPFeeDomainResult instance in this.results for
each domain requested in the Check Command.
aResults - List of claims check resultspublic void addCheckResult(EPPFeeDomainResult aResult)
aResult - Check result to add to the list.public void setCheckResult(EPPFeeDomainResult aResult)
aResult - Check result to set
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPFeeChkData instance.
encode in interface EPPCodecComponentaDocument - DOM Document that is being built. Used as an Element factory.
EPPFeeChkData instance.
EPPEncodeException - Unable to encode EPPFeeChkData instance.
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPFeeChkData attributes from the aElement DOM
Element tree.
decode in interface EPPCodecComponentaElement - Root DOM Element to decode EPPFeeChkData from.
EPPDecodeException - Unable to decode aElementpublic java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.
toString in class java.lang.ObjectString if successful;
ERROR otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||