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()
Array
public void setArray(Array value)
value
- allowed object is
Array
public TIMEEXCEPTIONTYPE getType()
TIMEEXCEPTIONTYPE
public void setType(TIMEEXCEPTIONTYPE value)
value
- allowed object is
TIMEEXCEPTIONTYPE
public BigInteger getCount()
BigInteger
public void setCount(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.