Class VariableNumCT

  • Direct Known Subclasses:
    VariableNumCTNoComplex

    public class VariableNumCT
    extends VariableCTWComplex
    Numeric variable type, includes complex types

    Java class for VariableNum_CT complex type.

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

     <complexType name="VariableNum_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT_wComplex">
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
           <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}double" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • VariableNumCT

        public VariableNumCT()
    • Method Detail

      • getValue

        public Double getValue()
        Gets the value of the value property.
        Returns:
        possible object is Double
      • setValue

        public void setValue​(Double value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is Double
      • getMin

        public double getMin()
        Gets the value of the min property.
        Returns:
        possible object is Double
      • setMin

        public void setMin​(Double value)
        Sets the value of the min property.
        Parameters:
        value - allowed object is Double
      • getMax

        public Double getMax()
        Gets the value of the max property.
        Returns:
        possible object is Double
      • setMax

        public void setMax​(Double value)
        Sets the value of the max property.
        Parameters:
        value - allowed object is Double
      • getDefaultValue

        public Double getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is Double
      • setDefaultValue

        public void setDefaultValue​(Double value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is Double