public class TimeCycle extends PMMLObject
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>
<group ref="{http://www.dmg.org/PMML-4_3}INT-ARRAY" minOccurs="0"/>
</sequence>
<attribute name="length" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="includeAll"/>
<enumeration value="includeFromTo"/>
<enumeration value="excludeFromTo"/>
<enumeration value="includeSet"/>
<enumeration value="excludeSet"/>
</restriction>
</simpleType>
</attribute>
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeCycle.Type
Java class for null.
|
| Constructor and Description |
|---|
TimeCycle() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Integer |
getLength()
Gets the value of the length property.
|
TimeCycle.Type |
getType()
Gets the value of the type property.
|
TimeCycle |
setArray(Array array)
Sets the value of the array property.
|
TimeCycle |
setDisplayName(String displayName)
Sets the value of the displayName property.
|
TimeCycle |
setLength(Integer length)
Sets the value of the length property.
|
TimeCycle |
setType(TimeCycle.Type type)
Sets the value of the type property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Integer getLength()
Integerpublic TimeCycle setLength(Integer length)
length - allowed object is
Integerpublic TimeCycle.Type getType()
TimeCycle.Typepublic TimeCycle setType(TimeCycle.Type type)
type - allowed object is
TimeCycle.Typepublic String getDisplayName()
Stringpublic TimeCycle setDisplayName(String displayName)
displayName - allowed object is
Stringpublic Array getArray()
Arraypublic TimeCycle setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.