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_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>
| 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.
|
TimeExceptionType |
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(TimeExceptionType type)
Sets the value of the type property.
|
getLocator, setLocatorpublic TimeExceptionType getType()
TimeExceptionTypepublic TimeException setType(TimeExceptionType type)
type - allowed object is
TimeExceptionTypepublic Integer getCount()
Stringpublic TimeException setCount(Integer count)
count - allowed object is
Stringpublic Array getArray()
Arraypublic TimeException setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.