public class EPPPremiumDomainCheck extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME
XML tag name of
EPPPremiumDomainCheck root element |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
void |
setFlag(java.lang.Boolean aFlag)
Sets the flag Code
|
public static final java.lang.String ELM_NAME
EPPPremiumDomainCheck
root elementpublic EPPPremiumDomainCheck()
EPPPremiumDomainCheck
instancepublic 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
otherwisepublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPPremiumDomainCheck
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPPremiumDomainCheck
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPPremiumDomainCheck
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being builtEPPPremiumDomainCheck
instance.EPPEncodeException
- On encoding errorpublic void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPPremiumDomainCheck
attributes from the
aElement
DOM Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode EPPPremiumDomainCheck
from.EPPDecodeException
- Unable to decode aElement
public boolean equals(java.lang.Object aObject)
EPPPremiumDomainCheck
with this
instance.equals
in class java.lang.Object
aObject
- Object to compare with.public java.lang.Boolean getFlag()
public void setFlag(java.lang.Boolean aFlag)
aFlag
- The flag valuepublic java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.