public class FieldBit extends Field
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataType |
protected String |
description |
protected String |
fieldFormat |
protected Double |
scalingFactor |
protected SpecialConstants |
specialConstants |
protected BigInteger |
startBit |
protected BigInteger |
startBitLocation |
protected BigInteger |
stopBit |
protected BigInteger |
stopBitLocation |
protected String |
unit |
protected Double |
valueOffset |
fieldNumber, name| Constructor and Description |
|---|
FieldBit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFieldFormat()
Gets the value of the fieldFormat property.
|
Double |
getScalingFactor()
Gets the value of the scalingFactor property.
|
SpecialConstants |
getSpecialConstants()
Gets the value of the specialConstants property.
|
BigInteger |
getStartBit()
Gets the value of the startBit property.
|
BigInteger |
getStartBitLocation()
Gets the value of the startBitLocation property.
|
BigInteger |
getStopBit()
Gets the value of the stopBit property.
|
BigInteger |
getStopBitLocation()
Gets the value of the stopBitLocation property.
|
String |
getUnit()
Gets the value of the unit property.
|
Double |
getValueOffset()
Gets the value of the valueOffset property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFieldFormat(String value)
Sets the value of the fieldFormat property.
|
void |
setScalingFactor(Double value)
Sets the value of the scalingFactor property.
|
void |
setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.
|
void |
setStartBit(BigInteger value)
Sets the value of the startBit property.
|
void |
setStartBitLocation(BigInteger value)
Sets the value of the startBitLocation property.
|
void |
setStopBit(BigInteger value)
Sets the value of the stopBit property.
|
void |
setStopBitLocation(BigInteger value)
Sets the value of the stopBitLocation property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setValueOffset(Double value)
Sets the value of the valueOffset property.
|
getFieldNumber, getName, setFieldNumber, setNameprotected BigInteger startBitLocation
protected BigInteger startBit
protected BigInteger stopBitLocation
protected BigInteger stopBit
protected String dataType
protected String fieldFormat
protected String unit
protected Double scalingFactor
protected Double valueOffset
protected String description
protected SpecialConstants specialConstants
public BigInteger getStartBitLocation()
BigIntegerpublic void setStartBitLocation(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStartBit()
BigIntegerpublic void setStartBit(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStopBitLocation()
BigIntegerpublic void setStopBitLocation(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStopBit()
BigIntegerpublic void setStopBit(BigInteger value)
value - allowed object is
BigIntegerpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic String getFieldFormat()
Stringpublic void setFieldFormat(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Double getScalingFactor()
Doublepublic void setScalingFactor(Double value)
value - allowed object is
Doublepublic Double getValueOffset()
Doublepublic void setValueOffset(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic SpecialConstants getSpecialConstants()
SpecialConstantspublic void setSpecialConstants(SpecialConstants value)
value - allowed object is
SpecialConstantsCopyright © 2021. All rights reserved.