public class SpecialConstants
extends java.lang.Object
Java class for Special_Constants complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Special_Constants">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="saturated_constant" type="{http://pds.nasa.gov/pds4/pds/v1}saturated_constant" minOccurs="0"/>
<element name="missing_constant" type="{http://pds.nasa.gov/pds4/pds/v1}missing_constant" minOccurs="0"/>
<element name="error_constant" type="{http://pds.nasa.gov/pds4/pds/v1}error_constant" minOccurs="0"/>
<element name="invalid_constant" type="{http://pds.nasa.gov/pds4/pds/v1}invalid_constant" minOccurs="0"/>
<element name="unknown_constant" type="{http://pds.nasa.gov/pds4/pds/v1}unknown_constant" minOccurs="0"/>
<element name="not_applicable_constant" type="{http://pds.nasa.gov/pds4/pds/v1}not_applicable_constant" minOccurs="0"/>
<element name="valid_maximum" type="{http://pds.nasa.gov/pds4/pds/v1}valid_maximum" minOccurs="0"/>
<element name="high_instrument_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}high_instrument_saturation" minOccurs="0"/>
<element name="high_representation_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}high_representation_saturation" minOccurs="0"/>
<element name="valid_minimum" type="{http://pds.nasa.gov/pds4/pds/v1}valid_minimum" minOccurs="0"/>
<element name="low_instrument_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}low_instrument_saturation" minOccurs="0"/>
<element name="low_representation_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}low_representation_saturation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
errorConstant |
protected java.lang.String |
highInstrumentSaturation |
protected java.lang.String |
highRepresentationSaturation |
protected java.lang.String |
invalidConstant |
protected java.lang.String |
lowInstrumentSaturation |
protected java.lang.String |
lowRepresentationSaturation |
protected java.lang.String |
missingConstant |
protected java.lang.String |
notApplicableConstant |
protected java.lang.String |
saturatedConstant |
protected java.lang.String |
unknownConstant |
protected java.lang.String |
validMaximum |
protected java.lang.String |
validMinimum |
| Constructor and Description |
|---|
SpecialConstants() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorConstant()
Gets the value of the errorConstant property.
|
java.lang.String |
getHighInstrumentSaturation()
Gets the value of the highInstrumentSaturation property.
|
java.lang.String |
getHighRepresentationSaturation()
Gets the value of the highRepresentationSaturation property.
|
java.lang.String |
getInvalidConstant()
Gets the value of the invalidConstant property.
|
java.lang.String |
getLowInstrumentSaturation()
Gets the value of the lowInstrumentSaturation property.
|
java.lang.String |
getLowRepresentationSaturation()
Gets the value of the lowRepresentationSaturation property.
|
java.lang.String |
getMissingConstant()
Gets the value of the missingConstant property.
|
java.lang.String |
getNotApplicableConstant()
Gets the value of the notApplicableConstant property.
|
java.lang.String |
getSaturatedConstant()
Gets the value of the saturatedConstant property.
|
java.lang.String |
getUnknownConstant()
Gets the value of the unknownConstant property.
|
java.lang.String |
getValidMaximum()
Gets the value of the validMaximum property.
|
java.lang.String |
getValidMinimum()
Gets the value of the validMinimum property.
|
void |
setErrorConstant(java.lang.String value)
Sets the value of the errorConstant property.
|
void |
setHighInstrumentSaturation(java.lang.String value)
Sets the value of the highInstrumentSaturation property.
|
void |
setHighRepresentationSaturation(java.lang.String value)
Sets the value of the highRepresentationSaturation property.
|
void |
setInvalidConstant(java.lang.String value)
Sets the value of the invalidConstant property.
|
void |
setLowInstrumentSaturation(java.lang.String value)
Sets the value of the lowInstrumentSaturation property.
|
void |
setLowRepresentationSaturation(java.lang.String value)
Sets the value of the lowRepresentationSaturation property.
|
void |
setMissingConstant(java.lang.String value)
Sets the value of the missingConstant property.
|
void |
setNotApplicableConstant(java.lang.String value)
Sets the value of the notApplicableConstant property.
|
void |
setSaturatedConstant(java.lang.String value)
Sets the value of the saturatedConstant property.
|
void |
setUnknownConstant(java.lang.String value)
Sets the value of the unknownConstant property.
|
void |
setValidMaximum(java.lang.String value)
Sets the value of the validMaximum property.
|
void |
setValidMinimum(java.lang.String value)
Sets the value of the validMinimum property.
|
protected java.lang.String saturatedConstant
protected java.lang.String missingConstant
protected java.lang.String errorConstant
protected java.lang.String invalidConstant
protected java.lang.String unknownConstant
protected java.lang.String notApplicableConstant
protected java.lang.String validMaximum
protected java.lang.String highInstrumentSaturation
protected java.lang.String highRepresentationSaturation
protected java.lang.String validMinimum
protected java.lang.String lowInstrumentSaturation
protected java.lang.String lowRepresentationSaturation
public java.lang.String getSaturatedConstant()
Stringpublic void setSaturatedConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMissingConstant()
Stringpublic void setMissingConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getErrorConstant()
Stringpublic void setErrorConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvalidConstant()
Stringpublic void setInvalidConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnknownConstant()
Stringpublic void setUnknownConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNotApplicableConstant()
Stringpublic void setNotApplicableConstant(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValidMaximum()
Stringpublic void setValidMaximum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHighInstrumentSaturation()
Stringpublic void setHighInstrumentSaturation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHighRepresentationSaturation()
Stringpublic void setHighRepresentationSaturation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValidMinimum()
Stringpublic void setValidMinimum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLowInstrumentSaturation()
Stringpublic void setLowInstrumentSaturation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLowRepresentationSaturation()
Stringpublic void setLowRepresentationSaturation(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.