public class SeasonalityExpoSmooth extends PMMLObject
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_2}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_2}INT-NUMBER" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phase" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="delta" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SeasonalityExpoSmooth() |
SeasonalityExpoSmooth(String type,
Integer period) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
Double |
getDelta()
Gets the value of the delta property.
|
Integer |
getPeriod()
Gets the value of the period property.
|
Integer |
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.
|
SeasonalityExpoSmooth |
setArray(Array array)
Sets the value of the array property.
|
SeasonalityExpoSmooth |
setDelta(Double delta)
Sets the value of the delta property.
|
SeasonalityExpoSmooth |
setPeriod(Integer period)
Sets the value of the period property.
|
SeasonalityExpoSmooth |
setPhase(Integer phase)
Sets the value of the phase property.
|
SeasonalityExpoSmooth |
setType(String type)
Sets the value of the type property.
|
SeasonalityExpoSmooth |
setUnit(String unit)
Sets the value of the unit property.
|
getLocator, setLocatorpublic String getType()
Stringpublic SeasonalityExpoSmooth setType(String type)
type - allowed object is
Stringpublic Integer getPeriod()
Stringpublic SeasonalityExpoSmooth setPeriod(Integer period)
period - allowed object is
Stringpublic String getUnit()
Stringpublic SeasonalityExpoSmooth setUnit(String unit)
unit - allowed object is
Stringpublic Integer getPhase()
Stringpublic SeasonalityExpoSmooth setPhase(Integer phase)
phase - allowed object is
Stringpublic Double getDelta()
Doublepublic SeasonalityExpoSmooth setDelta(Double delta)
delta - allowed object is
Doublepublic Array getArray()
Arraypublic SeasonalityExpoSmooth setArray(Array array)
array - allowed object is
Arraypublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.