Package com.verisign.epp.codec.contact
Class EPPContactDiscloseName
java.lang.Object
com.verisign.epp.codec.contact.EPPContactDiscloseName
- All Implemented Interfaces:
EPPCodecComponent,Serializable,Cloneable
Deprecated.
Represents a contact disclose name 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 name local name.static final StringDeprecated.XML Element Name ofEPPContactDiscloseNameroot element. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Create a new instance of EPPContactDiscloseNameEPPContactDiscloseName(String aType) Deprecated.Create a new instance of EPPContactDiscloseName with the given type -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.CloneEPPContactDiscloseName.voidDeprecated.Decode theEPPContactDiscloseattributes from the aElement DOM Element tree.Deprecated.Encode a DOM Element tree from the attributes of theEPPContactDiscloseNameinstance.booleanDeprecated.implements a deepEPPContactDiscloseNamecompare.Deprecated.Returns the XML namespace associated with theEPPCodecComponent.getType()Deprecated.Gets the type of the name element.voidDeprecated.Sets the type of the name 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 name local name.- See Also:
-
ELM_NAME
Deprecated.XML Element Name ofEPPContactDiscloseNameroot element.- See Also:
-
-
Constructor Details
-
EPPContactDiscloseName
public EPPContactDiscloseName()Deprecated.Create a new instance of EPPContactDiscloseName -
EPPContactDiscloseName
Deprecated.Create a new instance of EPPContactDiscloseName 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.CloneEPPContactDiscloseName.- Specified by:
clonein interfaceEPPCodecComponent- Overrides:
clonein classObject- Returns:
- clone of
EPPContactDiscloseName - 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 theEPPContactDiscloseNameinstance.- Specified by:
encodein interfaceEPPCodecComponent- Parameters:
aDocument- The DOM Document to append data to- Returns:
- Encoded DOM
Element - Throws:
EPPEncodeException- On encoding error
-
equals
Deprecated.implements a deepEPPContactDiscloseNamecompare. -
getType
Deprecated.Gets the type of the name element.- Returns:
- Should be either
ATTR_TYPE_INTorATTR_TYPE_LOC.
-
setType
Deprecated.Sets the type of the name 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.
-
nameIntandnameLocattributes defined inEPPContactDisclose.