monitor
Class NodeType

java.lang.Object
  extended by monitor.NodeType

public class NodeType
extends java.lang.Object

Java class for NodeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NodeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="coord_x" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="coord_y" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Double coordX
           
protected  java.lang.Double coordY
           
protected  java.lang.String name
           
 
Constructor Summary
NodeType()
           
 
Method Summary
 java.lang.Double getCoordX()
          Gets the value of the coordX property.
 java.lang.Double getCoordY()
          Gets the value of the coordY property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCoordX(java.lang.Double value)
          Sets the value of the coordX property.
 void setCoordY(java.lang.Double value)
          Sets the value of the coordY property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordX

protected java.lang.Double coordX

coordY

protected java.lang.Double coordY

name

protected java.lang.String name
Constructor Detail

NodeType

public NodeType()
Method Detail

getCoordX

public java.lang.Double getCoordX()
Gets the value of the coordX property.

Returns:
possible object is Double

setCoordX

public void setCoordX(java.lang.Double value)
Sets the value of the coordX property.

Parameters:
value - allowed object is Double

getCoordY

public java.lang.Double getCoordY()
Gets the value of the coordY property.

Returns:
possible object is Double

setCoordY

public void setCoordY(java.lang.Double value)
Sets the value of the coordY property.

Parameters:
value - allowed object is Double

getName

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

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String