public class CostFunctionModuleMultiplePart
extends java.lang.Object
implements java.io.Serializable
Java class for CostFunctionModuleMultiplePart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostFunctionModuleMultiplePart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CostTypePart" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FlowRangeFrom" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="FlowRangeTo" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CostFunction" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractCostFunction |
costFunction |
protected java.lang.String |
costTypePart |
protected double |
flowRangeFrom |
protected double |
flowRangeTo |
| Constructor and Description |
|---|
CostFunctionModuleMultiplePart() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCostFunction |
getCostFunction()
Gets the value of the costFunction property.
|
java.lang.String |
getCostTypePart()
Gets the value of the costTypePart property.
|
double |
getFlowRangeFrom()
Gets the value of the flowRangeFrom property.
|
double |
getFlowRangeTo()
Gets the value of the flowRangeTo property.
|
void |
setCostFunction(AbstractCostFunction value)
Sets the value of the costFunction property.
|
void |
setCostTypePart(java.lang.String value)
Sets the value of the costTypePart property.
|
void |
setFlowRangeFrom(double value)
Sets the value of the flowRangeFrom property.
|
void |
setFlowRangeTo(double value)
Sets the value of the flowRangeTo property.
|
protected java.lang.String costTypePart
protected double flowRangeFrom
protected double flowRangeTo
protected AbstractCostFunction costFunction
public java.lang.String getCostTypePart()
Stringpublic void setCostTypePart(java.lang.String value)
value - allowed object is
Stringpublic double getFlowRangeFrom()
public void setFlowRangeFrom(double value)
public double getFlowRangeTo()
public void setFlowRangeTo(double value)
public AbstractCostFunction getCostFunction()
AbstractCostFunctionpublic void setCostFunction(AbstractCostFunction value)
value - allowed object is
AbstractCostFunction