|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.premiumdomain.EPPPremiumDomainCheckResp
public class EPPPremiumDomainCheckResp
Represents an EPP Domain <premiumdomain:chkData> extension response to a
EPPDomainCheckCmd
. When a <check> command has been
processed successfully, the EPP response may contain a child <premiumdomain:chkData>
extension element that identifies the premium domain namespace and the location of the
premium domain schema. The <premiumdomain:chkData> elements contains one or more
<premiumdomain:cd> elements that contain the following child elements:
Field Summary | |
---|---|
static java.lang.String |
ELM_NAME
XML tag name of EPPPremiumDomainCheckResp root element |
Constructor Summary | |
---|---|
EPPPremiumDomainCheckResp()
EPPPremiumDomainCheckResp default constructor. |
|
EPPPremiumDomainCheckResp(EPPPremiumDomainCheckResult aResult)
EPPPremiumDomainCheckResp constructor that will set the
result of an individual domain. |
|
EPPPremiumDomainCheckResp(java.util.Vector aResults)
EPPPremiumDomainCheckResp constructor that will set the
result of multiple domains. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone EPPPremiumDomainCheckResp . |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPPremiumDomainCheckResp 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 EPPPremiumDomainCheckResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPPremiumDomainCheckResp with this
instance. |
java.util.Vector |
getCheckResults()
Get the results of a EPPPremiumDomainCheckResp Response. |
void |
setCheckResults(java.util.Vector aResults)
Set the results of a EPPPremiumDomainCheckResp Response. |
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
EPPPremiumDomainCheckResp
root element
Constructor Detail |
---|
public EPPPremiumDomainCheckResp()
EPPPremiumDomainCheckResp
default constructor. It will set
results attribute to an empty Vector
.
public EPPPremiumDomainCheckResp(EPPPremiumDomainCheckResult aResult)
EPPPremiumDomainCheckResp
constructor that will set the
result of an individual domain.
aResult
- Result of a single premium domain namepublic EPPPremiumDomainCheckResp(java.util.Vector aResults)
EPPPremiumDomainCheckResp
constructor that will set the
result of multiple domains.
aResults
- Results Vector of EPPDomainCheckResult instances.Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPPremiumDomainCheckResp
.
clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPPremiumDomainCheckResp
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPPremiumDomainCheckResp
instance.
encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being built
EPPPremiumDomainCheckResp
instance.
EPPEncodeException
public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPPremiumDomainCheckResp
attributes from the
aElement
DOM Element tree.
decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode EPPPremiumDomainCheckResp
from.
EPPDecodeException
- Unable to decode aElement
public boolean equals(java.lang.Object aObject)
EPPPremiumDomainCheckResp
with this
instance.
equals
in class java.lang.Object
aObject
- Object to compare with.
public void setCheckResults(java.util.Vector aResults)
EPPPremiumDomainCheckResp
Response.
There is one EPPPremiumDomainCheckResult
instance in
aResults
for each domain requested in the
EPPDomainCheckCmd
Command.
aResults
- Vector of EPPPremiumDomainCheckResult
instances.public java.util.Vector getCheckResults()
EPPPremiumDomainCheckResp
Response.
There is one EPPPremiumDomainCheckResult
instance in
someResults
for each domain requested in the
EPPPremiumDomainCheckResult
Command.
EPPPremiumDomainCheckResult
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |