public class PreflightParams extends ParameterType implements Serializable
Java class for PreflightParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreflightParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TestPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ActionPool" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionPool> |
actionPool |
protected Object |
fileSpecRef |
protected List<TestPool> |
testPool |
| Constructor and Description |
|---|
PreflightParams() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPool()
Gets the value of the actionPool property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
List<TestPool> |
getTestPool()
Gets the value of the testPool property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
protected List<ActionPool> actionPool
protected Object fileSpecRef
public List<TestPool> getTestPool()
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 testPool property.
For example, to add a new item, do as follows:
getTestPool().add(newItem);
Objects of the following type(s) are allowed in the list
TestPool
public List<ActionPool> getActionPool()
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 actionPool property.
For example, to add a new item, do as follows:
getActionPool().add(newItem);
Objects of the following type(s) are allowed in the list
ActionPool
public Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.