public class ScreeningParams extends ParameterType implements Serializable
Java class for ScreeningParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScreeningParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScreenSelector" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="IgnoreSourceFile" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
ignoreSourceFile |
protected List<ScreenSelector> |
screenSelectors |
| Constructor and Description |
|---|
ScreeningParams() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIgnoreSourceFile()
Gets the value of the ignoreSourceFile property.
|
List<ScreenSelector> |
getScreenSelectors()
Gets the value of the screenSelectors property.
|
void |
setIgnoreSourceFile(Boolean value)
Sets the value of the ignoreSourceFile property.
|
protected List<ScreenSelector> screenSelectors
protected Boolean ignoreSourceFile
public List<ScreenSelector> getScreenSelectors()
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 screenSelectors property.
For example, to add a new item, do as follows:
getScreenSelectors().add(newItem);
Objects of the following type(s) are allowed in the list
ScreenSelector
public Boolean getIgnoreSourceFile()
BooleanCopyright © 2012. All Rights Reserved.