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()
AngularCoordinateType
public void setCoordinate(AngularCoordinateType value)
value
- allowed object is
AngularCoordinateType
public AngularCoordinateType getCoordinateError()
AngularCoordinateType
public void setCoordinateError(AngularCoordinateType value)
value
- allowed object is
AngularCoordinateType
Copyright © 2024 Tethys. All rights reserved.