|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.fee.v07.EPPFeeCheck
public class EPPFeeCheck
Fee Check Extension that enables a client to pass a list of domain names and fee query information to get fee information back from the server.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPFeeCheck. |
static java.lang.String |
ELM_NAME
XML root tag for EPPFeeCheck. |
| Constructor Summary | |
|---|---|
EPPFeeCheck()
Default constructor for EPPFeeCheck. |
|
EPPFeeCheck(java.util.List<EPPFeeDomain> aDomains)
Constructor for EPPFeeCheck that takes the list of domains
to check. |
|
| Method Summary | |
|---|---|
void |
addDomain(EPPFeeDomain aDomain)
Adds a domain to the list of domains to check the fee. |
java.lang.Object |
clone()
Clone an EPPCodecComponent instance. |
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 EPPFeeCheck with this instance. |
java.util.List<EPPFeeDomain> |
getDomains()
Gets the list of domains to check. |
void |
setDomains(java.util.List<EPPFeeDomain> aDomains)
Sets the list of domains to check. |
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
EPPFeeCheck.
public static final java.lang.String ELM_NAME
EPPFeeCheck.
| Constructor Detail |
|---|
public EPPFeeCheck()
EPPFeeCheck.
public EPPFeeCheck(java.util.List<EPPFeeDomain> aDomains)
EPPFeeCheck that takes the list of domains
to check.
aDomains - A list of EPPFeeDomain objects to check.| Method Detail |
|---|
public void addDomain(EPPFeeDomain aDomain)
aDomain - Domain to add.public java.util.List<EPPFeeDomain> getDomains()
EPPFeeDomain instances. The list should never be
null.public void setDomains(java.util.List<EPPFeeDomain> aDomains)
aDomains - List of EPPFeeDomain instances to check.
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 EPPFeeCheck
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 instance.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPFeeCheck
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic 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.public boolean equals(java.lang.Object aObject)
EPPFeeCheck with this instance.
equals in class java.lang.ObjectaObject - Object to compare with.
true if equal; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||