public class TimeCycle extends Object implements Serializable
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 String |
displayName |
protected BigInteger |
length |
protected VALIDTIMESPEC |
type |
| Constructor and Description |
|---|
TimeCycle() |
| Modifier and Type | Method and Description |
|---|---|
Array |
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(Array 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.
|
protected Array array
protected BigInteger length
protected VALIDTIMESPEC type
protected String displayName
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic BigInteger getLength()
BigIntegerpublic void setLength(BigInteger value)
value - allowed object is
BigIntegerpublic VALIDTIMESPEC getType()
VALIDTIMESPECpublic void setType(VALIDTIMESPEC value)
value - allowed object is
VALIDTIMESPECpublic String getDisplayName()
StringCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.