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 Summary
Fields Modifier and Type Field 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 java.lang.Double
scalingFactor
protected SpecialConstants
specialConstants
protected java.lang.String
unit
protected java.lang.String
validationFormat
protected java.lang.Double
valueOffset
-
Fields inherited from class gov.nasa.arc.pds.xml.generated.Field
fieldNumber, name
-
-
Constructor Summary
Constructors Constructor Description FieldCharacter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.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.String
getValidationFormat()
Gets the value of the validationFormat 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
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
setValidationFormat(java.lang.String value)
Sets the value of the validationFormat property.void
setValueOffset(java.lang.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 Detail
-
fieldLocation
protected FieldLocation fieldLocation
-
dataType
protected java.lang.String dataType
-
fieldLength
protected FieldLength fieldLength
-
fieldFormat
protected java.lang.String fieldFormat
-
validationFormat
protected java.lang.String validationFormat
-
unit
protected java.lang.String unit
-
scalingFactor
protected java.lang.Double scalingFactor
-
valueOffset
protected java.lang.Double valueOffset
-
description
protected java.lang.String description
-
specialConstants
protected SpecialConstants specialConstants
-
fieldStatistics
protected FieldStatistics fieldStatistics
-
-
Method Detail
-
getFieldLocation
public FieldLocation getFieldLocation()
Gets the value of the fieldLocation property.- Returns:
- possible object is
FieldLocation
-
setFieldLocation
public void setFieldLocation(FieldLocation value)
Sets the value of the fieldLocation property.- Parameters:
value
- allowed object isFieldLocation
-
getDataType
public java.lang.String getDataType()
Gets the value of the dataType property.- Returns:
- possible object is
String
-
setDataType
public void setDataType(java.lang.String value)
Sets the value of the dataType property.- Parameters:
value
- allowed object isString
-
getFieldLength
public FieldLength getFieldLength()
Gets the value of the fieldLength property.- Returns:
- possible object is
FieldLength
-
setFieldLength
public void setFieldLength(FieldLength value)
Sets the value of the fieldLength property.- Parameters:
value
- allowed object isFieldLength
-
getFieldFormat
public java.lang.String getFieldFormat()
Gets the value of the fieldFormat property.- Returns:
- possible object is
String
-
setFieldFormat
public void setFieldFormat(java.lang.String value)
Sets the value of the fieldFormat property.- Parameters:
value
- allowed object isString
-
getValidationFormat
public java.lang.String getValidationFormat()
Gets the value of the validationFormat property.- Returns:
- possible object is
String
-
setValidationFormat
public void setValidationFormat(java.lang.String value)
Sets the value of the validationFormat property.- Parameters:
value
- allowed object isString
-
getUnit
public java.lang.String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(java.lang.String value)
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
getScalingFactor
public java.lang.Double getScalingFactor()
Gets the value of the scalingFactor property.- Returns:
- possible object is
Double
-
setScalingFactor
public void setScalingFactor(java.lang.Double value)
Sets the value of the scalingFactor property.- Parameters:
value
- allowed object isDouble
-
getValueOffset
public java.lang.Double getValueOffset()
Gets the value of the valueOffset property.- Returns:
- possible object is
Double
-
setValueOffset
public void setValueOffset(java.lang.Double value)
Sets the value of the valueOffset property.- Parameters:
value
- allowed object isDouble
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getSpecialConstants
public SpecialConstants getSpecialConstants()
Gets the value of the specialConstants property.- Returns:
- possible object is
SpecialConstants
-
setSpecialConstants
public void setSpecialConstants(SpecialConstants value)
Sets the value of the specialConstants property.- Parameters:
value
- allowed object isSpecialConstants
-
getFieldStatistics
public FieldStatistics getFieldStatistics()
Gets the value of the fieldStatistics property.- Returns:
- possible object is
FieldStatistics
-
setFieldStatistics
public void setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.- Parameters:
value
- allowed object isFieldStatistics
-
-