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