org.dmg.pmml.pmml_4_1.descr
Class TimeCycle

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

public class TimeCycle
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" minOccurs="0"/>
       </sequence>
       <attribute name="length" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="type" type="{http://www.dmg.org/PMML-4_1}VALID-TIME-SPEC" />
       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Array array
           
protected  String displayName
           
protected  BigInteger length
           
protected  VALIDTIMESPEC type
           
 
Constructor Summary
TimeCycle()
           
 
Method Summary
 Array getArray()
          Gets the value of the array property.
 String getDisplayName()
          Gets the value of the displayName property.
 BigInteger getLength()
          Gets the value of the length property.
 VALIDTIMESPEC getType()
          Gets the value of the type property.
 void setArray(Array value)
          Sets the value of the array property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setLength(BigInteger value)
          Sets the value of the length property.
 void setType(VALIDTIMESPEC 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

length

protected BigInteger length

type

protected VALIDTIMESPEC type

displayName

protected String displayName
Constructor Detail

TimeCycle

public TimeCycle()
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

getLength

public BigInteger getLength()
Gets the value of the length property.

Returns:
possible object is BigInteger

setLength

public void setLength(BigInteger value)
Sets the value of the length property.

Parameters:
value - allowed object is BigInteger

getType

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

Returns:
possible object is VALIDTIMESPEC

setType

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

Parameters:
value - allowed object is VALIDTIMESPEC

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String


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