org.dmg.pmml.pmml_4_1.descr
Class Attribute

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.Attribute
All Implemented Interfaces:
Serializable

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_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.dmg.org/PMML-4_1}PREDICATE"/>
       </sequence>
       <attribute name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="partialScore" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  False _false
           
protected  True _true
           
protected  CompoundPredicate compoundPredicate
           
protected  List<Extension> extensions
           
protected  Double partialScore
           
protected  String reasonCode
           
protected  SimplePredicate simplePredicate
           
protected  SimpleSetPredicate simpleSetPredicate
           
 
Constructor Summary
Attribute()
           
 
Method Summary
 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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

_false

protected False _false

_true

protected True _true

simpleSetPredicate

protected SimpleSetPredicate simpleSetPredicate

compoundPredicate

protected CompoundPredicate compoundPredicate

simplePredicate

protected SimplePredicate simplePredicate

reasonCode

protected String reasonCode

partialScore

protected Double partialScore
Constructor Detail

Attribute

public Attribute()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getFalse

public False getFalse()
Gets the value of the false property.

Returns:
possible object is False

setFalse

public void setFalse(False value)
Sets the value of the false property.

Parameters:
value - allowed object is False

getTrue

public True getTrue()
Gets the value of the true property.

Returns:
possible object is True

setTrue

public void setTrue(True value)
Sets the value of the true property.

Parameters:
value - allowed object is True

getSimpleSetPredicate

public SimpleSetPredicate getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.

Returns:
possible object is SimpleSetPredicate

setSimpleSetPredicate

public void setSimpleSetPredicate(SimpleSetPredicate value)
Sets the value of the simpleSetPredicate property.

Parameters:
value - allowed object is SimpleSetPredicate

getCompoundPredicate

public CompoundPredicate getCompoundPredicate()
Gets the value of the compoundPredicate property.

Returns:
possible object is CompoundPredicate

setCompoundPredicate

public void setCompoundPredicate(CompoundPredicate value)
Sets the value of the compoundPredicate property.

Parameters:
value - allowed object is CompoundPredicate

getSimplePredicate

public SimplePredicate getSimplePredicate()
Gets the value of the simplePredicate property.

Returns:
possible object is SimplePredicate

setSimplePredicate

public void setSimplePredicate(SimplePredicate value)
Sets the value of the simplePredicate property.

Parameters:
value - allowed object is SimplePredicate

getReasonCode

public String getReasonCode()
Gets the value of the reasonCode property.

Returns:
possible object is String

setReasonCode

public void setReasonCode(String value)
Sets the value of the reasonCode property.

Parameters:
value - allowed object is String

getPartialScore

public Double getPartialScore()
Gets the value of the partialScore property.

Returns:
possible object is Double

setPartialScore

public void setPartialScore(Double value)
Sets the value of the partialScore property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.