public class Attribute
extends java.lang.Object
Java class for Attribute element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Attribute"> <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"/> </sequence> <attribute name="partialScore" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
Attribute() |
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.lang.Double |
getPartialScore()
Gets the value of the partialScore property.
|
java.lang.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 |
setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property.
|
void |
setFalse(False value)
Sets the value of the false property.
|
void |
setPartialScore(java.lang.Double value)
Sets the value of the partialScore property.
|
void |
setReasonCode(java.lang.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.
|
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()
SimplePredicate
public void setSimplePredicate(SimplePredicate value)
value
- allowed object is
SimplePredicate
public CompoundPredicate getCompoundPredicate()
CompoundPredicate
public void setCompoundPredicate(CompoundPredicate value)
value
- allowed object is
CompoundPredicate
public SimpleSetPredicate getSimpleSetPredicate()
SimpleSetPredicate
public void setSimpleSetPredicate(SimpleSetPredicate value)
value
- allowed object is
SimpleSetPredicate
public void setTrue(True value)
value
- allowed object is
True
public False getFalse()
False
public void setFalse(False value)
value
- allowed object is
False
public java.lang.Double getPartialScore()
Double
public void setPartialScore(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getReasonCode()
String
public void setReasonCode(java.lang.String value)
value
- allowed object is
String