public class TimeException
extends java.lang.Object
Java class for TimeException element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TimeException"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.dmg.org/PMML-4_1}INT-ARRAY"/> </sequence> <attribute name="count" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="type" type="{http://www.dmg.org/PMML-4_1}TIME-EXCEPTION-TYPE" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
TimeException() |
Modifier and Type | Method and Description |
---|---|
ArrayType |
getArray()
Gets the value of the array property.
|
java.math.BigInteger |
getCount()
Gets the value of the count property.
|
TIMEEXCEPTIONTYPE |
getType()
Gets the value of the type property.
|
void |
setArray(ArrayType value)
Sets the value of the array property.
|
void |
setCount(java.math.BigInteger value)
Sets the value of the count property.
|
void |
setType(TIMEEXCEPTIONTYPE value)
Sets the value of the type property.
|
public ArrayType getArray()
ArrayType
public void setArray(ArrayType value)
value
- allowed object is
ArrayType
public java.math.BigInteger getCount()
BigInteger
public void setCount(java.math.BigInteger value)
value
- allowed object is
BigInteger
public TIMEEXCEPTIONTYPE getType()
TIMEEXCEPTIONTYPE
public void setType(TIMEEXCEPTIONTYPE value)
value
- allowed object is
TIMEEXCEPTIONTYPE