public class Ruleselector
extends java.lang.Object
Java class for ruleselector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ruleselector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.highqsoft.de/schema}rulefile"/>
<element ref="{http://www.highqsoft.de/schema}provider"/>
<element ref="{http://www.highqsoft.de/schema}ruleseq"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extensionpoint |
provider |
protected File |
rulefile |
protected Ruleseq |
ruleseq |
| Constructor and Description |
|---|
Ruleselector() |
| Modifier and Type | Method and Description |
|---|---|
Extensionpoint |
getProvider()
Gets the value of the provider property.
|
File |
getRulefile()
Gets the value of the rulefile property.
|
Ruleseq |
getRuleseq()
Gets the value of the ruleseq property.
|
void |
setProvider(Extensionpoint value)
Sets the value of the provider property.
|
void |
setRulefile(File value)
Sets the value of the rulefile property.
|
void |
setRuleseq(Ruleseq value)
Sets the value of the ruleseq property.
|
protected File rulefile
protected Extensionpoint provider
protected Ruleseq ruleseq
public File getRulefile()
Filepublic void setRulefile(File value)
value - allowed object is
Filepublic Extensionpoint getProvider()
Extensionpointpublic void setProvider(Extensionpoint value)
value - allowed object is
Extensionpointpublic Ruleseq getRuleseq()
Ruleseq