|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.contact.EPPContactDiscloseOrg
public class EPPContactDiscloseOrg
Represents a contact disclose org definition.
Field Summary | |
---|---|
static java.lang.String |
ATTR_TYPE_INT
Value of the INT in contact disclose type mapping |
static java.lang.String |
ATTR_TYPE_LOC
Value of the LOC in contact disclose type mapping |
Constructor Summary | |
---|---|
EPPContactDiscloseOrg()
Create a new instance of EPPContactDiscloseOrg |
|
EPPContactDiscloseOrg(java.lang.String aType)
Create a new instance of EPPContactDiscloseOrg with the given type |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone EPPContactDiscloseOrg . |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPContactDisclose 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 EPPContactDiscloseOrg instance. |
boolean |
equals(java.lang.Object aObject)
implements a deep EPPContactDiscloseOrg compare. |
java.lang.String |
getType()
DOCUMENT ME! |
void |
setType(java.lang.String aType)
DOCUMENT ME! |
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_LOC
public static final java.lang.String ATTR_TYPE_INT
Constructor Detail |
---|
public EPPContactDiscloseOrg()
public EPPContactDiscloseOrg(java.lang.String aType)
aType
- the type value to use for this instance. Should use one of
the static constants defined for this class as a value.Method Detail |
---|
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPContactDiscloseOrg
instance.
encode
in interface EPPCodecComponent
aDocument
- The DOM Document to append data to
EPPEncodeException
public 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 XML
EPPDecodeException
public boolean equals(java.lang.Object aObject)
EPPContactDiscloseOrg
compare.
equals
in class java.lang.Object
aObject
- EPPContactDiscloseOrg
instance to compare
with
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPContactDiscloseOrg
.
clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPContactDiscloseOrg
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
public void setType(java.lang.String aType)
aType
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |