|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.PackedDataFields
public class PackedDataFields
The Packed_Data_Fields class contains field definitions for extracting packed data from the associated byte string field.
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>
Field Summary | |
---|---|
protected int |
bitFields
|
protected String |
description
|
protected List<FieldBit> |
fieldBits
|
Constructor Summary | |
---|---|
PackedDataFields()
|
Method Summary | |
---|---|
int |
getBitFields()
Gets the value of the bitFields property. |
String |
getDescription()
Gets the value of the description property. |
List<FieldBit> |
getFieldBits()
Gets the value of the fieldBits property. |
void |
setBitFields(int value)
Sets the value of the bitFields property. |
void |
setDescription(String value)
Sets the value of the description property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int bitFields
protected String description
protected List<FieldBit> fieldBits
Constructor Detail |
---|
public PackedDataFields()
Method Detail |
---|
public int getBitFields()
public void setBitFields(int value)
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |