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_2}INT-ARRAY" minOccurs="0"/>
</sequence>
<attribute name="length" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="type" type="{http://www.dmg.org/PMML-4_2}VALID-TIME-SPEC" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| 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.
|
ValidTimeSpecType |
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(ValidTimeSpecType type)
Sets the value of the type property.
|
getLocator, setLocatorpublic Integer getLength()
Stringpublic TimeCycle setLength(Integer length)
length - allowed object is
Stringpublic ValidTimeSpecType getType()
ValidTimeSpecTypepublic TimeCycle setType(ValidTimeSpecType type)
type - allowed object is
ValidTimeSpecTypepublic 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 © 2015 University of Tartu. All Rights Reserved.