Class SpecialConstants

java.lang.Object
gov.nasa.arc.pds.xml.generated.SpecialConstants

public class SpecialConstants
extends Object
The 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 Details

    • saturatedConstant

      protected String saturatedConstant
    • missingConstant

      protected String missingConstant
    • errorConstant

      protected String errorConstant
    • invalidConstant

      protected String invalidConstant
    • unknownConstant

      protected String unknownConstant
    • notApplicableConstant

      protected String notApplicableConstant
    • validMaximum

      protected String validMaximum
    • highInstrumentSaturation

      protected String highInstrumentSaturation
    • highRepresentationSaturation

      protected String highRepresentationSaturation
    • validMinimum

      protected String validMinimum
    • lowInstrumentSaturation

      protected String lowInstrumentSaturation
    • lowRepresentationSaturation

      protected String lowRepresentationSaturation
  • Constructor Details

    • SpecialConstants

      public SpecialConstants()
  • Method Details

    • getSaturatedConstant

      public String getSaturatedConstant()
      Gets the value of the saturatedConstant property.
      Returns:
      possible object is String
    • setSaturatedConstant

      public void setSaturatedConstant​(String value)
      Sets the value of the saturatedConstant property.
      Parameters:
      value - allowed object is String
    • getMissingConstant

      public String getMissingConstant()
      Gets the value of the missingConstant property.
      Returns:
      possible object is String
    • setMissingConstant

      public void setMissingConstant​(String value)
      Sets the value of the missingConstant property.
      Parameters:
      value - allowed object is String
    • getErrorConstant

      public String getErrorConstant()
      Gets the value of the errorConstant property.
      Returns:
      possible object is String
    • setErrorConstant

      public void setErrorConstant​(String value)
      Sets the value of the errorConstant property.
      Parameters:
      value - allowed object is String
    • getInvalidConstant

      public String getInvalidConstant()
      Gets the value of the invalidConstant property.
      Returns:
      possible object is String
    • setInvalidConstant

      public void setInvalidConstant​(String value)
      Sets the value of the invalidConstant property.
      Parameters:
      value - allowed object is String
    • getUnknownConstant

      public String getUnknownConstant()
      Gets the value of the unknownConstant property.
      Returns:
      possible object is String
    • setUnknownConstant

      public void setUnknownConstant​(String value)
      Sets the value of the unknownConstant property.
      Parameters:
      value - allowed object is String
    • getNotApplicableConstant

      public String getNotApplicableConstant()
      Gets the value of the notApplicableConstant property.
      Returns:
      possible object is String
    • setNotApplicableConstant

      public void setNotApplicableConstant​(String value)
      Sets the value of the notApplicableConstant property.
      Parameters:
      value - allowed object is String
    • getValidMaximum

      public String getValidMaximum()
      Gets the value of the validMaximum property.
      Returns:
      possible object is String
    • setValidMaximum

      public void setValidMaximum​(String value)
      Sets the value of the validMaximum property.
      Parameters:
      value - allowed object is String
    • getHighInstrumentSaturation

      public String getHighInstrumentSaturation()
      Gets the value of the highInstrumentSaturation property.
      Returns:
      possible object is String
    • setHighInstrumentSaturation

      public void setHighInstrumentSaturation​(String value)
      Sets the value of the highInstrumentSaturation property.
      Parameters:
      value - allowed object is String
    • getHighRepresentationSaturation

      public String getHighRepresentationSaturation()
      Gets the value of the highRepresentationSaturation property.
      Returns:
      possible object is String
    • setHighRepresentationSaturation

      public void setHighRepresentationSaturation​(String value)
      Sets the value of the highRepresentationSaturation property.
      Parameters:
      value - allowed object is String
    • getValidMinimum

      public String getValidMinimum()
      Gets the value of the validMinimum property.
      Returns:
      possible object is String
    • setValidMinimum

      public void setValidMinimum​(String value)
      Sets the value of the validMinimum property.
      Parameters:
      value - allowed object is String
    • getLowInstrumentSaturation

      public String getLowInstrumentSaturation()
      Gets the value of the lowInstrumentSaturation property.
      Returns:
      possible object is String
    • setLowInstrumentSaturation

      public void setLowInstrumentSaturation​(String value)
      Sets the value of the lowInstrumentSaturation property.
      Parameters:
      value - allowed object is String
    • getLowRepresentationSaturation

      public String getLowRepresentationSaturation()
      Gets the value of the lowRepresentationSaturation property.
      Returns:
      possible object is String
    • setLowRepresentationSaturation

      public void setLowRepresentationSaturation​(String value)
      Sets the value of the lowRepresentationSaturation property.
      Parameters:
      value - allowed object is String