org.dmg.pmml.pmml_4_1.descr
Class SeasonalityExpoSmooth

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

public class SeasonalityExpoSmooth
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}REAL-ARRAY"/>
       </sequence>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="additive"/>
             <enumeration value="multiplicative"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="period" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="phase" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
       <attribute name="delta" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Array array
           
protected  Double delta
           
protected  BigInteger period
           
protected  BigInteger phase
           
protected  String type
           
protected  String unit
           
 
Constructor Summary
SeasonalityExpoSmooth()
           
 
Method Summary
 Array getArray()
          Gets the value of the array property.
 Double getDelta()
          Gets the value of the delta property.
 BigInteger getPeriod()
          Gets the value of the period property.
 BigInteger getPhase()
          Gets the value of the phase property.
 String getType()
          Gets the value of the type property.
 String getUnit()
          Gets the value of the unit property.
 void setArray(Array value)
          Sets the value of the array property.
 void setDelta(Double value)
          Sets the value of the delta property.
 void setPeriod(BigInteger value)
          Sets the value of the period property.
 void setPhase(BigInteger value)
          Sets the value of the phase property.
 void setType(String value)
          Sets the value of the type property.
 void setUnit(String value)
          Sets the value of the unit 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 String type

period

protected BigInteger period

unit

protected String unit

phase

protected BigInteger phase

delta

protected Double delta
Constructor Detail

SeasonalityExpoSmooth

public SeasonalityExpoSmooth()
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 String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getPeriod

public BigInteger getPeriod()
Gets the value of the period property.

Returns:
possible object is BigInteger

setPeriod

public void setPeriod(BigInteger value)
Sets the value of the period property.

Parameters:
value - allowed object is BigInteger

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

getPhase

public BigInteger getPhase()
Gets the value of the phase property.

Returns:
possible object is BigInteger

setPhase

public void setPhase(BigInteger value)
Sets the value of the phase property.

Parameters:
value - allowed object is BigInteger

getDelta

public Double getDelta()
Gets the value of the delta property.

Returns:
possible object is Double

setDelta

public void setDelta(Double value)
Sets the value of the delta property.

Parameters:
value - allowed object is Double


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