|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.coaext.EPPCoaExtValue
public class EPPCoaExtValue
EPPCodecComponent that encodes and decodes a COA Value Tag.
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
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
Constant for the COA value tag |
| Constructor Summary | |
|---|---|
EPPCoaExtValue()
Create an EPPCoaExtValue instance |
|
EPPCoaExtValue(java.lang.String aValue)
Create a EPPCoaExtValue intance with the given value |
|
| Method Summary | |
|---|---|
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 |
getValue()
Returns the value to a key/value pair. |
void |
setValue(java.lang.String aValue)
Sets the Value |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_NAME
| Constructor Detail |
|---|
public EPPCoaExtValue()
public EPPCoaExtValue(java.lang.String aValue)
aValue - the value| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCoaExtValue.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPCoaExtValue
java.lang.CloneNotSupportedException - standard Object.clone exception
public 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 with
public java.lang.String getValue()
public void setValue(java.lang.String aValue)
aValue - - The value to a key/value pair
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||