public class TransferCurve extends ParameterType implements 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>
| Constructor and Description |
|---|
TransferCurve() |
public List<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.