public class PointType
extends java.lang.Object
Java class for pointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
x |
protected java.lang.Float |
y |
| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getX()
Gets the value of the x property.
|
java.lang.Float |
getY()
Gets the value of the y property.
|
void |
setX(java.lang.Float value)
Sets the value of the x property.
|
void |
setY(java.lang.Float value)
Sets the value of the y property.
|
public java.lang.Float getX()
Floatpublic void setX(java.lang.Float value)
value - allowed object is
Floatpublic java.lang.Float getY()
Floatpublic void setY(java.lang.Float value)
value - allowed object is
Float