public class Attribute extends Object implements Serializable
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.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_2}PREDICATE"/>
<element ref="{http://www.dmg.org/PMML-4_2}ComplexPartialScore" minOccurs="0"/>
</sequence>
<attribute name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="partialScore" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected False |
_false |
protected True |
_true |
protected ComplexPartialScore |
complexPartialScore |
protected CompoundPredicate |
compoundPredicate |
protected List<Extension> |
extensions |
protected Double |
partialScore |
protected String |
reasonCode |
protected SimplePredicate |
simplePredicate |
protected SimpleSetPredicate |
simpleSetPredicate |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
ComplexPartialScore |
getComplexPartialScore()
Gets the value of the complexPartialScore property.
|
CompoundPredicate |
getCompoundPredicate()
Gets the value of the compoundPredicate property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
False |
getFalse()
Gets the value of the false property.
|
Double |
getPartialScore()
Gets the value of the partialScore property.
|
String |
getReasonCode()
Gets the value of the reasonCode 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 |
setComplexPartialScore(ComplexPartialScore value)
Sets the value of the complexPartialScore property.
|
void |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property.
|
void |
setFalse(False value)
Sets the value of the false property.
|
void |
setPartialScore(Double value)
Sets the value of the partialScore property.
|
void |
setReasonCode(String value)
Sets the value of the reasonCode 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.
|
protected False _false
protected True _true
protected SimpleSetPredicate simpleSetPredicate
protected CompoundPredicate compoundPredicate
protected SimplePredicate simplePredicate
protected ComplexPartialScore complexPartialScore
protected String reasonCode
protected Double partialScore
public List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public False getFalse()
Falsepublic void setFalse(False value)
value - allowed object is
Falsepublic void setTrue(True value)
value - allowed object is
Truepublic SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicatepublic void setSimpleSetPredicate(SimpleSetPredicate value)
value - allowed object is
SimpleSetPredicatepublic CompoundPredicate getCompoundPredicate()
CompoundPredicatepublic void setCompoundPredicate(CompoundPredicate value)
value - allowed object is
CompoundPredicatepublic SimplePredicate getSimplePredicate()
SimplePredicatepublic void setSimplePredicate(SimplePredicate value)
value - allowed object is
SimplePredicatepublic ComplexPartialScore getComplexPartialScore()
ComplexPartialScorepublic void setComplexPartialScore(ComplexPartialScore value)
value - allowed object is
ComplexPartialScorepublic String getReasonCode()
Stringpublic void setReasonCode(String value)
value - allowed object is
Stringpublic Double getPartialScore()
DoubleCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.