public class EPPCoaExtValue extends java.lang.Object implements EPPCodecComponent
Title: EPP 1.0 Client Object Attribute - Value
Description: The Value tag represents the value of a Client Object Attribute. It contains simply the Client Object Attribute value as text, and is only used in the company of a Key tag which identifies it.
Copyright: Copyright (c) 2011
Company: VeriSign
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_NAME
Constant for the COA value tag
|
| Constructor and Description |
|---|
EPPCoaExtValue()
Create an EPPCoaExtValue instance
|
EPPCoaExtValue(java.lang.String aValue)
Create a EPPCoaExtValue intance with the given value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPCoaExtValue. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPCoaExtValue component
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Sets all this instance's data in the given XML document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPCoaExtValue compare. |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
java.lang.String |
getValue()
Returns the value to a key/value pair.
|
void |
setValue(java.lang.String aValue)
Sets the Value
|
public static final java.lang.String ELM_NAME
public EPPCoaExtValue()
public EPPCoaExtValue(java.lang.String aValue)
aValue - the valuepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCoaExtValue.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPCoaExtValuejava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
encode in interface EPPCodecComponentaDocument - a DOM Document to attach data to.EPPEncodeException - Thrown if any errors prevent encoding.public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
decode in interface EPPCodecComponentaElement - EPPDecodeExceptionpublic boolean equals(java.lang.Object aObject)
EPPCoaExtValue compare.equals in class java.lang.ObjectaObject - EPPCoaExtValue instance to compare withpublic java.lang.String getValue()
public void setValue(java.lang.String aValue)
aValue - - The value to a key/value pairpublic java.lang.String getNamespace()
EPPCodecComponent.getNamespace in interface EPPCodecComponentEPPCodecComponent.Copyright © VeriSign Inc. All Rights Reserved.