|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.TimeException
public class TimeException
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_1}INT-ARRAY"/> </sequence> <attribute name="type" type="{http://www.dmg.org/PMML-4_1}TIME-EXCEPTION-TYPE" /> <attribute name="count" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Array |
array
|
protected BigInteger |
count
|
protected TIMEEXCEPTIONTYPE |
type
|
Constructor Summary | |
---|---|
TimeException()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Array array
protected TIMEEXCEPTIONTYPE type
protected BigInteger count
Constructor Detail |
---|
public TimeException()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |