public class Delimiter extends PMMLObject implements HasExtensions
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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="delimiter" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="sameTimeWindow"/>
<enumeration value="acrossTimeWindows"/>
</restriction>
</simpleType>
</attribute>
<attribute name="gap" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
<enumeration value="unknown"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Delimiter.Gap
Java class for null.
|
static class |
Delimiter.TimeWindow
Java class for null.
|
| Constructor and Description |
|---|
Delimiter() |
Delimiter(Delimiter.TimeWindow delimiter,
Delimiter.Gap gap) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Delimiter |
addExtensions(Extension... extensions) |
Delimiter.TimeWindow |
getDelimiter()
Gets the value of the delimiter property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Delimiter.Gap |
getGap()
Gets the value of the gap property.
|
boolean |
hasExtensions() |
Delimiter |
setDelimiter(Delimiter.TimeWindow delimiter)
Sets the value of the delimiter property.
|
Delimiter |
setGap(Delimiter.Gap gap)
Sets the value of the gap property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Delimiter()
public Delimiter(Delimiter.TimeWindow delimiter, Delimiter.Gap gap)
public Delimiter.TimeWindow getDelimiter()
Delimiter.TimeWindowpublic Delimiter setDelimiter(Delimiter.TimeWindow delimiter)
delimiter - allowed object is
Delimiter.TimeWindowpublic Delimiter.Gap getGap()
Delimiter.Gappublic Delimiter setGap(Delimiter.Gap gap)
gap - allowed object is
Delimiter.Gappublic 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
getExtensions in interface HasExtensionspublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.