public class Vertex
extends java.lang.Object
implements java.io.Serializable
Java class for Vertex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vertex"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="z" type="{http://www.w3.org/2001/XMLSchema}double" default="0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
id |
protected double |
x |
protected double |
y |
protected java.lang.Double |
z |
Constructor and Description |
---|
Vertex() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId()
Gets the value of the id property.
|
double |
getX()
Gets the value of the x property.
|
double |
getY()
Gets the value of the y property.
|
double |
getZ()
Gets the value of the z property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setX(double value)
Sets the value of the x property.
|
void |
setY(double value)
Sets the value of the y property.
|
void |
setZ(java.lang.Double value)
Sets the value of the z property.
|
protected java.lang.Integer id
protected double x
protected double y
protected java.lang.Double z
public java.lang.Integer getId()
Integer
public void setId(java.lang.Integer value)
value
- allowed object is
Integer
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getZ()
Double
public void setZ(java.lang.Double value)
value
- allowed object is
Double