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_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 Double |
delta |
protected BigInteger |
period |
protected BigInteger |
phase |
protected String |
type |
protected String |
unit |
Constructor and Description |
---|
SeasonalityExpoSmooth() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Array array
protected String type
protected BigInteger period
protected String unit
protected BigInteger phase
protected Double delta
public Array getArray()
Array
public void setArray(Array value)
value
- allowed object is
Array
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public BigInteger getPeriod()
BigInteger
public void setPeriod(BigInteger value)
value
- allowed object is
BigInteger
public String getUnit()
String
public void setUnit(String value)
value
- allowed object is
String
public BigInteger getPhase()
BigInteger
public void setPhase(BigInteger value)
value
- allowed object is
BigInteger
public Double getDelta()
Double
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.