|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.Sequence
public class Sequence
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"/>
<element ref="{http://www.dmg.org/PMML-4_1}SetReference"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<group ref="{http://www.dmg.org/PMML-4_1}FOLLOW-SET"/>
</sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Time" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_1}ELEMENT-ID" />
<attribute name="numberOfSets" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="occurrence" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="support" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Serializable> |
extensionsAndSetReferencesAndDelimiters
|
protected String |
id
|
protected BigInteger |
numberOfSets
|
protected BigInteger |
occurrence
|
protected Double |
support
|
| Constructor Summary | |
|---|---|
Sequence()
|
|
| Method Summary | |
|---|---|
List<Serializable> |
getExtensionsAndSetReferencesAndDelimiters()
Gets the value of the extensionsAndSetReferencesAndDelimiters property. |
String |
getId()
Gets the value of the id property. |
BigInteger |
getNumberOfSets()
Gets the value of the numberOfSets property. |
BigInteger |
getOccurrence()
Gets the value of the occurrence property. |
Double |
getSupport()
Gets the value of the support property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setNumberOfSets(BigInteger value)
Sets the value of the numberOfSets property. |
void |
setOccurrence(BigInteger value)
Sets the value of the occurrence property. |
void |
setSupport(Double value)
Sets the value of the support property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Serializable> extensionsAndSetReferencesAndDelimiters
protected String id
protected BigInteger numberOfSets
protected BigInteger occurrence
protected Double support
| Constructor Detail |
|---|
public Sequence()
| Method Detail |
|---|
public List<Serializable> getExtensionsAndSetReferencesAndDelimiters()
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 extensionsAndSetReferencesAndDelimiters property.
For example, to add a new item, do as follows:
getExtensionsAndSetReferencesAndDelimiters().add(newItem);
Objects of the following type(s) are allowed in the list
Delimiter
Extension
SetReference
Time
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic BigInteger getNumberOfSets()
BigIntegerpublic void setNumberOfSets(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOccurrence()
BigIntegerpublic void setOccurrence(BigInteger value)
value - allowed object is
BigIntegerpublic Double getSupport()
Doublepublic void setSupport(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||