Class PackedDataFields


  • public class PackedDataFields
    extends java.lang.Object
    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

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger bitFields  
      protected java.lang.String description  
      protected java.util.List<FieldBit> fieldBits  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bitFields

        protected java.math.BigInteger bitFields
      • description

        protected java.lang.String description
      • fieldBits

        protected java.util.List<FieldBit> fieldBits
    • Constructor Detail

      • PackedDataFields

        public PackedDataFields()
    • Method Detail

      • getBitFields

        public java.math.BigInteger getBitFields()
        Gets the value of the bitFields property.
        Returns:
        possible object is BigInteger
      • setBitFields

        public void setBitFields​(java.math.BigInteger value)
        Sets the value of the bitFields property.
        Parameters:
        value - allowed object is BigInteger
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getFieldBits

        public java.util.List<FieldBit> getFieldBits()
        Gets the value of the fieldBits property.

        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

        Returns:
        The value of the fieldBits property.