Package gov.nasa.arc.pds.xml.generated
Class FieldDelimited
java.lang.Object
gov.nasa.arc.pds.xml.generated.Field
gov.nasa.arc.pds.xml.generated.FieldDelimited
public class FieldDelimited extends Field
The Field_Delimited class defines a field of a
delimited record or a field of a delimited
group.
Java class for Field_Delimited complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field_Delimited">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Field">
<sequence>
<element name="data_type" type="{http://pds.nasa.gov/pds4/pds/v1}data_type"/>
<element name="maximum_field_length" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_field_length" minOccurs="0"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected StringdataTypeprotected Stringdescriptionprotected StringfieldFormatprotected FieldStatisticsfieldStatisticsprotected MaximumFieldLengthmaximumFieldLengthprotected DoublescalingFactorprotected SpecialConstantsspecialConstantsprotected Stringunitprotected DoublevalueOffsetFields inherited from class gov.nasa.arc.pds.xml.generated.Field
fieldNumber, name -
Constructor Summary
Constructors Constructor Description FieldDelimited() -
Method Summary
Modifier 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.FieldStatisticsgetFieldStatistics()Gets the value of the fieldStatistics property.MaximumFieldLengthgetMaximumFieldLength()Gets the value of the maximumFieldLength property.DoublegetScalingFactor()Gets the value of the scalingFactor property.SpecialConstantsgetSpecialConstants()Gets the value of the specialConstants 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.voidsetFieldStatistics(FieldStatistics value)Sets the value of the fieldStatistics property.voidsetMaximumFieldLength(MaximumFieldLength value)Sets the value of the maximumFieldLength property.voidsetScalingFactor(Double value)Sets the value of the scalingFactor property.voidsetSpecialConstants(SpecialConstants value)Sets the value of the specialConstants 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.Field
getFieldNumber, getName, setFieldNumber, setName
-
Field Details
-
dataType
-
maximumFieldLength
-
fieldFormat
-
unit
-
scalingFactor
-
valueOffset
-
description
-
specialConstants
-
fieldStatistics
-
-
Constructor Details
-
FieldDelimited
public FieldDelimited()
-
-
Method Details
-
getDataType
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
Sets the value of the dataType property.- Parameters:
value- allowed object isString
-
getMaximumFieldLength
Gets the value of the maximumFieldLength property.- Returns:
- possible object is
MaximumFieldLength
-
setMaximumFieldLength
Sets the value of the maximumFieldLength property.- Parameters:
value- allowed object isMaximumFieldLength
-
getFieldFormat
Gets the value of the fieldFormat property.- Returns:
- possible object is
String
-
setFieldFormat
Sets the value of the fieldFormat property.- Parameters:
value- allowed object isString
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
Sets the value of the unit property.- Parameters:
value- allowed object isString
-
getScalingFactor
Gets the value of the scalingFactor property.- Returns:
- possible object is
Double
-
setScalingFactor
Sets the value of the scalingFactor property.- Parameters:
value- allowed object isDouble
-
getValueOffset
Gets the value of the valueOffset property.- Returns:
- possible object is
Double
-
setValueOffset
Sets the value of the valueOffset property.- Parameters:
value- allowed object isDouble
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getSpecialConstants
Gets the value of the specialConstants property.- Returns:
- possible object is
SpecialConstants
-
setSpecialConstants
Sets the value of the specialConstants property.- Parameters:
value- allowed object isSpecialConstants
-
getFieldStatistics
Gets the value of the fieldStatistics property.- Returns:
- possible object is
FieldStatistics
-
setFieldStatistics
Sets the value of the fieldStatistics property.- Parameters:
value- allowed object isFieldStatistics
-