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()
False
public void setFalse(False value)
value
- allowed object is
False
public void setTrue(True value)
value
- allowed object is
True
public SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicate
public void setSimpleSetPredicate(SimpleSetPredicate value)
value
- allowed object is
SimpleSetPredicate
public CompoundPredicate getCompoundPredicate()
CompoundPredicate
public void setCompoundPredicate(CompoundPredicate value)
value
- allowed object is
CompoundPredicate
public SimplePredicate getSimplePredicate()
SimplePredicate
public void setSimplePredicate(SimplePredicate value)
value
- allowed object is
SimplePredicate
public ComplexPartialScore getComplexPartialScore()
ComplexPartialScore
public void setComplexPartialScore(ComplexPartialScore value)
value
- allowed object is
ComplexPartialScore
public String getReasonCode()
String
public void setReasonCode(String value)
value
- allowed object is
String
public Double getPartialScore()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.