public class Sequence
extends java.lang.Object
Java class for Sequence element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Sequence"> <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> </element>
Constructor and Description |
---|
Sequence() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
java.util.List<java.lang.Object> |
getExtensionAndDelimiterAndTime()
Gets the value of the extensionAndDelimiterAndTime property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getNumberOfSets()
Gets the value of the numberOfSets property.
|
java.math.BigInteger |
getOccurrence()
Gets the value of the occurrence property.
|
SetReference |
getSetReference()
Gets the value of the setReference property.
|
java.lang.Double |
getSupport()
Gets the value of the support property.
|
Time |
getTime()
Gets the value of the time property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setNumberOfSets(java.math.BigInteger value)
Sets the value of the numberOfSets property.
|
void |
setOccurrence(java.math.BigInteger value)
Sets the value of the occurrence property.
|
void |
setSetReference(SetReference value)
Sets the value of the setReference property.
|
void |
setSupport(java.lang.Double value)
Sets the value of the support property.
|
void |
setTime(Time value)
Sets the value of the time 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 SetReference getSetReference()
SetReference
public void setSetReference(SetReference value)
value
- allowed object is
SetReference
public java.util.List<java.lang.Object> getExtensionAndDelimiterAndTime()
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 extensionAndDelimiterAndTime property.
For example, to add a new item, do as follows:
getExtensionAndDelimiterAndTime().add(newItem);
Objects of the following type(s) are allowed in the list
SetReference
Extension
Delimiter
Time
public void setTime(Time value)
value
- allowed object is
Time
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getNumberOfSets()
BigInteger
public void setNumberOfSets(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getOccurrence()
BigInteger
public void setOccurrence(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Double getSupport()
Double
public void setSupport(java.lang.Double value)
value
- allowed object is
Double