public class ParameterSet extends SetType implements Serializable
Java class for ParameterSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterSet">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SetType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameter> |
parameter |
comment, dependent, descriptiveName, generalID, id, name, processUsage, usage| Constructor and Description |
|---|
ParameterSet() |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
getComment, getDependent, getDescriptiveName, getGeneralID, getID, getName, getProcessUsage, getUsage, setDescriptiveName, setID, setName, setProcessUsage, setUsagepublic List<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
Copyright © 2014. All Rights Reserved.