public class TransferFunctionControl extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TransferCurvePool" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TransferFunctionSource" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TransferCurvePool> |
transferCurvePools |
protected java.lang.String |
transferFunctionSource |
| Constructor and Description |
|---|
TransferFunctionControl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransferCurvePool> |
getTransferCurvePools()
Gets the value of the transferCurvePools property.
|
java.lang.String |
getTransferFunctionSource()
Gets the value of the transferFunctionSource property.
|
void |
setTransferFunctionSource(java.lang.String value)
Sets the value of the transferFunctionSource property.
|
protected java.util.List<TransferCurvePool> transferCurvePools
protected java.lang.String transferFunctionSource
public java.util.List<TransferCurvePool> getTransferCurvePools()
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 transferCurvePools property.
For example, to add a new item, do as follows:
getTransferCurvePools().add(newItem);
Objects of the following type(s) are allowed in the list
TransferCurvePool
public java.lang.String getTransferFunctionSource()
Stringpublic void setTransferFunctionSource(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.