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>
<choice>
<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"/>
</choice>
</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> |
actionPools |
protected Object |
fileSpecRef |
protected List<TestPool> |
testPools |
| Constructor and Description |
|---|
PreflightParams() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
protected List<ActionPool> actionPools
protected Object fileSpecRef
public List<ActionPool> getActionPools()
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 actionPools property.
For example, to add a new item, do as follows:
getActionPools().add(newItem);
Objects of the following type(s) are allowed in the list
ActionPool
public List<TestPool> getTestPools()
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 testPools property.
For example, to add a new item, do as follows:
getTestPools().add(newItem);
Objects of the following type(s) are allowed in the list
TestPool
public Object getFileSpecRef()
ObjectCopyright © 2012. All Rights Reserved.