public class SpecialConstants extends 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 String |
errorConstant |
protected String |
highInstrumentSaturation |
protected String |
highRepresentationSaturation |
protected String |
invalidConstant |
protected String |
lowInstrumentSaturation |
protected String |
lowRepresentationSaturation |
protected String |
missingConstant |
protected String |
notApplicableConstant |
protected String |
saturatedConstant |
protected String |
unknownConstant |
protected String |
validMaximum |
protected String |
validMinimum |
| Constructor and Description |
|---|
SpecialConstants() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorConstant()
Gets the value of the errorConstant property.
|
String |
getHighInstrumentSaturation()
Gets the value of the highInstrumentSaturation property.
|
String |
getHighRepresentationSaturation()
Gets the value of the highRepresentationSaturation property.
|
String |
getInvalidConstant()
Gets the value of the invalidConstant property.
|
String |
getLowInstrumentSaturation()
Gets the value of the lowInstrumentSaturation property.
|
String |
getLowRepresentationSaturation()
Gets the value of the lowRepresentationSaturation property.
|
String |
getMissingConstant()
Gets the value of the missingConstant property.
|
String |
getNotApplicableConstant()
Gets the value of the notApplicableConstant property.
|
String |
getSaturatedConstant()
Gets the value of the saturatedConstant property.
|
String |
getUnknownConstant()
Gets the value of the unknownConstant property.
|
String |
getValidMaximum()
Gets the value of the validMaximum property.
|
String |
getValidMinimum()
Gets the value of the validMinimum property.
|
void |
setErrorConstant(String value)
Sets the value of the errorConstant property.
|
void |
setHighInstrumentSaturation(String value)
Sets the value of the highInstrumentSaturation property.
|
void |
setHighRepresentationSaturation(String value)
Sets the value of the highRepresentationSaturation property.
|
void |
setInvalidConstant(String value)
Sets the value of the invalidConstant property.
|
void |
setLowInstrumentSaturation(String value)
Sets the value of the lowInstrumentSaturation property.
|
void |
setLowRepresentationSaturation(String value)
Sets the value of the lowRepresentationSaturation property.
|
void |
setMissingConstant(String value)
Sets the value of the missingConstant property.
|
void |
setNotApplicableConstant(String value)
Sets the value of the notApplicableConstant property.
|
void |
setSaturatedConstant(String value)
Sets the value of the saturatedConstant property.
|
void |
setUnknownConstant(String value)
Sets the value of the unknownConstant property.
|
void |
setValidMaximum(String value)
Sets the value of the validMaximum property.
|
void |
setValidMinimum(String value)
Sets the value of the validMinimum property.
|
protected String saturatedConstant
protected String missingConstant
protected String errorConstant
protected String invalidConstant
protected String unknownConstant
protected String notApplicableConstant
protected String validMaximum
protected String highInstrumentSaturation
protected String highRepresentationSaturation
protected String validMinimum
protected String lowInstrumentSaturation
protected String lowRepresentationSaturation
public String getSaturatedConstant()
Stringpublic void setSaturatedConstant(String value)
value - allowed object is
Stringpublic String getMissingConstant()
Stringpublic void setMissingConstant(String value)
value - allowed object is
Stringpublic String getErrorConstant()
Stringpublic void setErrorConstant(String value)
value - allowed object is
Stringpublic String getInvalidConstant()
Stringpublic void setInvalidConstant(String value)
value - allowed object is
Stringpublic String getUnknownConstant()
Stringpublic void setUnknownConstant(String value)
value - allowed object is
Stringpublic String getNotApplicableConstant()
Stringpublic void setNotApplicableConstant(String value)
value - allowed object is
Stringpublic String getValidMaximum()
Stringpublic void setValidMaximum(String value)
value - allowed object is
Stringpublic String getHighInstrumentSaturation()
Stringpublic void setHighInstrumentSaturation(String value)
value - allowed object is
Stringpublic String getHighRepresentationSaturation()
Stringpublic void setHighRepresentationSaturation(String value)
value - allowed object is
Stringpublic String getValidMinimum()
Stringpublic void setValidMinimum(String value)
value - allowed object is
Stringpublic String getLowInstrumentSaturation()
Stringpublic void setLowInstrumentSaturation(String value)
value - allowed object is
Stringpublic String getLowRepresentationSaturation()
StringCopyright © 2020. All rights reserved.