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()
Transactiontag
public void setHeadtransaction(Transactiontag value)
value
- allowed object is
Transactiontag
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 Print getPrint()
Print
public void setPrint(Print value)
value
- allowed object is
Print
public Sendmail getSendmail()
Sendmail
public void setSendmail(Sendmail value)
value
- allowed object is
Sendmail
public void setEcho(Echo value)
value
- allowed object is
Echo
public Attribute getAttribute()
Attribute
public void setAttribute(Attribute value)
value
- allowed object is
Attribute
public Value getValue()
Value
public void setValue(Value value)
value
- allowed object is
Value
public Extensionpoint getProcedure()
Extensionpoint
public void setProcedure(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Values getValues()
Values
public void setValues(Values value)
value
- allowed object is
Values
public Externalreference getExternalreference()
Externalreference
public void setExternalreference(Externalreference value)
value
- allowed object is
Externalreference
public Attributeproperty getAttributeproperty()
Attributeproperty
public void setAttributeproperty(Attributeproperty value)
value
- allowed object is
Attributeproperty
public Measurementdescriptor getMeasurementdescriptor()
Measurementdescriptor
public void setMeasurementdescriptor(Measurementdescriptor value)
value
- allowed object is
Measurementdescriptor
public Ruleseq getRuleseq()
Ruleseq
public void setRuleseq(Ruleseq value)
value
- allowed object is
Ruleseq
public Implementationseq getPost()
Implementationseq
public void setPost(Implementationseq value)
value
- allowed object is
Implementationseq
public Transactiontag getTailtransaction()
Transactiontag
public void setTailtransaction(Transactiontag value)
value
- allowed object is
Transactiontag
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.String getSessionref()
String
public void setSessionref(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