Package weka.core.pmml.jaxbbindings
Class TimeException
java.lang.Object
weka.core.pmml.jaxbbindings.TimeException
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
Gets the value of the array property.getCount()
Gets the value of the count property.getType()
Gets the value of the type property.void
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.
-
Constructor Details
-
TimeException
public TimeException()
-
-
Method Details
-
getArray
Gets the value of the array property.- Returns:
- possible object is
ArrayType
-
setArray
Sets the value of the array property.- Parameters:
value
- allowed object isArrayType
-
getCount
Gets the value of the count property.- Returns:
- possible object is
BigInteger
-
setCount
Sets the value of the count property.- Parameters:
value
- allowed object isBigInteger
-
getType
Gets the value of the type property.- Returns:
- possible object is
TIMEEXCEPTIONTYPE
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isTIMEEXCEPTIONTYPE
-