nameInt
and nameLoc
attributes
defined in EPPContactDisclose
.@Deprecated public class EPPContactDiscloseName extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_TYPE_INT
Deprecated.
Value of the INT in contact disclose type mapping.
|
static java.lang.String |
ATTR_TYPE_LOC
Deprecated.
Value of the LOC in contact disclose type mapping.
|
static java.lang.String |
ELM_LOCALNAME
Deprecated.
Constant for disclose name local name.
|
static java.lang.String |
ELM_NAME
Deprecated.
XML Element Name of
EPPContactDiscloseName root element. |
Constructor and Description |
---|
EPPContactDiscloseName()
Deprecated.
Create a new instance of EPPContactDiscloseName
|
EPPContactDiscloseName(java.lang.String aType)
Deprecated.
Create a new instance of EPPContactDiscloseName with the given type
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Clone
EPPContactDiscloseName . |
void |
decode(org.w3c.dom.Element aElement)
Deprecated.
Decode the
EPPContactDisclose attributes from the aElement
DOM Element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Deprecated.
Encode a DOM Element tree from the attributes of the
EPPContactDiscloseName instance. |
boolean |
equals(java.lang.Object aObject)
Deprecated.
implements a deep
EPPContactDiscloseName compare. |
java.lang.String |
getNamespace()
Deprecated.
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getType()
Deprecated.
Gets the type of the name element.
|
void |
setType(java.lang.String aType)
Deprecated.
Sets the type of the name element.
|
public static final java.lang.String ATTR_TYPE_INT
public static final java.lang.String ATTR_TYPE_LOC
public static final java.lang.String ELM_LOCALNAME
public static final java.lang.String ELM_NAME
EPPContactDiscloseName
root element.public EPPContactDiscloseName()
public EPPContactDiscloseName(java.lang.String aType)
aType
- the type value to use for this instance. Should use either
ATTR_TYPE_INT
or ATTR_TYPE_LOC
.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPContactDiscloseName
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPContactDiscloseName
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPContactDisclose
attributes from the aElement
DOM Element tree.decode
in interface EPPCodecComponent
aElement
- The root element of the report fragment of XMLEPPDecodeException
- On decoding errorpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPContactDiscloseName
instance.encode
in interface EPPCodecComponent
aDocument
- The DOM Document to append data toElement
EPPEncodeException
- On encoding errorpublic boolean equals(java.lang.Object aObject)
EPPContactDiscloseName
compare.equals
in class java.lang.Object
aObject
- EPPContactDiscloseName
instance to compare withpublic java.lang.String getType()
ATTR_TYPE_INT
or ATTR_TYPE_LOC
.public void setType(java.lang.String aType)
aType
- Should be either ATTR_TYPE_INT
or
ATTR_TYPE_LOC
.public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.