Package gov.nasa.arc.pds.xml.generated
Class SpecialConstants
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.SpecialConstants
-
public class SpecialConstants extends java.lang.ObjectThe Special Constants class provides a set of values used to indicate special cases that occur in the data.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringerrorConstantprotected java.lang.StringhighInstrumentSaturationprotected java.lang.StringhighRepresentationSaturationprotected java.lang.StringinvalidConstantprotected java.lang.StringlowInstrumentSaturationprotected java.lang.StringlowRepresentationSaturationprotected java.lang.StringmissingConstantprotected java.lang.StringnotApplicableConstantprotected java.lang.StringsaturatedConstantprotected java.lang.StringunknownConstantprotected java.lang.StringvalidMaximumprotected java.lang.StringvalidMinimum
-
Constructor Summary
Constructors Constructor Description SpecialConstants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorConstant()Gets the value of the errorConstant property.java.lang.StringgetHighInstrumentSaturation()Gets the value of the highInstrumentSaturation property.java.lang.StringgetHighRepresentationSaturation()Gets the value of the highRepresentationSaturation property.java.lang.StringgetInvalidConstant()Gets the value of the invalidConstant property.java.lang.StringgetLowInstrumentSaturation()Gets the value of the lowInstrumentSaturation property.java.lang.StringgetLowRepresentationSaturation()Gets the value of the lowRepresentationSaturation property.java.lang.StringgetMissingConstant()Gets the value of the missingConstant property.java.lang.StringgetNotApplicableConstant()Gets the value of the notApplicableConstant property.java.lang.StringgetSaturatedConstant()Gets the value of the saturatedConstant property.java.lang.StringgetUnknownConstant()Gets the value of the unknownConstant property.java.lang.StringgetValidMaximum()Gets the value of the validMaximum property.java.lang.StringgetValidMinimum()Gets the value of the validMinimum property.voidsetErrorConstant(java.lang.String value)Sets the value of the errorConstant property.voidsetHighInstrumentSaturation(java.lang.String value)Sets the value of the highInstrumentSaturation property.voidsetHighRepresentationSaturation(java.lang.String value)Sets the value of the highRepresentationSaturation property.voidsetInvalidConstant(java.lang.String value)Sets the value of the invalidConstant property.voidsetLowInstrumentSaturation(java.lang.String value)Sets the value of the lowInstrumentSaturation property.voidsetLowRepresentationSaturation(java.lang.String value)Sets the value of the lowRepresentationSaturation property.voidsetMissingConstant(java.lang.String value)Sets the value of the missingConstant property.voidsetNotApplicableConstant(java.lang.String value)Sets the value of the notApplicableConstant property.voidsetSaturatedConstant(java.lang.String value)Sets the value of the saturatedConstant property.voidsetUnknownConstant(java.lang.String value)Sets the value of the unknownConstant property.voidsetValidMaximum(java.lang.String value)Sets the value of the validMaximum property.voidsetValidMinimum(java.lang.String value)Sets the value of the validMinimum property.
-
-
-
Field Detail
-
saturatedConstant
protected java.lang.String saturatedConstant
-
missingConstant
protected java.lang.String missingConstant
-
errorConstant
protected java.lang.String errorConstant
-
invalidConstant
protected java.lang.String invalidConstant
-
unknownConstant
protected java.lang.String unknownConstant
-
notApplicableConstant
protected java.lang.String notApplicableConstant
-
validMaximum
protected java.lang.String validMaximum
-
highInstrumentSaturation
protected java.lang.String highInstrumentSaturation
-
highRepresentationSaturation
protected java.lang.String highRepresentationSaturation
-
validMinimum
protected java.lang.String validMinimum
-
lowInstrumentSaturation
protected java.lang.String lowInstrumentSaturation
-
lowRepresentationSaturation
protected java.lang.String lowRepresentationSaturation
-
-
Method Detail
-
getSaturatedConstant
public java.lang.String getSaturatedConstant()
Gets the value of the saturatedConstant property.- Returns:
- possible object is
String
-
setSaturatedConstant
public void setSaturatedConstant(java.lang.String value)
Sets the value of the saturatedConstant property.- Parameters:
value- allowed object isString
-
getMissingConstant
public java.lang.String getMissingConstant()
Gets the value of the missingConstant property.- Returns:
- possible object is
String
-
setMissingConstant
public void setMissingConstant(java.lang.String value)
Sets the value of the missingConstant property.- Parameters:
value- allowed object isString
-
getErrorConstant
public java.lang.String getErrorConstant()
Gets the value of the errorConstant property.- Returns:
- possible object is
String
-
setErrorConstant
public void setErrorConstant(java.lang.String value)
Sets the value of the errorConstant property.- Parameters:
value- allowed object isString
-
getInvalidConstant
public java.lang.String getInvalidConstant()
Gets the value of the invalidConstant property.- Returns:
- possible object is
String
-
setInvalidConstant
public void setInvalidConstant(java.lang.String value)
Sets the value of the invalidConstant property.- Parameters:
value- allowed object isString
-
getUnknownConstant
public java.lang.String getUnknownConstant()
Gets the value of the unknownConstant property.- Returns:
- possible object is
String
-
setUnknownConstant
public void setUnknownConstant(java.lang.String value)
Sets the value of the unknownConstant property.- Parameters:
value- allowed object isString
-
getNotApplicableConstant
public java.lang.String getNotApplicableConstant()
Gets the value of the notApplicableConstant property.- Returns:
- possible object is
String
-
setNotApplicableConstant
public void setNotApplicableConstant(java.lang.String value)
Sets the value of the notApplicableConstant property.- Parameters:
value- allowed object isString
-
getValidMaximum
public java.lang.String getValidMaximum()
Gets the value of the validMaximum property.- Returns:
- possible object is
String
-
setValidMaximum
public void setValidMaximum(java.lang.String value)
Sets the value of the validMaximum property.- Parameters:
value- allowed object isString
-
getHighInstrumentSaturation
public java.lang.String getHighInstrumentSaturation()
Gets the value of the highInstrumentSaturation property.- Returns:
- possible object is
String
-
setHighInstrumentSaturation
public void setHighInstrumentSaturation(java.lang.String value)
Sets the value of the highInstrumentSaturation property.- Parameters:
value- allowed object isString
-
getHighRepresentationSaturation
public java.lang.String getHighRepresentationSaturation()
Gets the value of the highRepresentationSaturation property.- Returns:
- possible object is
String
-
setHighRepresentationSaturation
public void setHighRepresentationSaturation(java.lang.String value)
Sets the value of the highRepresentationSaturation property.- Parameters:
value- allowed object isString
-
getValidMinimum
public java.lang.String getValidMinimum()
Gets the value of the validMinimum property.- Returns:
- possible object is
String
-
setValidMinimum
public void setValidMinimum(java.lang.String value)
Sets the value of the validMinimum property.- Parameters:
value- allowed object isString
-
getLowInstrumentSaturation
public java.lang.String getLowInstrumentSaturation()
Gets the value of the lowInstrumentSaturation property.- Returns:
- possible object is
String
-
setLowInstrumentSaturation
public void setLowInstrumentSaturation(java.lang.String value)
Sets the value of the lowInstrumentSaturation property.- Parameters:
value- allowed object isString
-
getLowRepresentationSaturation
public java.lang.String getLowRepresentationSaturation()
Gets the value of the lowRepresentationSaturation property.- Returns:
- possible object is
String
-
setLowRepresentationSaturation
public void setLowRepresentationSaturation(java.lang.String value)
Sets the value of the lowRepresentationSaturation property.- Parameters:
value- allowed object isString
-
-