public class CompoundRule
extends java.lang.Object
Java class for CompoundRule element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="CompoundRule">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_1}PREDICATE"/>
<group ref="{http://www.dmg.org/PMML-4_1}Rule" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
CompoundRule() |
| Modifier and Type | Method and Description |
|---|---|
CompoundPredicate |
getCompoundPredicate()
Gets the value of the compoundPredicate property.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
False |
getFalse()
Gets the value of the false property.
|
java.util.List<java.lang.Object> |
getRule()
Gets the value of the rule property.
|
SimplePredicate |
getSimplePredicate()
Gets the value of the simplePredicate property.
|
SimpleSetPredicate |
getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.
|
True |
getTrue()
Gets the value of the true property.
|
void |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property.
|
void |
setFalse(False value)
Sets the value of the false property.
|
void |
setSimplePredicate(SimplePredicate value)
Sets the value of the simplePredicate property.
|
void |
setSimpleSetPredicate(SimpleSetPredicate value)
Sets the value of the simpleSetPredicate property.
|
void |
setTrue(True value)
Sets the value of the true property.
|
public java.util.List<Extension> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public SimplePredicate getSimplePredicate()
SimplePredicatepublic void setSimplePredicate(SimplePredicate value)
value - allowed object is
SimplePredicatepublic CompoundPredicate getCompoundPredicate()
CompoundPredicatepublic void setCompoundPredicate(CompoundPredicate value)
value - allowed object is
CompoundPredicatepublic SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicatepublic void setSimpleSetPredicate(SimpleSetPredicate value)
value - allowed object is
SimpleSetPredicatepublic void setTrue(True value)
value - allowed object is
Truepublic False getFalse()
Falsepublic void setFalse(False value)
value - allowed object is
Falsepublic java.util.List<java.lang.Object> getRule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
CompoundRule
SimpleRule