public class FieldBinary extends Field
Java class for Field_Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field_Binary">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Field">
<sequence>
<element name="field_location" type="{http://pds.nasa.gov/pds4/pds/v1}field_location"/>
<element name="data_type" type="{http://pds.nasa.gov/pds4/pds/v1}data_type"/>
<element name="field_length" type="{http://pds.nasa.gov/pds4/pds/v1}field_length"/>
<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"/>
<element name="Field_Statistics" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Statistics" minOccurs="0"/>
<element name="Packed_Data_Fields" type="{http://pds.nasa.gov/pds4/pds/v1}Packed_Data_Fields" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataType |
protected java.lang.String |
description |
protected java.lang.String |
fieldFormat |
protected FieldLength |
fieldLength |
protected FieldLocation |
fieldLocation |
protected FieldStatistics |
fieldStatistics |
protected PackedDataFields |
packedDataFields |
protected java.lang.Double |
scalingFactor |
protected SpecialConstants |
specialConstants |
protected java.lang.String |
unit |
protected java.lang.Double |
valueOffset |
fieldNumber, name| Constructor and Description |
|---|
FieldBinary() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataType()
Gets the value of the dataType property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getFieldFormat()
Gets the value of the fieldFormat property.
|
FieldLength |
getFieldLength()
Gets the value of the fieldLength property.
|
FieldLocation |
getFieldLocation()
Gets the value of the fieldLocation property.
|
FieldStatistics |
getFieldStatistics()
Gets the value of the fieldStatistics property.
|
PackedDataFields |
getPackedDataFields()
Gets the value of the packedDataFields property.
|
java.lang.Double |
getScalingFactor()
Gets the value of the scalingFactor property.
|
SpecialConstants |
getSpecialConstants()
Gets the value of the specialConstants property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
java.lang.Double |
getValueOffset()
Gets the value of the valueOffset property.
|
void |
setDataType(java.lang.String value)
Sets the value of the dataType property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFieldFormat(java.lang.String value)
Sets the value of the fieldFormat property.
|
void |
setFieldLength(FieldLength value)
Sets the value of the fieldLength property.
|
void |
setFieldLocation(FieldLocation value)
Sets the value of the fieldLocation property.
|
void |
setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.
|
void |
setPackedDataFields(PackedDataFields value)
Sets the value of the packedDataFields property.
|
void |
setScalingFactor(java.lang.Double value)
Sets the value of the scalingFactor property.
|
void |
setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
void |
setValueOffset(java.lang.Double value)
Sets the value of the valueOffset property.
|
getFieldNumber, getName, setFieldNumber, setNameprotected FieldLocation fieldLocation
protected java.lang.String dataType
protected FieldLength fieldLength
protected java.lang.String fieldFormat
protected java.lang.String unit
protected java.lang.Double scalingFactor
protected java.lang.Double valueOffset
protected java.lang.String description
protected SpecialConstants specialConstants
protected FieldStatistics fieldStatistics
protected PackedDataFields packedDataFields
public FieldLocation getFieldLocation()
FieldLocationpublic void setFieldLocation(FieldLocation value)
value - allowed object is
FieldLocationpublic java.lang.String getDataType()
Stringpublic void setDataType(java.lang.String value)
value - allowed object is
Stringpublic FieldLength getFieldLength()
FieldLengthpublic void setFieldLength(FieldLength value)
value - allowed object is
FieldLengthpublic java.lang.String getFieldFormat()
Stringpublic void setFieldFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getScalingFactor()
Doublepublic void setScalingFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getValueOffset()
Doublepublic void setValueOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic SpecialConstants getSpecialConstants()
SpecialConstantspublic void setSpecialConstants(SpecialConstants value)
value - allowed object is
SpecialConstantspublic FieldStatistics getFieldStatistics()
FieldStatisticspublic void setFieldStatistics(FieldStatistics value)
value - allowed object is
FieldStatisticspublic PackedDataFields getPackedDataFields()
PackedDataFieldspublic void setPackedDataFields(PackedDataFields value)
value - allowed object is
PackedDataFieldsCopyright © 2022 Planetary Data System. All rights reserved.