Class Query


  • public class Query
    extends Object

    Java class for Query complex type.

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

     <complexType name="Query">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}registryPath"/>
             <element ref="{}value"/>
           </sequence>
           <attribute ref="{}operator"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • registryPath

        protected String registryPath
      • value

        protected String value
      • operator

        protected String operator
    • Constructor Detail

      • Query

        public Query()
    • Method Detail

      • getRegistryPath

        public String getRegistryPath()
        Gets the value of the registryPath property.
        Returns:
        possible object is String
      • setRegistryPath

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