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