public class Rule
extends java.lang.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="{http://www.highqsoft.de/schema}headtransaction" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}pre" minOccurs="0"/>
<choice>
<element ref="{http://www.highqsoft.de/schema}literal"/>
<element ref="{http://www.highqsoft.de/schema}store"/>
<element ref="{http://www.highqsoft.de/schema}print"/>
<element ref="{http://www.highqsoft.de/schema}sendmail"/>
<element ref="{http://www.highqsoft.de/schema}echo"/>
<element ref="{http://www.highqsoft.de/schema}attribute"/>
<element ref="{http://www.highqsoft.de/schema}value"/>
<element ref="{http://www.highqsoft.de/schema}procedure"/>
<element ref="{http://www.highqsoft.de/schema}values"/>
<element ref="{http://www.highqsoft.de/schema}externalreference"/>
<element ref="{http://www.highqsoft.de/schema}attributeproperty"/>
<element ref="{http://www.highqsoft.de/schema}measurementdescriptor"/>
<element ref="{http://www.highqsoft.de/schema}ruleseq"/>
</choice>
<element ref="{http://www.highqsoft.de/schema}post" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}tailtransaction" minOccurs="0"/>
</sequence>
<attribute name="gathermode" type="{http://www.highqsoft.de/schema}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="sessionref" 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 Attributeproperty |
attributeproperty |
protected Echo |
echo |
protected Externalreference |
externalreference |
protected Gathermode |
gathermode |
protected Transactiontag |
headtransaction |
protected java.lang.String |
id |
protected Literal |
literal |
protected Measurementdescriptor |
measurementdescriptor |
protected java.lang.String |
pointto |
protected Implementationseq |
post |
protected Implementationseq |
pre |
protected Print |
print |
protected Extensionpoint |
procedure |
protected Ruleseq |
ruleseq |
protected Sendmail |
sendmail |
protected java.lang.String |
sessionref |
protected java.lang.Long |
sortby |
protected Store |
store |
protected Transactiontag |
tailtransaction |
protected Value |
value |
protected Values |
values |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute()
Gets the value of the attribute property.
|
Attributeproperty |
getAttributeproperty()
Gets the value of the attributeproperty property.
|
Echo |
getEcho()
Gets the value of the echo property.
|
Externalreference |
getExternalreference()
Gets the value of the externalreference property.
|
Gathermode |
getGathermode()
Gets the value of the gathermode property.
|
Transactiontag |
getHeadtransaction()
Gets the value of the headtransaction property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
Literal |
getLiteral()
Gets the value of the literal property.
|
Measurementdescriptor |
getMeasurementdescriptor()
Gets the value of the measurementdescriptor 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.
|
Print |
getPrint()
Gets the value of the print property.
|
Extensionpoint |
getProcedure()
Gets the value of the procedure property.
|
Ruleseq |
getRuleseq()
Gets the value of the ruleseq property.
|
Sendmail |
getSendmail()
Gets the value of the sendmail property.
|
java.lang.String |
getSessionref()
Gets the value of the sessionref property.
|
java.lang.Long |
getSortby()
Gets the value of the sortby property.
|
Store |
getStore()
Gets the value of the store property.
|
Transactiontag |
getTailtransaction()
Gets the value of the tailtransaction property.
|
Value |
getValue()
Gets the value of the value property.
|
Values |
getValues()
Gets the value of the values property.
|
void |
setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
setAttributeproperty(Attributeproperty value)
Sets the value of the attributeproperty property.
|
void |
setEcho(Echo value)
Sets the value of the echo property.
|
void |
setExternalreference(Externalreference value)
Sets the value of the externalreference property.
|
void |
setGathermode(Gathermode value)
Sets the value of the gathermode property.
|
void |
setHeadtransaction(Transactiontag value)
Sets the value of the headtransaction 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 |
setMeasurementdescriptor(Measurementdescriptor value)
Sets the value of the measurementdescriptor 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 |
setPrint(Print value)
Sets the value of the print property.
|
void |
setProcedure(Extensionpoint value)
Sets the value of the procedure property.
|
void |
setRuleseq(Ruleseq value)
Sets the value of the ruleseq property.
|
void |
setSendmail(Sendmail value)
Sets the value of the sendmail property.
|
void |
setSessionref(java.lang.String value)
Sets the value of the sessionref 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 |
setTailtransaction(Transactiontag value)
Sets the value of the tailtransaction property.
|
void |
setValue(Value value)
Sets the value of the value property.
|
void |
setValues(Values value)
Sets the value of the values property.
|
protected Transactiontag headtransaction
protected Implementationseq pre
protected Literal literal
protected Store store
protected Print print
protected Sendmail sendmail
protected Echo echo
protected Attribute attribute
protected Value value
protected Extensionpoint procedure
protected Values values
protected Externalreference externalreference
protected Attributeproperty attributeproperty
protected Measurementdescriptor measurementdescriptor
protected Ruleseq ruleseq
protected Implementationseq post
protected Transactiontag tailtransaction
protected Gathermode gathermode
protected java.lang.String id
protected java.lang.String pointto
protected java.lang.String sessionref
protected java.lang.Long sortby
public Transactiontag getHeadtransaction()
Transactiontagpublic void setHeadtransaction(Transactiontag value)
value - allowed object is
Transactiontagpublic 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 Print getPrint()
Printpublic void setPrint(Print value)
value - allowed object is
Printpublic Sendmail getSendmail()
Sendmailpublic void setSendmail(Sendmail value)
value - allowed object is
Sendmailpublic void setEcho(Echo value)
value - allowed object is
Echopublic Attribute getAttribute()
Attributepublic void setAttribute(Attribute value)
value - allowed object is
Attributepublic Value getValue()
Valuepublic void setValue(Value value)
value - allowed object is
Valuepublic Extensionpoint getProcedure()
Extensionpointpublic void setProcedure(Extensionpoint value)
value - allowed object is
Extensionpointpublic Values getValues()
Valuespublic void setValues(Values value)
value - allowed object is
Valuespublic Externalreference getExternalreference()
Externalreferencepublic void setExternalreference(Externalreference value)
value - allowed object is
Externalreferencepublic Attributeproperty getAttributeproperty()
Attributepropertypublic void setAttributeproperty(Attributeproperty value)
value - allowed object is
Attributepropertypublic Measurementdescriptor getMeasurementdescriptor()
Measurementdescriptorpublic void setMeasurementdescriptor(Measurementdescriptor value)
value - allowed object is
Measurementdescriptorpublic Ruleseq getRuleseq()
Ruleseqpublic void setRuleseq(Ruleseq value)
value - allowed object is
Ruleseqpublic Implementationseq getPost()
Implementationseqpublic void setPost(Implementationseq value)
value - allowed object is
Implementationseqpublic Transactiontag getTailtransaction()
Transactiontagpublic void setTailtransaction(Transactiontag value)
value - allowed object is
Transactiontagpublic 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.String getSessionref()
Stringpublic void setSessionref(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