Class MXBooleanQueryType


  • public class MXBooleanQueryType
    extends Object

    Java class for MXBooleanQueryType complex type.

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

     <complexType name="MXBooleanQueryType">
       <simpleContent>
         <extension base="<http://www.ibm.com/maximo>BooleanType">
           <attribute name="operator" type="{http://www.ibm.com/maximo}QueryOperatorType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • operator

        protected String operator
    • Constructor Detail

      • MXBooleanQueryType

        public MXBooleanQueryType()
    • Method Detail

      • isValue

        public Boolean isValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(Boolean value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • 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