|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Field
gov.nasa.arc.pds.xml.generated.FieldBinary
public class FieldBinary
The Field_Binary class defines a field of a binary record or a field of a binary group.
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}ASCII_Short_String_Collapsed"/> <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}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="unit" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Short_String_Collapsed" minOccurs="0"/> <element name="scaling_factor" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/> <element name="value_offset" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Real" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" 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>
Field Summary | |
---|---|
protected String |
dataType
|
protected String |
description
|
protected String |
fieldFormat
|
protected FieldLength |
fieldLength
|
protected FieldLocation |
fieldLocation
|
protected FieldStatistics |
fieldStatistics
|
protected PackedDataFields |
packedDataFields
|
protected Double |
scalingFactor
|
protected SpecialConstants |
specialConstants
|
protected String |
unit
|
protected Double |
valueOffset
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.Field |
---|
fieldNumber, name |
Constructor Summary | |
---|---|
FieldBinary()
|
Method Summary | |
---|---|
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. |
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. |
Double |
getScalingFactor()
Gets the value of the scalingFactor property. |
SpecialConstants |
getSpecialConstants()
Gets the value of the specialConstants 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 |
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(Double value)
Sets the value of the scalingFactor property. |
void |
setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property. |
void |
setUnit(String value)
Sets the value of the unit property. |
void |
setValueOffset(Double value)
Sets the value of the valueOffset property. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.Field |
---|
getFieldNumber, getName, setFieldNumber, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FieldLocation fieldLocation
protected String dataType
protected FieldLength fieldLength
protected String fieldFormat
protected String unit
protected Double scalingFactor
protected Double valueOffset
protected String description
protected SpecialConstants specialConstants
protected FieldStatistics fieldStatistics
protected PackedDataFields packedDataFields
Constructor Detail |
---|
public FieldBinary()
Method Detail |
---|
public FieldLocation getFieldLocation()
FieldLocation
public void setFieldLocation(FieldLocation value)
value
- allowed object is
FieldLocation
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public FieldLength getFieldLength()
FieldLength
public void setFieldLength(FieldLength value)
value
- allowed object is
FieldLength
public String getFieldFormat()
String
public void setFieldFormat(String value)
value
- allowed object is
String
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public Double getScalingFactor()
Double
public void setScalingFactor(Double value)
value
- allowed object is
Double
public Double getValueOffset()
Double
public void setValueOffset(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public SpecialConstants getSpecialConstants()
SpecialConstants
public void setSpecialConstants(SpecialConstants value)
value
- allowed object is
SpecialConstants
public FieldStatistics getFieldStatistics()
FieldStatistics
public void setFieldStatistics(FieldStatistics value)
value
- allowed object is
FieldStatistics
public PackedDataFields getPackedDataFields()
PackedDataFields
public void setPackedDataFields(PackedDataFields value)
value
- allowed object is
PackedDataFields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |