Class Sequence
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.Gets the value of the extensionAndDelimiterAndTime property.getId()
Gets the value of the id property.Gets the value of the numberOfSets property.Gets the value of the occurrence property.Gets the value of the setReference property.Gets the value of the support property.getTime()
Gets the value of the time property.void
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
setSetReference
(SetReference value) Sets the value of the setReference property.void
setSupport
(Double value) Sets the value of the support property.void
Sets the value of the time property.
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
getExtension
Gets the value of the extension 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 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
-
getSetReference
Gets the value of the setReference property.- Returns:
- possible object is
SetReference
-
setSetReference
Sets the value of the setReference property.- Parameters:
value
- allowed object isSetReference
-
getExtensionAndDelimiterAndTime
Gets the value of the extensionAndDelimiterAndTime 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 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
-
getTime
Gets the value of the time property.- Returns:
- possible object is
Time
-
setTime
Sets the value of the time property.- Parameters:
value
- allowed object isTime
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getNumberOfSets
Gets the value of the numberOfSets property.- Returns:
- possible object is
BigInteger
-
setNumberOfSets
Sets the value of the numberOfSets property.- Parameters:
value
- allowed object isBigInteger
-
getOccurrence
Gets the value of the occurrence property.- Returns:
- possible object is
BigInteger
-
setOccurrence
Sets the value of the occurrence property.- Parameters:
value
- allowed object isBigInteger
-
getSupport
Gets the value of the support property.- Returns:
- possible object is
Double
-
setSupport
Sets the value of the support property.- Parameters:
value
- allowed object isDouble
-