|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.contact.EPPContactDiscloseAddress
addrInt and addrLoc attributes
defined in EPPContactDisclose.
@Deprecated public class EPPContactDiscloseAddress
Represents a contact disclose address definition.
| Field Summary | |
|---|---|
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 address local name. |
static java.lang.String |
ELM_NAME
Deprecated. XML Element Name of EPPContactDiscloseAddress root element. |
| Constructor Summary | |
|---|---|
EPPContactDiscloseAddress()
Deprecated. Create a new instance of EPPContactDiscloseAddress. |
|
EPPContactDiscloseAddress(java.lang.String aType)
Deprecated. Create a new instance of EPPContactDiscloseAddress with the given type |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. Clone EPPContactDiscloseAddress. |
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 EPPContactDiscloseAddress instance. |
boolean |
equals(java.lang.Object aObject)
Deprecated. implements a deep EPPContactDiscloseAddress compare. |
java.lang.String |
getType()
Deprecated. Gets the type of the address element. |
void |
setType(java.lang.String aType)
Deprecated. Sets the type of the address element. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
EPPContactDiscloseAddress root element.
| Constructor Detail |
|---|
public EPPContactDiscloseAddress()
public EPPContactDiscloseAddress(java.lang.String aType)
aType - the type value to use for this instance. Should use either
ATTR_TYPE_INT or ATTR_TYPE_LOC.| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPContactDiscloseAddress.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPContactDiscloseAddress
java.lang.CloneNotSupportedException - standard Object.clone exception
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPContactDisclose attributes from the aElement
DOM Element tree.
decode in interface EPPCodecComponentaElement - The root element of the report fragment of XML
EPPDecodeException
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPContactDiscloseAddress instance.
encode in interface EPPCodecComponentaDocument - The DOM Document to append data to
Element
EPPEncodeException - Error encodingpublic boolean equals(java.lang.Object aObject)
EPPContactDiscloseAddress compare.
equals in class java.lang.ObjectaObject - EPPContactDiscloseAddress instance to compare with
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||