Class MXDomainQueryType


  • public class MXDomainQueryType
    extends Object

    Java class for MXDomainQueryType complex type.

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

     <complexType name="MXDomainQueryType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="maxvalue" type="{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
      • maxvalue

        protected String maxvalue
      • operator

        protected String operator
    • Constructor Detail

      • MXDomainQueryType

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

        public String getMaxvalue()
        Gets the value of the maxvalue property.
        Returns:
        possible object is String
      • setMaxvalue

        public void setMaxvalue​(String value)
        Sets the value of the maxvalue 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