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 SummaryFields 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 SummaryConstructors Constructor Description SpecialConstants()
 - 
Method SummaryAll 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- 
saturatedConstantprotected java.lang.String saturatedConstant 
 - 
missingConstantprotected java.lang.String missingConstant 
 - 
errorConstantprotected java.lang.String errorConstant 
 - 
invalidConstantprotected java.lang.String invalidConstant 
 - 
unknownConstantprotected java.lang.String unknownConstant 
 - 
notApplicableConstantprotected java.lang.String notApplicableConstant 
 - 
validMaximumprotected java.lang.String validMaximum 
 - 
highInstrumentSaturationprotected java.lang.String highInstrumentSaturation 
 - 
highRepresentationSaturationprotected java.lang.String highRepresentationSaturation 
 - 
validMinimumprotected java.lang.String validMinimum 
 - 
lowInstrumentSaturationprotected java.lang.String lowInstrumentSaturation 
 - 
lowRepresentationSaturationprotected java.lang.String lowRepresentationSaturation 
 
- 
 - 
Method Detail- 
getSaturatedConstantpublic java.lang.String getSaturatedConstant() Gets the value of the saturatedConstant property.- Returns:
- possible object is
     String
 
 - 
setSaturatedConstantpublic void setSaturatedConstant(java.lang.String value) Sets the value of the saturatedConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getMissingConstantpublic java.lang.String getMissingConstant() Gets the value of the missingConstant property.- Returns:
- possible object is
     String
 
 - 
setMissingConstantpublic void setMissingConstant(java.lang.String value) Sets the value of the missingConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getErrorConstantpublic java.lang.String getErrorConstant() Gets the value of the errorConstant property.- Returns:
- possible object is
     String
 
 - 
setErrorConstantpublic void setErrorConstant(java.lang.String value) Sets the value of the errorConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getInvalidConstantpublic java.lang.String getInvalidConstant() Gets the value of the invalidConstant property.- Returns:
- possible object is
     String
 
 - 
setInvalidConstantpublic void setInvalidConstant(java.lang.String value) Sets the value of the invalidConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getUnknownConstantpublic java.lang.String getUnknownConstant() Gets the value of the unknownConstant property.- Returns:
- possible object is
     String
 
 - 
setUnknownConstantpublic void setUnknownConstant(java.lang.String value) Sets the value of the unknownConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getNotApplicableConstantpublic java.lang.String getNotApplicableConstant() Gets the value of the notApplicableConstant property.- Returns:
- possible object is
     String
 
 - 
setNotApplicableConstantpublic void setNotApplicableConstant(java.lang.String value) Sets the value of the notApplicableConstant property.- Parameters:
- value- allowed object is- String
 
 - 
getValidMaximumpublic java.lang.String getValidMaximum() Gets the value of the validMaximum property.- Returns:
- possible object is
     String
 
 - 
setValidMaximumpublic void setValidMaximum(java.lang.String value) Sets the value of the validMaximum property.- Parameters:
- value- allowed object is- String
 
 - 
getHighInstrumentSaturationpublic java.lang.String getHighInstrumentSaturation() Gets the value of the highInstrumentSaturation property.- Returns:
- possible object is
     String
 
 - 
setHighInstrumentSaturationpublic void setHighInstrumentSaturation(java.lang.String value) Sets the value of the highInstrumentSaturation property.- Parameters:
- value- allowed object is- String
 
 - 
getHighRepresentationSaturationpublic java.lang.String getHighRepresentationSaturation() Gets the value of the highRepresentationSaturation property.- Returns:
- possible object is
     String
 
 - 
setHighRepresentationSaturationpublic void setHighRepresentationSaturation(java.lang.String value) Sets the value of the highRepresentationSaturation property.- Parameters:
- value- allowed object is- String
 
 - 
getValidMinimumpublic java.lang.String getValidMinimum() Gets the value of the validMinimum property.- Returns:
- possible object is
     String
 
 - 
setValidMinimumpublic void setValidMinimum(java.lang.String value) Sets the value of the validMinimum property.- Parameters:
- value- allowed object is- String
 
 - 
getLowInstrumentSaturationpublic java.lang.String getLowInstrumentSaturation() Gets the value of the lowInstrumentSaturation property.- Returns:
- possible object is
     String
 
 - 
setLowInstrumentSaturationpublic void setLowInstrumentSaturation(java.lang.String value) Sets the value of the lowInstrumentSaturation property.- Parameters:
- value- allowed object is- String
 
 - 
getLowRepresentationSaturationpublic java.lang.String getLowRepresentationSaturation() Gets the value of the lowRepresentationSaturation property.- Returns:
- possible object is
     String
 
 - 
setLowRepresentationSaturationpublic void setLowRepresentationSaturation(java.lang.String value) Sets the value of the lowRepresentationSaturation property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-