|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.coaext.EPPCoaExtKey
public class EPPCoaExtKey
EPPCodecComponent that encodes and decodes a COA Key Tag.
Title: EPP 1.0 Client Object Attribute - Key
Description: The Key tag represents the name of a Client Object Attribute. It contains simply the Client Object Attribute name as text.
Copyright: Copyright (c) 2011
Company: VeriSign
| Field Summary | |
|---|---|
static java.lang.String |
ELM_NAME
Constant for the key tag |
| Constructor Summary | |
|---|---|
EPPCoaExtKey()
Create an EPPCoaExtKey instance |
|
EPPCoaExtKey(java.lang.String aKey)
Create a EPPCoaExtKey intance with the given key |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPCoaExtKey. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPCoaExtKey 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 EPPCoaExtKey compare. |
java.lang.String |
getKey()
Returns the key to a key/value pair. |
void |
setKey(java.lang.String aKey)
Sets the Key |
| 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 EPPCoaExtKey()
public EPPCoaExtKey(java.lang.String aKey)
aKey - the key| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCoaExtKey.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPCoaExtKey
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)
EPPCoaExtKey compare.
equals in class java.lang.ObjectaObject - EPPCoaExtKey instance to compare with
public java.lang.String getKey()
public void setKey(java.lang.String aKey)
aKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||