org.dmg.pmml.pmml_4_1.descr
Class TimeException

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.TimeException
All Implemented Interfaces:
Serializable

public class TimeException
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  Array array
           
protected  BigInteger count
           
protected  TIMEEXCEPTIONTYPE type
           
 
Constructor Summary
TimeException()
           
 
Method Summary
 Array getArray()
          Gets the value of the array property.
 BigInteger 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(BigInteger value)
          Sets the value of the count property.
 void setType(TIMEEXCEPTIONTYPE value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

protected Array array

type

protected TIMEEXCEPTIONTYPE type

count

protected BigInteger count
Constructor Detail

TimeException

public TimeException()
Method Detail

getArray

public Array getArray()
Gets the value of the array property.

Returns:
possible object is Array

setArray

public void setArray(Array value)
Sets the value of the array property.

Parameters:
value - allowed object is Array

getType

public TIMEEXCEPTIONTYPE getType()
Gets the value of the type property.

Returns:
possible object is TIMEEXCEPTIONTYPE

setType

public void setType(TIMEEXCEPTIONTYPE value)
Sets the value of the type property.

Parameters:
value - allowed object is TIMEEXCEPTIONTYPE

getCount

public BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.