public class CylindricalTrackType extends Object
Java class for CylindricalTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CylindricalTrackType"> <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="PlanarDistance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Elevation_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="PlanarDistance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Elevation_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 |
CylindricalTrackType.CoordinateError
Java class for anonymous complex type.
|
static class |
CylindricalTrackType.Coordinates
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected CylindricalTrackType.CoordinateError |
coordinateError |
protected CylindricalTrackType.Coordinates |
coordinates |
Constructor and Description |
---|
CylindricalTrackType() |
Modifier and Type | Method and Description |
---|---|
CylindricalTrackType.CoordinateError |
getCoordinateError()
Gets the value of the coordinateError property.
|
CylindricalTrackType.Coordinates |
getCoordinates()
Gets the value of the coordinates property.
|
void |
setCoordinateError(CylindricalTrackType.CoordinateError value)
Sets the value of the coordinateError property.
|
void |
setCoordinates(CylindricalTrackType.Coordinates value)
Sets the value of the coordinates property.
|
protected CylindricalTrackType.Coordinates coordinates
protected CylindricalTrackType.CoordinateError coordinateError
public CylindricalTrackType.Coordinates getCoordinates()
CylindricalTrackType.Coordinates
public void setCoordinates(CylindricalTrackType.Coordinates value)
value
- allowed object is
CylindricalTrackType.Coordinates
public CylindricalTrackType.CoordinateError getCoordinateError()
CylindricalTrackType.CoordinateError
public void setCoordinateError(CylindricalTrackType.CoordinateError value)
value
- allowed object is
CylindricalTrackType.CoordinateError
Copyright © 2024 Tethys. All rights reserved.