Package de.foellix.aql.transformations
Class Rule
java.lang.Object
de.foellix.aql.transformations.Rule
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inputQuery property.getName()Gets the value of the name property.Gets the value of the outputQuery property.Gets the value of the priority property.getQuery()Gets the value of the query property.voidsetInputQuery(String value) Sets the value of the inputQuery property.voidSets the value of the name property.voidsetOutputQuery(String value) Sets the value of the outputQuery property.voidSets the value of the query property.
-
Field Details
-
priority
-
inputQuery
-
outputQuery
-
query
-
name
-
-
Constructor Details
-
Rule
public Rule()
-
-
Method Details
-
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
setmethod 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
Gets the value of the inputQuery property.- Returns:
- possible object is
String
-
setInputQuery
Sets the value of the inputQuery property.- Parameters:
value- allowed object isString
-
getOutputQuery
Gets the value of the outputQuery property.- Returns:
- possible object is
String
-
setOutputQuery
Sets the value of the outputQuery property.- Parameters:
value- allowed object isString
-
getQuery
Gets the value of the query property.- Returns:
- possible object is
String
-
setQuery
Sets the value of the query property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-