|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.coaext.EPPCoaExtAttr
public class EPPCoaExtAttr
EPPCodecComponent that encodes and decodes a COA Attr Tag.
Title: EPP 1.0 Client Object Attribute - Attr
Description: Each EPPCoaExtAttr object represents a single Client Object Attribute. As
such it contains a single key-value pair, represented by one EPPCoaExtKey and
one EPPCoaExtValue element.
As XML, is is represented by a
Copyright: Copyright (c) 2011
Company: VeriSign
Field Summary | |
---|---|
static java.lang.String |
ELM_NAME
Constant for the key tag |
Constructor Summary | |
---|---|
EPPCoaExtAttr()
Default constructor |
|
EPPCoaExtAttr(java.lang.String aKey,
java.lang.String aValue)
Convenience constructor specifying the key and value as arguments. |
Method Summary | |
---|---|
java.lang.Object |
clone()
A deep clone of the EPPCoaExtAttr. |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPCoaExtAttr element by decoding its |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode an EPPCoaExtAttr by encoding its EPPCoaExtKey and EPPCoaExtValue attributes. |
boolean |
equals(java.lang.Object aComp)
A deep comparison of this to another EPPCoaExtAttr. |
EPPCoaExtKey |
getKey()
Get method for the EPPCoaExtKey attribute. |
EPPCoaExtValue |
getValue()
Get method for the EPPCoaExtValue attribute. |
void |
setKey(EPPCoaExtKey aKey)
Set method for the EPPCoaExtKey attribute. |
void |
setValue(EPPCoaExtValue aValue)
Set method for the EPPCoaExtValue attribute. |
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 EPPCoaExtAttr()
public EPPCoaExtAttr(java.lang.String aKey, java.lang.String aValue)
aKey
- aValue
- Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPCodecComponent
java.lang.CloneNotSupportedException
- standard Object.clone exceptionObject.clone()
public boolean equals(java.lang.Object aComp)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
decode
in interface EPPCodecComponent
aElement
- root DOM element associated with instance
EPPDecodeException
- Error decoding the DOM element tree.EPPCodecComponent.decode(org.w3c.dom.Element)
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
encode
in interface EPPCodecComponent
aDocument
- DOM document used as a factory of DOM objects.
EPPEncodeException
- Error encoding the DOM element tree.EPPCodecComponent.encode(org.w3c.dom.Document)
public EPPCoaExtKey getKey()
public void setKey(EPPCoaExtKey aKey)
aKey
- public EPPCoaExtValue getValue()
public void setValue(EPPCoaExtValue aValue)
aValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |