Package gov.nasa.arc.pds.xml.generated
Class FieldCharacter
java.lang.Object
gov.nasa.arc.pds.xml.generated.Field
gov.nasa.arc.pds.xml.generated.FieldCharacter
public class FieldCharacter extends Field
The Field_Character class defines a field of a
         character record or a field of a character
         group.
 
 
Java class for Field_Character complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Field_Character">
   <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="validation_format" type="{http://pds.nasa.gov/pds4/pds/v1}validation_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 SummaryFields Modifier and Type Field Description protected StringdataTypeprotected Stringdescriptionprotected StringfieldFormatprotected FieldLengthfieldLengthprotected FieldLocationfieldLocationprotected FieldStatisticsfieldStatisticsprotected DoublescalingFactorprotected SpecialConstantsspecialConstantsprotected Stringunitprotected StringvalidationFormatprotected DoublevalueOffsetFields inherited from class gov.nasa.arc.pds.xml.generated.FieldfieldNumber, name
- 
Constructor SummaryConstructors Constructor Description FieldCharacter()
- 
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.FieldLengthgetFieldLength()Gets the value of the fieldLength property.FieldLocationgetFieldLocation()Gets the value of the fieldLocation property.FieldStatisticsgetFieldStatistics()Gets the value of the fieldStatistics 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.StringgetValidationFormat()Gets the value of the validationFormat 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.voidsetFieldLength(FieldLength value)Sets the value of the fieldLength property.voidsetFieldLocation(FieldLocation value)Sets the value of the fieldLocation property.voidsetFieldStatistics(FieldStatistics value)Sets the value of the fieldStatistics 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.voidsetValidationFormat(String value)Sets the value of the validationFormat 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- 
fieldLocation
- 
dataType
- 
fieldLength
- 
fieldFormat
- 
validationFormat
- 
unit
- 
scalingFactor
- 
valueOffset
- 
description
- 
specialConstants
- 
fieldStatistics
 
- 
- 
Constructor Details- 
FieldCharacterpublic FieldCharacter()
 
- 
- 
Method Details- 
getFieldLocationGets the value of the fieldLocation property.- Returns:
- possible object is
     FieldLocation
 
- 
setFieldLocationSets the value of the fieldLocation property.- Parameters:
- value- allowed object is- FieldLocation
 
- 
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
 
- 
getFieldLengthGets the value of the fieldLength property.- Returns:
- possible object is
     FieldLength
 
- 
setFieldLengthSets the value of the fieldLength property.- Parameters:
- value- allowed object is- FieldLength
 
- 
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
 
- 
getValidationFormatGets the value of the validationFormat property.- Returns:
- possible object is
     String
 
- 
setValidationFormatSets the value of the validationFormat 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
 
- 
getFieldStatisticsGets the value of the fieldStatistics property.- Returns:
- possible object is
     FieldStatistics
 
- 
setFieldStatisticsSets the value of the fieldStatistics property.- Parameters:
- value- allowed object is- FieldStatistics
 
 
-