|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmonitor.NodeType
public class NodeType
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 |
---|
protected java.lang.Double coordX
protected java.lang.Double coordY
protected java.lang.String name
Constructor Detail |
---|
public NodeType()
Method Detail |
---|
public java.lang.Double getCoordX()
Double
public void setCoordX(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCoordY()
Double
public void setCoordY(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |