Package com.verisign.epp.codec.contact
Class EPPContactDiscloseOrg
java.lang.Object
com.verisign.epp.codec.contact.EPPContactDiscloseOrg
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Deprecated.
Represents a contact disclose org definition.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Value of the INT in contact disclose type mapping.static final StringDeprecated.Value of the LOC in contact disclose type mapping.static final StringDeprecated.Constant for disclose address local name.static final StringDeprecated.XML Element Name ofEPPContactDiscloseOrgroot element. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Create a new instance of EPPContactDiscloseOrgEPPContactDiscloseOrg(String aType) Deprecated.Create a new instance of EPPContactDiscloseOrg with the given type -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.CloneEPPContactDiscloseOrg.voidDeprecated.Decode theEPPContactDiscloseattributes from the aElement DOM Element tree.Deprecated.Encode a DOM Element tree from the attributes of theEPPContactDiscloseOrginstance.booleanDeprecated.implements a deepEPPContactDiscloseOrgcompare.Deprecated.Returns the XML namespace associated with theEPPCodecComponent.getType()Deprecated.Gets the type of the org element.voidDeprecated.Sets the type of the org element.
-
Field Details
-
ATTR_TYPE_INT
Deprecated.Value of the INT in contact disclose type mapping.- See Also:
-
ATTR_TYPE_LOC
Deprecated.Value of the LOC in contact disclose type mapping.- See Also:
-
ELM_LOCALNAME
Deprecated.Constant for disclose address local name.- See Also:
-
ELM_NAME
Deprecated.XML Element Name ofEPPContactDiscloseOrgroot element.- See Also:
-
-
Constructor Details
-
EPPContactDiscloseOrg
public EPPContactDiscloseOrg()Deprecated.Create a new instance of EPPContactDiscloseOrg -
EPPContactDiscloseOrg
Deprecated.Create a new instance of EPPContactDiscloseOrg with the given type- Parameters:
aType- the type value to use for this instance. Should use eitherATTR_TYPE_INTorATTR_TYPE_LOC.
-
-
Method Details
-
clone
Deprecated.CloneEPPContactDiscloseOrg.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- clone of
EPPContactDiscloseOrg - Throws:
CloneNotSupportedException- standard Object.clone exception
-
decode
Deprecated.Decode theEPPContactDiscloseattributes from the aElement DOM Element tree.- Specified by:
decodein interfaceEPPCodecComponent- Parameters:
aElement- The root element of the report fragment of XML- Throws:
EPPDecodeException- On decoding error
-
encode
Deprecated.Encode a DOM Element tree from the attributes of theEPPContactDiscloseOrginstance.- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- The DOM Document to append data to- Returns:
- DOM Element of encoded object
- Throws:
EPPEncodeException- On encoding error
-
equals
Deprecated.implements a deepEPPContactDiscloseOrgcompare. -
getType
Deprecated.Gets the type of the org element.- Returns:
- Should be either
ATTR_TYPE_INTorATTR_TYPE_LOC.
-
setType
Deprecated.Sets the type of the org element.- Parameters:
aType- Should be eitherATTR_TYPE_INTorATTR_TYPE_LOC.
-
getNamespace
Deprecated.Returns the XML namespace associated with theEPPCodecComponent.- Specified by:
getNamespacein interfaceEPPCodecComponent- Returns:
- XML namespace for the
EPPCodecComponent.
-
orgIntandorgLocattributes defined inEPPContactDisclose.