Class Parameter

  • Direct Known Subclasses:
    DataCollectionParameter, DatafileParameter, DatasetParameter, InvestigationParameter, SampleParameter

    public abstract class Parameter
    extends EntityBaseBean

    Java class for parameter complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="parameter">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="dateTimeValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="error" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="numericValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="rangeBottom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="rangeTop" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://icatproject.org}parameterType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getError

        public Double getError()
        Gets the value of the error property.
        Returns:
        possible object is Double
      • setError

        public void setError​(Double value)
        Sets the value of the error property.
        Parameters:
        value - allowed object is Double
      • getNumericValue

        public Double getNumericValue()
        Gets the value of the numericValue property.
        Returns:
        possible object is Double
      • setNumericValue

        public void setNumericValue​(Double value)
        Sets the value of the numericValue property.
        Parameters:
        value - allowed object is Double
      • getRangeBottom

        public Double getRangeBottom()
        Gets the value of the rangeBottom property.
        Returns:
        possible object is Double
      • setRangeBottom

        public void setRangeBottom​(Double value)
        Sets the value of the rangeBottom property.
        Parameters:
        value - allowed object is Double
      • getRangeTop

        public Double getRangeTop()
        Gets the value of the rangeTop property.
        Returns:
        possible object is Double
      • setRangeTop

        public void setRangeTop​(Double value)
        Sets the value of the rangeTop property.
        Parameters:
        value - allowed object is Double
      • getStringValue

        public String getStringValue()
        Gets the value of the stringValue property.
        Returns:
        possible object is String
      • setStringValue

        public void setStringValue​(String value)
        Sets the value of the stringValue property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(ParameterType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is ParameterType