public class Sequence 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"/> <element ref="{http://www.dmg.org/PMML-4_2}SetReference"/> <sequence maxOccurs="unbounded" minOccurs="0"> <group ref="{http://www.dmg.org/PMML-4_2}FOLLOW-SET"/> </sequence> <element ref="{http://www.dmg.org/PMML-4_2}Time" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.dmg.org/PMML-4_2}ELEMENT-ID" /> <attribute name="numberOfSets" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" /> <attribute name="occurrence" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" /> <attribute name="support" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Serializable> |
extensionsAndSetReferencesAndDelimiters |
protected String |
id |
protected BigInteger |
numberOfSets |
protected BigInteger |
occurrence |
protected Double |
support |
Constructor and Description |
---|
Sequence() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<Serializable> extensionsAndSetReferencesAndDelimiters
protected String id
protected BigInteger numberOfSets
protected BigInteger occurrence
protected Double support
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
SetReference
Time
Delimiter
Extension
public void setId(String value)
value
- allowed object is
String
public BigInteger getNumberOfSets()
BigInteger
public void setNumberOfSets(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getOccurrence()
BigInteger
public void setOccurrence(BigInteger value)
value
- allowed object is
BigInteger
public Double getSupport()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.