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