public class TimeCycle extends Object
Java class for TimeCycle element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TimeCycle">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.dmg.org/PMML-4_1}INT-ARRAY" minOccurs="0"/>
</sequence>
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="length" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="type" type="{http://www.dmg.org/PMML-4_1}VALID-TIME-SPEC" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
TimeCycle() |
| Modifier and Type | Method and Description |
|---|---|
ArrayType |
getArray()
Gets the value of the array property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
BigInteger |
getLength()
Gets the value of the length property.
|
VALIDTIMESPEC |
getType()
Gets the value of the type property.
|
void |
setArray(ArrayType value)
Sets the value of the array property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setLength(BigInteger value)
Sets the value of the length property.
|
void |
setType(VALIDTIMESPEC value)
Sets the value of the type property.
|
public ArrayType getArray()
ArrayTypepublic void setArray(ArrayType value)
value - allowed object is
ArrayTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic BigInteger getLength()
BigIntegerpublic void setLength(BigInteger value)
value - allowed object is
BigIntegerpublic VALIDTIMESPEC getType()
VALIDTIMESPECpublic void setType(VALIDTIMESPEC value)
value - allowed object is
VALIDTIMESPECCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.