gpl.fredy.generate
Class XMLTreeNode

java.lang.Object
  extended by gpl.fredy.generate.XMLTreeNode

public class XMLTreeNode
extends java.lang.Object


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

XMLTreeNode

public XMLTreeNode()
Method Detail

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(java.lang.String v)
Set the value of name.

Parameters:
v - Value to assign to name.

getText

public java.lang.String getText()
Get the value of text.

Returns:
value of text.

setText

public void setText(java.lang.String v)
Set the value of text.

Parameters:
v - Value to assign to text.

getType

public java.lang.String getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(java.lang.String v)
Set the value of type.

Parameters:
v - Value to assign to type.

getNode

public java.lang.Object getNode()
Get the value of node.

Returns:
value of node.

setNode

public void setNode(java.lang.Object v)
Set the value of node.

Parameters:
v - Value to assign to node.