com.verisign.epp.codec.contact
Class EPPContactDiscloseOrg

java.lang.Object
  extended by com.verisign.epp.codec.contact.EPPContactDiscloseOrg
All Implemented Interfaces:
EPPCodecComponent, java.io.Serializable, java.lang.Cloneable

Deprecated. Use the orgInt and orgLoc attributes defined in EPPContactDisclose.

@Deprecated
public class EPPContactDiscloseOrg
extends java.lang.Object
implements EPPCodecComponent

Represents a contact disclose org definition.

See Also:
Serialized Form

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 EPPContactDiscloseOrg root element.
 
Constructor Summary
EPPContactDiscloseOrg()
          Deprecated. Create a new instance of EPPContactDiscloseOrg
EPPContactDiscloseOrg(java.lang.String aType)
          Deprecated. Create a new instance of EPPContactDiscloseOrg with the given type
 
Method Summary
 java.lang.Object clone()
          Deprecated. Clone EPPContactDiscloseOrg.
 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 EPPContactDiscloseOrg instance.
 boolean equals(java.lang.Object aObject)
          Deprecated. implements a deep EPPContactDiscloseOrg compare.
 java.lang.String getType()
          Deprecated. Gets the type of the org element.
 void setType(java.lang.String aType)
          Deprecated. Sets the type of the org element.
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_TYPE_INT

public static final java.lang.String ATTR_TYPE_INT
Deprecated. 
Value of the INT in contact disclose type mapping.

See Also:
Constant Field Values

ATTR_TYPE_LOC

public static final java.lang.String ATTR_TYPE_LOC
Deprecated. 
Value of the LOC in contact disclose type mapping.

See Also:
Constant Field Values

ELM_LOCALNAME

public static final java.lang.String ELM_LOCALNAME
Deprecated. 
Constant for disclose address local name.

See Also:
Constant Field Values

ELM_NAME

public static final java.lang.String ELM_NAME
Deprecated. 
XML Element Name of EPPContactDiscloseOrg root element.

See Also:
Constant Field Values
Constructor Detail

EPPContactDiscloseOrg

public EPPContactDiscloseOrg()
Deprecated. 
Create a new instance of EPPContactDiscloseOrg


EPPContactDiscloseOrg

public EPPContactDiscloseOrg(java.lang.String aType)
Deprecated. 
Create a new instance of EPPContactDiscloseOrg with the given type

Parameters:
aType - the type value to use for this instance. Should use either ATTR_TYPE_INT or ATTR_TYPE_LOC.
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Deprecated. 
Clone EPPContactDiscloseOrg.

Specified by:
clone in interface EPPCodecComponent
Overrides:
clone in class java.lang.Object
Returns:
clone of EPPContactDiscloseOrg
Throws:
java.lang.CloneNotSupportedException - standard Object.clone exception

decode

public void decode(org.w3c.dom.Element aElement)
            throws EPPDecodeException
Deprecated. 
Decode the EPPContactDisclose attributes from the aElement DOM Element tree.

Specified by:
decode in interface EPPCodecComponent
Parameters:
aElement - The root element of the report fragment of XML
Throws:
EPPDecodeException

encode

public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
                           throws EPPEncodeException
Deprecated. 
Encode a DOM Element tree from the attributes of the EPPContactDiscloseOrg instance.

Specified by:
encode in interface EPPCodecComponent
Parameters:
aDocument - The DOM Document to append data to
Returns:
DOM Element of encoded object
Throws:
EPPEncodeException

equals

public boolean equals(java.lang.Object aObject)
Deprecated. 
implements a deep EPPContactDiscloseOrg compare.

Overrides:
equals in class java.lang.Object
Parameters:
aObject - EPPContactDiscloseOrg instance to compare with
Returns:
true if equal false otherwise

getType

public java.lang.String getType()
Deprecated. 
Gets the type of the org element.

Returns:
Should be either ATTR_TYPE_INT or ATTR_TYPE_LOC.

setType

public void setType(java.lang.String aType)
Deprecated. 
Sets the type of the org element.

Parameters:
aType - Should be either ATTR_TYPE_INT or ATTR_TYPE_LOC.


Copyright © VeriSign Inc. All Rights Reserved.