Class MXLongQueryType


  • public class MXLongQueryType
    extends Object

    Java class for MXLongQueryType complex type.

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

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

      • value

        protected String value
      • operator

        protected String operator
    • Constructor Detail

      • MXLongQueryType

        public MXLongQueryType()
    • Method Detail

      • getValue

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

        public void setValue​(String 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