public class PackedDataFields
extends java.lang.Object
Java class for Packed_Data_Fields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Packed_Data_Fields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bit_fields" type="{http://pds.nasa.gov/pds4/pds/v1}bit_fields"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
<element name="Field_Bit" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Bit" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
bitFields |
protected java.lang.String |
description |
protected java.util.List<FieldBit> |
fieldBits |
| Constructor and Description |
|---|
PackedDataFields() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBitFields()
Gets the value of the bitFields property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<FieldBit> |
getFieldBits()
Gets the value of the fieldBits property.
|
void |
setBitFields(java.math.BigInteger value)
Sets the value of the bitFields property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
protected java.math.BigInteger bitFields
protected java.lang.String description
protected java.util.List<FieldBit> fieldBits
public java.math.BigInteger getBitFields()
BigIntegerpublic void setBitFields(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<FieldBit> getFieldBits()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fieldBits property.
For example, to add a new item, do as follows:
getFieldBits().add(newItem);
Objects of the following type(s) are allowed in the list
FieldBit
Copyright © 2022 Planetary Data System. All rights reserved.