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>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected java.lang.String |
displayName |
protected java.lang.Integer |
length |
protected ValidTimeSpecType |
type |
| Constructor and Description |
|---|
TimeCycle() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.Integer |
getLength()
Gets the value of the length property.
|
ValidTimeSpecType |
getType()
Gets the value of the type property.
|
void |
setArray(Array value)
Sets the value of the array property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setLength(java.lang.Integer value)
Sets the value of the length property.
|
void |
setType(ValidTimeSpecType value)
Sets the value of the type property.
|
TimeCycle |
withArray(Array value) |
TimeCycle |
withDisplayName(java.lang.String value) |
TimeCycle |
withLength(java.lang.Integer value) |
TimeCycle |
withType(ValidTimeSpecType value) |
getLocator, setLocatorprotected java.lang.Integer length
protected ValidTimeSpecType type
protected java.lang.String displayName
protected Array array
public java.lang.Integer getLength()
Stringpublic void setLength(java.lang.Integer value)
value - allowed object is
Stringpublic ValidTimeSpecType getType()
ValidTimeSpecTypepublic void setType(ValidTimeSpecType value)
value - allowed object is
ValidTimeSpecTypepublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TimeCycle withLength(java.lang.Integer value)
public TimeCycle withType(ValidTimeSpecType value)
public TimeCycle withDisplayName(java.lang.String value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.