public class PointType extends 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" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
<attribute name="y" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PointType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getX()
Gets the value of the x property.
|
float |
getY()
Gets the value of the y property.
|
boolean |
isSetX() |
boolean |
isSetY() |
void |
setX(float value)
Sets the value of the x property.
|
void |
setY(float value)
Sets the value of the y property.
|
void |
unsetX() |
void |
unsetY() |
public float getX()
Floatpublic void setX(float value)
value - allowed object is
Floatpublic boolean isSetX()
public void unsetX()
public float getY()
Floatpublic void setY(float value)
value - allowed object is
Floatpublic boolean isSetY()
public void unsetY()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.