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>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected java.lang.Integer |
count |
protected TimeExceptionType |
type |
| Constructor and Description |
|---|
TimeException() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
java.lang.Integer |
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(java.lang.Integer value)
Sets the value of the count property.
|
void |
setType(TimeExceptionType value)
Sets the value of the type property.
|
TimeException |
withArray(Array value) |
TimeException |
withCount(java.lang.Integer value) |
TimeException |
withType(TimeExceptionType value) |
getLocator, setLocatorprotected TimeExceptionType type
protected java.lang.Integer count
protected Array array
public TimeExceptionType getType()
TimeExceptionTypepublic void setType(TimeExceptionType value)
value - allowed object is
TimeExceptionTypepublic java.lang.Integer getCount()
Stringpublic void setCount(java.lang.Integer value)
value - allowed object is
Stringpublic Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TimeException withType(TimeExceptionType value)
public TimeException withCount(java.lang.Integer value)
public TimeException withArray(Array value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.