public class Sequence extends PMMLObject implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<PMMLObject> |
content |
protected List<Extension> |
extensions |
protected String |
id |
protected Locator |
locator |
protected Integer |
numberOfSets |
protected Integer |
occurrence |
protected SetReference |
setReference |
protected Double |
support |
protected Time |
time |
| Constructor and Description |
|---|
Sequence()
Deprecated.
|
Sequence(SetReference setReference,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<PMMLObject> |
getContent()
Gets the value of the content property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getNumberOfSets()
Gets the value of the numberOfSets property.
|
Integer |
getOccurrence()
Gets the value of the occurrence property.
|
SetReference |
getSetReference()
Gets the value of the setReference property.
|
Double |
getSupport()
Gets the value of the support property.
|
Time |
getTime()
Gets the value of the time property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumberOfSets(Integer value)
Sets the value of the numberOfSets property.
|
void |
setOccurrence(Integer value)
Sets the value of the occurrence property.
|
void |
setSetReference(SetReference value)
Sets the value of the setReference property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setSupport(Double value)
Sets the value of the support property.
|
void |
setTime(Time value)
Sets the value of the time property.
|
Locator |
sourceLocation() |
protected SetReference setReference
protected List<PMMLObject> content
protected Time time
protected String id
protected Integer numberOfSets
protected Integer occurrence
protected Double support
protected Locator locator
@Deprecated public Sequence()
public Sequence(SetReference setReference, String id)
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 SetReference getSetReference()
SetReferencepublic void setSetReference(SetReference value)
value - allowed object is
SetReferencepublic List<PMMLObject> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Delimiter
Time
SetReference
public void setTime(Time value)
value - allowed object is
Timepublic void setId(String value)
value - allowed object is
Stringpublic Integer getNumberOfSets()
Stringpublic void setNumberOfSets(Integer value)
value - allowed object is
Stringpublic Integer getOccurrence()
Stringpublic void setOccurrence(Integer value)
value - allowed object is
Stringpublic Double getSupport()
Doublepublic void setSupport(Double value)
value - allowed object is
Doublepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.