public class TransferFunctionControl extends ParameterType implements Serializable
Java class for TransferFunctionControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferFunctionControl">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TransferCurvePool" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="TransferFunctionSource" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TransferCurvePool> |
transferCurvePool |
protected String |
transferFunctionSource |
| Constructor and Description |
|---|
TransferFunctionControl() |
| Modifier and Type | Method and Description |
|---|---|
List<TransferCurvePool> |
getTransferCurvePool()
Gets the value of the transferCurvePool property.
|
String |
getTransferFunctionSource()
Gets the value of the transferFunctionSource property.
|
void |
setTransferFunctionSource(String value)
Sets the value of the transferFunctionSource property.
|
protected List<TransferCurvePool> transferCurvePool
protected String transferFunctionSource
public List<TransferCurvePool> getTransferCurvePool()
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 transferCurvePool property.
For example, to add a new item, do as follows:
getTransferCurvePool().add(newItem);
Objects of the following type(s) are allowed in the list
TransferCurvePool
public String getTransferFunctionSource()
StringCopyright © 2013. All Rights Reserved.