public abstract class AbstractCostFunctionModule
extends java.lang.Object
implements java.io.Serializable
Java class for AbstractCostFunctionModule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCostFunctionModule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CostType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
costType |
| Constructor and Description |
|---|
AbstractCostFunctionModule() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCostType()
Gets the value of the costType property.
|
void |
setCostType(java.lang.String value)
Sets the value of the costType property.
|