public class TransferCurve extends ParameterType implements java.io.Serializable
Java class for TransferCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransferCurve">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Curve" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Double> |
curves |
| Constructor and Description |
|---|
TransferCurve() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getCurves()
Gets the value of the curves property.
|
public java.util.List<java.lang.Double> getCurves()
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 curves property.
For example, to add a new item, do as follows:
getCurves().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2012. All Rights Reserved.