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>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected java.lang.Double |
delta |
protected java.lang.Integer |
period |
protected java.lang.Integer |
phase |
protected java.lang.String |
type |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
SeasonalityExpoSmooth() |
SeasonalityExpoSmooth(java.lang.String type,
java.lang.Integer period) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Array |
getArray()
Gets the value of the array property.
|
java.lang.Double |
getDelta()
Gets the value of the delta property.
|
java.lang.Integer |
getPeriod()
Gets the value of the period property.
|
java.lang.Integer |
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(Array value)
Sets the value of the array property.
|
void |
setDelta(java.lang.Double value)
Sets the value of the delta property.
|
void |
setPeriod(java.lang.Integer value)
Sets the value of the period property.
|
void |
setPhase(java.lang.Integer 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.
|
SeasonalityExpoSmooth |
withArray(Array value) |
SeasonalityExpoSmooth |
withDelta(java.lang.Double value) |
SeasonalityExpoSmooth |
withPeriod(java.lang.Integer value) |
SeasonalityExpoSmooth |
withPhase(java.lang.Integer value) |
SeasonalityExpoSmooth |
withType(java.lang.String value) |
SeasonalityExpoSmooth |
withUnit(java.lang.String value) |
getLocator, setLocatorprotected java.lang.String type
protected java.lang.Integer period
protected java.lang.String unit
protected java.lang.Integer phase
protected java.lang.Double delta
protected Array array
public SeasonalityExpoSmooth()
public SeasonalityExpoSmooth(java.lang.String type,
java.lang.Integer period)
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPeriod()
Stringpublic void setPeriod(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPhase()
Stringpublic void setPhase(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Double getDelta()
Doublepublic void setDelta(java.lang.Double value)
value - allowed object is
Doublepublic Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic SeasonalityExpoSmooth withType(java.lang.String value)
public SeasonalityExpoSmooth withPeriod(java.lang.Integer value)
public SeasonalityExpoSmooth withUnit(java.lang.String value)
public SeasonalityExpoSmooth withPhase(java.lang.Integer value)
public SeasonalityExpoSmooth withDelta(java.lang.Double value)
public SeasonalityExpoSmooth withArray(Array value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.