public class TelescopeAltitude
extends java.lang.Object
Java class for telescope_altitude complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="telescope_altitude">
<simpleContent>
<extension base="<http://pds.nasa.gov/pds4/pds/v1>telescope_altitude_WO_Units">
<attribute name="unit" use="required" type="{http://pds.nasa.gov/pds4/pds/v1}Units_of_Length" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UnitsOfLength |
unit |
protected double |
value |
| Constructor and Description |
|---|
TelescopeAltitude() |
| Modifier and Type | Method and Description |
|---|---|
UnitsOfLength |
getUnit()
Gets the value of the unit property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setUnit(UnitsOfLength value)
Sets the value of the unit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected UnitsOfLength unit
public double getValue()
public void setValue(double value)
public UnitsOfLength getUnit()
UnitsOfLengthpublic void setUnit(UnitsOfLength value)
value - allowed object is
UnitsOfLengthCopyright © 2023 Planetary Data System. All rights reserved.