public class PreflightParams extends ParameterType implements java.io.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 java.util.List<ActionPool> |
actionPools |
protected java.lang.Object |
fileSpecRef |
protected java.util.List<TestPool> |
testPools |
| Constructor and Description |
|---|
PreflightParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.util.List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
protected java.util.List<ActionPool> actionPools
protected java.util.List<TestPool> testPools
protected java.lang.Object fileSpecRef
public java.util.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 java.util.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 java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.