|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.suggestion.EPPSuggestionAnswer
public class EPPSuggestionAnswer
This component represents a Suggestion answer. The answer can be either a Table or a Grid. The XML schema requires one or the other but not both. This implementation does not prohibit having both a grid and a table. That exercise is left up to the schema validator.
| Constructor Summary | |
|---|---|
EPPSuggestionAnswer()
Constructor. |
|
EPPSuggestionAnswer(org.w3c.dom.Element aElement)
Constructor. |
|
EPPSuggestionAnswer(EPPSuggestionGrid aGrid)
Constructor. |
|
EPPSuggestionAnswer(EPPSuggestionTable aTable)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
clone an EPPCodecComponent. |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree. |
boolean |
equals(java.lang.Object o)
|
EPPSuggestionGrid |
getGrid()
Grid getter. |
EPPSuggestionTable |
getTable()
Table getter. |
void |
setGrid(EPPSuggestionGrid aGrid)
Grid setter. |
void |
setTable(EPPSuggestionTable aTable)
Table setter. |
java.lang.String |
toString()
Implementation of Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EPPSuggestionAnswer()
public EPPSuggestionAnswer(EPPSuggestionGrid aGrid)
aGrid - a gridpublic EPPSuggestionAnswer(EPPSuggestionTable aTable)
aTable - a table
public EPPSuggestionAnswer(org.w3c.dom.Element aElement)
throws EPPDecodeException
aElement - a dom element
EPPDecodeException| Method Detail |
|---|
public EPPSuggestionGrid getGrid()
public EPPSuggestionTable getTable()
public void setGrid(EPPSuggestionGrid aGrid)
aGrid - a gridpublic void setTable(EPPSuggestionTable aTable)
aTable - a table
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPCodecComponentaElement argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values. EPPCommand is
passed into decode of EPPCommand to be decoded and
used to set the instance attributes.
decode in interface EPPCodecComponentaElement - root DOM element associated with instance
EPPDecodeException - Error decoding the DOM element tree.
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPCodecComponentEPPCommand is
created and is used to append the attribute nodes of
EPPCommand.
encode in interface EPPCodecComponentaDocument - DOM document used as a factory of DOM objects.
EPPEncodeException - Error encoding the DOM element tree.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.
toString in class java.lang.ObjectString if successful;
ERROR otherwise.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCodecComponentEPPCodecComponent.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPCodecComponent
java.lang.CloneNotSupportedException - standard Object.clone exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||