public class SeasonalityExpoSmooth
extends java.lang.Object
Java class for Seasonality_ExpoSmooth element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Seasonality_ExpoSmooth">
<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="delta" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="period" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="phase" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<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="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
SeasonalityExpoSmooth() |
| Modifier and Type | Method and Description |
|---|---|
ArrayType |
getArray()
Gets the value of the array property.
|
java.lang.Double |
getDelta()
Gets the value of the delta property.
|
java.math.BigInteger |
getPeriod()
Gets the value of the period property.
|
java.math.BigInteger |
getPhase()
Gets the value of the phase property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
void |
setArray(ArrayType value)
Sets the value of the array property.
|
void |
setDelta(java.lang.Double value)
Sets the value of the delta property.
|
void |
setPeriod(java.math.BigInteger value)
Sets the value of the period property.
|
void |
setPhase(java.math.BigInteger value)
Sets the value of the phase property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
public ArrayType getArray()
ArrayTypepublic void setArray(ArrayType value)
value - allowed object is
ArrayTypepublic java.lang.Double getDelta()
Doublepublic void setDelta(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getPeriod()
BigIntegerpublic void setPeriod(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getPhase()
BigIntegerpublic void setPhase(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
String