Class Rule

java.lang.Object
de.foellix.aql.transformations.Rule

public class Rule extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}priority" maxOccurs="unbounded"/>
         <choice>
           <sequence>
             <element ref="{}inputQuery"/>
             <element ref="{}outputQuery"/>
           </sequence>
           <element ref="{}query"/>
         </choice>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • priority

      protected List<Priority> priority
    • inputQuery

      protected String inputQuery
    • outputQuery

      protected String outputQuery
    • query

      protected String query
    • name

      protected String name
  • Constructor Details

    • Rule

      public Rule()
  • Method Details

    • getPriority

      public List<Priority> getPriority()
      Gets the value of the priority property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the priority property.

      For example, to add a new item, do as follows:

          getPriority().add(newItem);
       

      Objects of the following type(s) are allowed in the list Priority

    • getInputQuery

      public String getInputQuery()
      Gets the value of the inputQuery property.
      Returns:
      possible object is String
    • setInputQuery

      public void setInputQuery(String value)
      Sets the value of the inputQuery property.
      Parameters:
      value - allowed object is String
    • getOutputQuery

      public String getOutputQuery()
      Gets the value of the outputQuery property.
      Returns:
      possible object is String
    • setOutputQuery

      public void setOutputQuery(String value)
      Sets the value of the outputQuery property.
      Parameters:
      value - allowed object is String
    • getQuery

      public String getQuery()
      Gets the value of the query property.
      Returns:
      possible object is String
    • setQuery

      public void setQuery(String value)
      Sets the value of the query property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String