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