public class Rule
extends java.lang.Object
Java class for rule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pre" type="{http://www.highqsoft.com/transformer/common}implementationseq" minOccurs="0"/>
<choice>
<element name="literal" type="{http://www.highqsoft.com/transformer/rule}literal"/>
<element name="store" type="{http://www.highqsoft.com/transformer/rule}store"/>
<element name="attribute" type="{http://www.highqsoft.com/transformer/common}attribute"/>
<element name="method" type="{http://www.highqsoft.com/transformer/common}implementation"/>
<element name="values" type="{http://www.highqsoft.com/transformer/rule}values"/>
<element name="reference" type="{http://www.highqsoft.com/transformer/rule}reference"/>
</choice>
<element name="post" type="{http://www.highqsoft.com/transformer/common}implementationseq" minOccurs="0"/>
</sequence>
<attribute name="gathermode" type="{http://www.highqsoft.com/transformer/common}gathermode" default="PEDANTIC" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="pointto" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="sortby" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Attribute |
attribute |
protected Gathermode |
gathermode |
protected java.lang.String |
id |
protected Literal |
literal |
protected Implementation |
method |
protected java.lang.String |
pointto |
protected Implementationseq |
post |
protected Implementationseq |
pre |
protected Reference |
reference |
protected java.lang.Long |
sortby |
protected Store |
store |
protected Values |
values |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Gets the value of the attribute property.
|
Gathermode |
getGathermode()
Gets the value of the gathermode property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
Literal |
getLiteral()
Gets the value of the literal property.
|
Implementation |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getPointto()
Gets the value of the pointto property.
|
Implementationseq |
getPost()
Gets the value of the post property.
|
Implementationseq |
getPre()
Gets the value of the pre property.
|
Reference |
getReference()
Gets the value of the reference property.
|
java.lang.Long |
getSortby()
Gets the value of the sortby property.
|
Store |
getStore()
Gets the value of the store property.
|
Values |
getValues()
Gets the value of the values property.
|
void |
setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
setGathermode(Gathermode value)
Sets the value of the gathermode property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLiteral(Literal value)
Sets the value of the literal property.
|
void |
setMethod(Implementation value)
Sets the value of the method property.
|
void |
setPointto(java.lang.String value)
Sets the value of the pointto property.
|
void |
setPost(Implementationseq value)
Sets the value of the post property.
|
void |
setPre(Implementationseq value)
Sets the value of the pre property.
|
void |
setReference(Reference value)
Sets the value of the reference property.
|
void |
setSortby(java.lang.Long value)
Sets the value of the sortby property.
|
void |
setStore(Store value)
Sets the value of the store property.
|
void |
setValues(Values value)
Sets the value of the values property.
|
protected Implementationseq pre
protected Literal literal
protected Store store
protected Attribute attribute
protected Implementation method
protected Values values
protected Reference reference
protected Implementationseq post
protected Gathermode gathermode
protected java.lang.String id
protected java.lang.String pointto
protected java.lang.Long sortby
public Implementationseq getPre()
Implementationseqpublic void setPre(Implementationseq value)
value - allowed object is
Implementationseqpublic Literal getLiteral()
Literalpublic void setLiteral(Literal value)
value - allowed object is
Literalpublic Store getStore()
Storepublic void setStore(Store value)
value - allowed object is
Storepublic Attribute getAttribute()
Attributepublic void setAttribute(Attribute value)
value - allowed object is
Attributepublic Implementation getMethod()
Implementationpublic void setMethod(Implementation value)
value - allowed object is
Implementationpublic Values getValues()
Valuespublic void setValues(Values value)
value - allowed object is
Valuespublic Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
Referencepublic Implementationseq getPost()
Implementationseqpublic void setPost(Implementationseq value)
value - allowed object is
Implementationseqpublic Gathermode getGathermode()
Gathermodepublic void setGathermode(Gathermode value)
value - allowed object is
Gathermodepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPointto()
Stringpublic void setPointto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getSortby()
Longpublic void setSortby(java.lang.Long value)
value - allowed object is
Long