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