Class MXGLAccountQueryType


  • public class MXGLAccountQueryType
    extends Object

    Java class for MXGLAccountQueryType complex type.

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

     <complexType name="MXGLAccountQueryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VALUE" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="operator" type="{http://www.ibm.com/maximo}QueryOperatorType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • operator

        protected String operator
    • Constructor Detail

      • MXGLAccountQueryType

        public MXGLAccountQueryType()
    • 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