public static class LocalizationType.Cartesian 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 name="Coordinate" type="{http://tethys.sdsu.edu/schema/1.0}CartesianCoordinateType"/>
<element name="CoordinateError" type="{http://tethys.sdsu.edu/schema/1.0}CartesianCoordinateType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CartesianCoordinateType |
coordinate |
protected CartesianCoordinateType |
coordinateError |
| Constructor and Description |
|---|
Cartesian() |
| Modifier and Type | Method and Description |
|---|---|
CartesianCoordinateType |
getCoordinate()
Gets the value of the coordinate property.
|
CartesianCoordinateType |
getCoordinateError()
Gets the value of the coordinateError property.
|
void |
setCoordinate(CartesianCoordinateType value)
Sets the value of the coordinate property.
|
void |
setCoordinateError(CartesianCoordinateType value)
Sets the value of the coordinateError property.
|
protected CartesianCoordinateType coordinate
protected CartesianCoordinateType coordinateError
public CartesianCoordinateType getCoordinate()
CartesianCoordinateTypepublic void setCoordinate(CartesianCoordinateType value)
value - allowed object is
CartesianCoordinateTypepublic CartesianCoordinateType getCoordinateError()
CartesianCoordinateTypepublic void setCoordinateError(CartesianCoordinateType value)
value - allowed object is
CartesianCoordinateTypeCopyright © 2024 Tethys. All rights reserved.