Class MXFloatQueryType


  • public class MXFloatQueryType
    extends Object

    Java class for MXFloatQueryType complex type.

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

     <complexType name="MXFloatQueryType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>float">
           <attribute name="operator" type="{http://www.ibm.com/maximo}QueryOperatorType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected float value
      • operator

        protected String operator
    • Constructor Detail

      • MXFloatQueryType

        public MXFloatQueryType()
    • Method Detail

      • getValue

        public float getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(float value)
        Sets the value of the value property.
      • getOperator

        public String getOperator()
        Gets the value of the operator property.
        Returns:
        possible object is String
      • setOperator

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