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()
String
public void setSaturatedConstant(String value)
value
- allowed object is
String
public String getMissingConstant()
String
public void setMissingConstant(String value)
value
- allowed object is
String
public String getErrorConstant()
String
public void setErrorConstant(String value)
value
- allowed object is
String
public String getInvalidConstant()
String
public void setInvalidConstant(String value)
value
- allowed object is
String
public String getUnknownConstant()
String
public void setUnknownConstant(String value)
value
- allowed object is
String
public String getNotApplicableConstant()
String
public void setNotApplicableConstant(String value)
value
- allowed object is
String
public String getValidMaximum()
String
public void setValidMaximum(String value)
value
- allowed object is
String
public String getHighInstrumentSaturation()
String
public void setHighInstrumentSaturation(String value)
value
- allowed object is
String
public String getHighRepresentationSaturation()
String
public void setHighRepresentationSaturation(String value)
value
- allowed object is
String
public String getValidMinimum()
String
public void setValidMinimum(String value)
value
- allowed object is
String
public String getLowInstrumentSaturation()
String
public void setLowInstrumentSaturation(String value)
value
- allowed object is
String
public String getLowRepresentationSaturation()
String
Copyright © 2010–2017 Planetary Data System. All rights reserved.