gov.nasa.arc.pds.xml.generated
Class SpecialConstants

java.lang.Object
  extended by 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}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="missing_constant" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="error_constant" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="invalid_constant" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="unknown_constant" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="not_applicable_constant" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="valid_maximum" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="high_instrument_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="high_representation_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="valid_minimum" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="low_instrument_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="low_representation_saturation" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
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 Summary
SpecialConstants()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

SpecialConstants

public SpecialConstants()
Method Detail

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


Copyright © 2013. All Rights Reserved.