public class Location 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="{}point"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPoint()
Gets the value of the point property.
|
void |
setPoint(Point value)
Sets the value of the point property.
|
protected Point point
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.