public class TimeException extends PMMLObject implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected Integer |
count |
protected Locator |
locator |
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.
|
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(Integer value)
Sets the value of the count property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setType(TimeExceptionType value)
Sets the value of the type property.
|
Locator |
sourceLocation() |
TimeException |
withArray(Array value) |
TimeException |
withCount(Integer value) |
TimeException |
withType(TimeExceptionType value) |
protected Array array
protected TimeExceptionType type
protected Integer count
protected Locator locator
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic TimeExceptionType getType()
TimeExceptionTypepublic void setType(TimeExceptionType value)
value - allowed object is
TimeExceptionTypepublic Integer getCount()
Stringpublic void setCount(Integer value)
value - allowed object is
Stringpublic TimeException withArray(Array value)
public TimeException withType(TimeExceptionType value)
public TimeException withCount(Integer value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.