Class SpecialConstants


  • public class SpecialConstants
    extends java.lang.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 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
    • Constructor Detail

      • SpecialConstants

        public SpecialConstants()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String