public class AngularTrackType extends Object
Java class for AngularTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AngularTrackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Coordinates">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Angle1" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="Angle2" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
<element name="Distance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CoordinateError">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Angle1" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
<element name="Angle2" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/>
<element name="Distance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AngularTrackType.CoordinateError
Java class for anonymous complex type.
|
static class |
AngularTrackType.Coordinates
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AngularTrackType.CoordinateError |
coordinateError |
protected AngularTrackType.Coordinates |
coordinates |
| Constructor and Description |
|---|
AngularTrackType() |
| Modifier and Type | Method and Description |
|---|---|
AngularTrackType.CoordinateError |
getCoordinateError()
Gets the value of the coordinateError property.
|
AngularTrackType.Coordinates |
getCoordinates()
Gets the value of the coordinates property.
|
void |
setCoordinateError(AngularTrackType.CoordinateError value)
Sets the value of the coordinateError property.
|
void |
setCoordinates(AngularTrackType.Coordinates value)
Sets the value of the coordinates property.
|
protected AngularTrackType.Coordinates coordinates
protected AngularTrackType.CoordinateError coordinateError
public AngularTrackType.Coordinates getCoordinates()
AngularTrackType.Coordinatespublic void setCoordinates(AngularTrackType.Coordinates value)
value - allowed object is
AngularTrackType.Coordinatespublic AngularTrackType.CoordinateError getCoordinateError()
AngularTrackType.CoordinateErrorpublic void setCoordinateError(AngularTrackType.CoordinateError value)
value - allowed object is
AngularTrackType.CoordinateErrorCopyright © 2024 Tethys. All rights reserved.