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