public class EPPRegistrySupportedStatus extends java.lang.Object implements EPPCodecComponent
List
of supported status used in
EPPRegistryDomain
, EPPRegistryHost
and
EPPRegistryContact
, as per RFC 5731, 5732 and 5733, respectively.Modifier and Type | Class and Description |
---|---|
static class |
EPPRegistrySupportedStatus.Status
Constants for the supported statuses.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPRegistrySupportedStatus . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPRegistrySupportedStatus . |
static java.lang.String |
ELM_NAME_STATUS
XML Element Name of
status attribute. |
Constructor and Description |
---|
EPPRegistrySupportedStatus() |
Modifier and Type | Method and Description |
---|---|
void |
addStatus(java.lang.String status)
Add one status to an existing
List . |
java.lang.Object |
clone()
Clone
EPPRegistrySupportedStatus . |
void |
decode(org.w3c.dom.Element aElement)
Decode the
EPPRegistrySupportedStatus 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
EPPRegistrySupportedStatus instance. |
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPRegistrySupportedStatus compare. |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.util.List |
getStatuses()
Gets the
List of statuses. |
boolean |
hasStatuses()
Is there any statuses set?
|
void |
setStatuses(java.util.List statuses)
Sets the
List of statuses. |
java.lang.String |
toString()
Implementation of
Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
public static final java.lang.String ELM_LOCALNAME
EPPRegistrySupportedStatus
.public static final java.lang.String ELM_NAME
EPPRegistrySupportedStatus
.public static final java.lang.String ELM_NAME_STATUS
status
attribute.public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPRegistrySupportedStatus
instance.encode
in interface EPPCodecComponent
aDocument
- DOM Document that is being built. Used as an Element factory.EPPRegistrySupportedStatus
instance.EPPEncodeException
- - Unable to encode EPPRegistrySupportedStatus
instance.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPRegistrySupportedStatus
attributes from the aElement
DOM Element tree.decode
in interface EPPCodecComponent
aElement
- Root DOM Element to decode EPPRegistrySupportedStatus
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPRegistrySupportedStatus
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPRegistrySupportedStatus
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
EPPRegistrySupportedStatus
compare.equals
in class java.lang.Object
aObject
- EPPRegistrySupportedStatus
instance to compare withtrue
if this object is the same as the aObject argument;
false
otherwisepublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.toString
in class java.lang.Object
String
if successful; ERROR
otherwise.public boolean hasStatuses()
true
if there is at least one status set.public java.util.List getStatuses()
List
of statuses.String
public void setStatuses(java.util.List statuses)
List
of statuses.statuses
- List
of statuses in String
public void addStatus(java.lang.String status)
List
.status
- status String
public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.