public class TimeException 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"/>
</sequence>
<attribute name="type" type="{http://www.dmg.org/PMML-4_2}TIME-EXCEPTION-TYPE" />
<attribute name="count" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected BigInteger |
count |
protected TIMEEXCEPTIONTYPE |
type |
| Constructor and Description |
|---|
TimeException() |
| Modifier and Type | Method and Description |
|---|---|
Array |
getArray()
Gets the value of the array property.
|
BigInteger |
getCount()
Gets the value of the count property.
|
TIMEEXCEPTIONTYPE |
getType()
Gets the value of the type property.
|
void |
setArray(Array value)
Sets the value of the array property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setType(TIMEEXCEPTIONTYPE value)
Sets the value of the type property.
|
protected Array array
protected TIMEEXCEPTIONTYPE type
protected BigInteger count
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TIMEEXCEPTIONTYPE getType()
TIMEEXCEPTIONTYPEpublic void setType(TIMEEXCEPTIONTYPE value)
value - allowed object is
TIMEEXCEPTIONTYPEpublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.