public class GroupLocation extends Object
Java class for group_location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group_location">
<simpleContent>
<extension base="<http://pds.nasa.gov/pds4/pds/v1>group_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 BigInteger |
value |
| Constructor and Description |
|---|
GroupLocation() |
| Modifier and Type | Method and Description |
|---|---|
UnitsOfStorage |
getUnit()
Gets the value of the unit property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setUnit(UnitsOfStorage value)
Sets the value of the unit property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected UnitsOfStorage unit
public BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerpublic UnitsOfStorage getUnit()
UnitsOfStoragepublic void setUnit(UnitsOfStorage value)
value - allowed object is
UnitsOfStorageCopyright © 2019. All rights reserved.