public class Point extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}x"/>
<element ref="{}y"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected X |
x |
protected Y |
y |
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
X |
getX()
Gets the value of the x property.
|
Y |
getY()
Gets the value of the y property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setX(X value)
Sets the value of the x property.
|
void |
setY(Y value)
Sets the value of the y property.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.