|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.generate.XMLTreeNode
public class XMLTreeNode
Constructor Summary | |
---|---|
XMLTreeNode()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the value of name. |
java.lang.Object |
getNode()
Get the value of node. |
java.lang.String |
getText()
Get the value of text. |
java.lang.String |
getType()
Get the value of type. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setNode(java.lang.Object v)
Set the value of node. |
void |
setText(java.lang.String v)
Set the value of text. |
void |
setType(java.lang.String v)
Set the value of type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLTreeNode()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String v)
v
- Value to assign to name.public java.lang.String getText()
public void setText(java.lang.String v)
v
- Value to assign to text.public java.lang.String getType()
public void setType(java.lang.String v)
v
- Value to assign to type.public java.lang.Object getNode()
public void setNode(java.lang.Object v)
v
- Value to assign to node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |