public class XyElementType extends Object
Java class for xyElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xyElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected Double |
timeStamp |
protected double |
x |
protected double |
y |
Constructor and Description |
---|
XyElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
double |
getX()
Gets the value of the x property.
|
double |
getY()
Gets the value of the y property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setX(double value)
Sets the value of the x property.
|
void |
setY(double value)
Sets the value of the y property.
|
protected double x
protected double y
protected Double timeStamp
protected String description
protected String id
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String