public class CostFunctionModular extends AbstractCostFunction implements java.io.Serializable
Java class for CostFunctionModular complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostFunctionModular">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunction">
<sequence>
<element name="CostFunctionModule" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunctionModule" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractCostFunctionModule> |
costFunctionModule |
| Constructor and Description |
|---|
CostFunctionModular() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractCostFunctionModule> |
getCostFunctionModule()
Gets the value of the costFunctionModule property.
|
protected java.util.List<AbstractCostFunctionModule> costFunctionModule
public java.util.List<AbstractCostFunctionModule> getCostFunctionModule()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the costFunctionModule property.
For example, to add a new item, do as follows:
getCostFunctionModule().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractCostFunctionModule