public class TimeException extends PMMLObject
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_3}INT-ARRAY"/>
</sequence>
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="exclude"/>
<enumeration value="include"/>
</restriction>
</simpleType>
</attribute>
<attribute name="count" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeException.Type
Java class for null.
|
| Constructor and Description |
|---|
TimeException() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
Integer |
getCount()
Gets the value of the count property.
|
TimeException.Type |
getType()
Gets the value of the type property.
|
TimeException |
setArray(Array array)
Sets the value of the array property.
|
TimeException |
setCount(Integer count)
Sets the value of the count property.
|
TimeException |
setType(TimeException.Type type)
Sets the value of the type property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TimeException.Type getType()
TimeException.Typepublic TimeException setType(TimeException.Type type)
type - allowed object is
TimeException.Typepublic Integer getCount()
Integerpublic TimeException setCount(Integer count)
count - allowed object is
Integerpublic Array getArray()
Arraypublic TimeException setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.