public class FieldDelimited extends Field
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>
Modifier and Type | Field and Description |
---|---|
protected String |
dataType |
protected String |
description |
protected String |
fieldFormat |
protected FieldStatistics |
fieldStatistics |
protected MaximumFieldLength |
maximumFieldLength |
protected Double |
scalingFactor |
protected SpecialConstants |
specialConstants |
protected String |
unit |
protected Double |
valueOffset |
fieldNumber, name
Constructor and Description |
---|
FieldDelimited() |
Modifier and Type | Method and Description |
---|---|
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.
|
FieldStatistics |
getFieldStatistics()
Gets the value of the fieldStatistics property.
|
MaximumFieldLength |
getMaximumFieldLength()
Gets the value of the maximumFieldLength 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 |
setFieldStatistics(FieldStatistics value)
Sets the value of the fieldStatistics property.
|
void |
setMaximumFieldLength(MaximumFieldLength value)
Sets the value of the maximumFieldLength 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.
|
getFieldNumber, getName, setFieldNumber, setName
protected String dataType
protected MaximumFieldLength maximumFieldLength
protected String fieldFormat
protected String unit
protected Double scalingFactor
protected Double valueOffset
protected String description
protected SpecialConstants specialConstants
protected FieldStatistics fieldStatistics
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public MaximumFieldLength getMaximumFieldLength()
MaximumFieldLength
public void setMaximumFieldLength(MaximumFieldLength value)
value
- allowed object is
MaximumFieldLength
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
Copyright © 2010–2018 Planetary Data System. All rights reserved.