public class SeasonalityExpoSmooth extends PMMLObject implements com.sun.xml.bind.Locatable
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>
| Modifier and Type | Field and Description |
|---|---|
protected Array |
array |
protected Double |
delta |
protected Locator |
locator |
protected Integer |
period |
protected Integer |
phase |
protected String |
type |
protected String |
unit |
| Constructor and Description |
|---|
SeasonalityExpoSmooth()
Deprecated.
|
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.
|
void |
setArray(Array value)
Sets the value of the array property.
|
void |
setDelta(Double value)
Sets the value of the delta property.
|
void |
setPeriod(Integer value)
Sets the value of the period property.
|
void |
setPhase(Integer value)
Sets the value of the phase property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
Locator |
sourceLocation() |
SeasonalityExpoSmooth |
withArray(Array value) |
SeasonalityExpoSmooth |
withDelta(Double value) |
SeasonalityExpoSmooth |
withPeriod(Integer value) |
SeasonalityExpoSmooth |
withPhase(Integer value) |
SeasonalityExpoSmooth |
withType(String value) |
SeasonalityExpoSmooth |
withUnit(String value) |
protected Array array
protected String type
protected Integer period
protected String unit
protected Integer phase
protected Double delta
protected Locator locator
@Deprecated public SeasonalityExpoSmooth()
public Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Integer getPeriod()
Stringpublic void setPeriod(Integer value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Integer getPhase()
Stringpublic void setPhase(Integer value)
value - allowed object is
Stringpublic Double getDelta()
Doublepublic void setDelta(Double value)
value - allowed object is
Doublepublic SeasonalityExpoSmooth withArray(Array value)
public SeasonalityExpoSmooth withType(String value)
public SeasonalityExpoSmooth withPeriod(Integer value)
public SeasonalityExpoSmooth withUnit(String value)
public SeasonalityExpoSmooth withPhase(Integer value)
public SeasonalityExpoSmooth withDelta(Double value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.