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()
Implementationseq
public void setPre(Implementationseq value)
value
- allowed object is
Implementationseq
public Literal getLiteral()
Literal
public void setLiteral(Literal value)
value
- allowed object is
Literal
public Store getStore()
Store
public void setStore(Store value)
value
- allowed object is
Store
public Attribute getAttribute()
Attribute
public void setAttribute(Attribute value)
value
- allowed object is
Attribute
public Implementation getMethod()
Implementation
public void setMethod(Implementation value)
value
- allowed object is
Implementation
public Values getValues()
Values
public void setValues(Values value)
value
- allowed object is
Values
public Reference getReference()
Reference
public void setReference(Reference value)
value
- allowed object is
Reference
public Implementationseq getPost()
Implementationseq
public void setPost(Implementationseq value)
value
- allowed object is
Implementationseq
public Gathermode getGathermode()
Gathermode
public void setGathermode(Gathermode value)
value
- allowed object is
Gathermode
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPointto()
String
public void setPointto(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getSortby()
Long
public void setSortby(java.lang.Long value)
value
- allowed object is
Long