Package gov.nasa.arc.pds.xml.generated
Class FieldBit
java.lang.Object
gov.nasa.arc.pds.xml.generated.Field
gov.nasa.arc.pds.xml.generated.FieldBit
public class FieldBit extends Field
The Field_Bit class provides parameters for
         extracting one field out of a string of bytes which contains
         packed data (that is, data values either smaller than a single
         byte, or crossing byte boundaries, or both.
 
 
Java class for Field_Bit complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Field_Bit">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Field">
       <sequence>
         <element name="start_bit_location" type="{http://pds.nasa.gov/pds4/pds/v1}start_bit_location" minOccurs="0"/>
         <element name="start_bit" type="{http://pds.nasa.gov/pds4/pds/v1}start_bit" minOccurs="0"/>
         <element name="stop_bit_location" type="{http://pds.nasa.gov/pds4/pds/v1}stop_bit_location" minOccurs="0"/>
         <element name="stop_bit" type="{http://pds.nasa.gov/pds4/pds/v1}stop_bit" minOccurs="0"/>
         <element name="data_type" type="{http://pds.nasa.gov/pds4/pds/v1}data_type"/>
         <element name="field_format" type="{http://pds.nasa.gov/pds4/pds/v1}field_format" minOccurs="0"/>
         <element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}unit" minOccurs="0"/>
         <element name="scaling_factor" type="{http://pds.nasa.gov/pds4/pds/v1}scaling_factor" minOccurs="0"/>
         <element name="value_offset" type="{http://pds.nasa.gov/pds4/pds/v1}value_offset" minOccurs="0"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
         <element name="Special_Constants" type="{http://pds.nasa.gov/pds4/pds/v1}Special_Constants" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringdataTypeprotected Stringdescriptionprotected StringfieldFormatprotected DoublescalingFactorprotected SpecialConstantsspecialConstantsprotected BigIntegerstartBitprotected BigIntegerstartBitLocationprotected BigIntegerstopBitprotected BigIntegerstopBitLocationprotected Stringunitprotected DoublevalueOffsetFields inherited from class gov.nasa.arc.pds.xml.generated.FieldfieldNumber, name
- 
Constructor SummaryConstructors Constructor Description FieldBit()
- 
Method SummaryModifier and Type Method Description StringgetDataType()Gets the value of the dataType property.StringgetDescription()Gets the value of the description property.StringgetFieldFormat()Gets the value of the fieldFormat property.DoublegetScalingFactor()Gets the value of the scalingFactor property.SpecialConstantsgetSpecialConstants()Gets the value of the specialConstants property.BigIntegergetStartBit()Gets the value of the startBit property.BigIntegergetStartBitLocation()Gets the value of the startBitLocation property.BigIntegergetStopBit()Gets the value of the stopBit property.BigIntegergetStopBitLocation()Gets the value of the stopBitLocation property.StringgetUnit()Gets the value of the unit property.DoublegetValueOffset()Gets the value of the valueOffset property.voidsetDataType(String value)Sets the value of the dataType property.voidsetDescription(String value)Sets the value of the description property.voidsetFieldFormat(String value)Sets the value of the fieldFormat property.voidsetScalingFactor(Double value)Sets the value of the scalingFactor property.voidsetSpecialConstants(SpecialConstants value)Sets the value of the specialConstants property.voidsetStartBit(BigInteger value)Sets the value of the startBit property.voidsetStartBitLocation(BigInteger value)Sets the value of the startBitLocation property.voidsetStopBit(BigInteger value)Sets the value of the stopBit property.voidsetStopBitLocation(BigInteger value)Sets the value of the stopBitLocation property.voidsetUnit(String value)Sets the value of the unit property.voidsetValueOffset(Double value)Sets the value of the valueOffset property.Methods inherited from class gov.nasa.arc.pds.xml.generated.FieldgetFieldNumber, getName, setFieldNumber, setName
- 
Field Details- 
startBitLocation
- 
startBit
- 
stopBitLocation
- 
stopBit
- 
dataType
- 
fieldFormat
- 
unit
- 
scalingFactor
- 
valueOffset
- 
description
- 
specialConstants
 
- 
- 
Constructor Details- 
FieldBitpublic FieldBit()
 
- 
- 
Method Details- 
getStartBitLocationGets the value of the startBitLocation property.- Returns:
- possible object is
     BigInteger
 
- 
setStartBitLocationSets the value of the startBitLocation property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getStartBitGets the value of the startBit property.- Returns:
- possible object is
     BigInteger
 
- 
setStartBitSets the value of the startBit property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getStopBitLocationGets the value of the stopBitLocation property.- Returns:
- possible object is
     BigInteger
 
- 
setStopBitLocationSets the value of the stopBitLocation property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getStopBitGets the value of the stopBit property.- Returns:
- possible object is
     BigInteger
 
- 
setStopBitSets the value of the stopBit property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getDataTypeGets the value of the dataType property.- Returns:
- possible object is
     String
 
- 
setDataTypeSets the value of the dataType property.- Parameters:
- value- allowed object is- String
 
- 
getFieldFormatGets the value of the fieldFormat property.- Returns:
- possible object is
     String
 
- 
setFieldFormatSets the value of the fieldFormat property.- Parameters:
- value- allowed object is- String
 
- 
getUnitGets the value of the unit property.- Returns:
- possible object is
     String
 
- 
setUnitSets the value of the unit property.- Parameters:
- value- allowed object is- String
 
- 
getScalingFactorGets the value of the scalingFactor property.- Returns:
- possible object is
     Double
 
- 
setScalingFactorSets the value of the scalingFactor property.- Parameters:
- value- allowed object is- Double
 
- 
getValueOffsetGets the value of the valueOffset property.- Returns:
- possible object is
     Double
 
- 
setValueOffsetSets the value of the valueOffset property.- Parameters:
- value- allowed object is- Double
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
- 
getSpecialConstantsGets the value of the specialConstants property.- Returns:
- possible object is
     SpecialConstants
 
- 
setSpecialConstantsSets the value of the specialConstants property.- Parameters:
- value- allowed object is- SpecialConstants
 
 
-