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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScreenSelector" maxOccurs="unbounded" minOccurs="0"/>
</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> |
screenSelector |
| Constructor and Description |
|---|
ScreeningParams() |
| Modifier and Type | Method and Description |
|---|---|
List<ScreenSelector> |
getScreenSelector()
Gets the value of the screenSelector property.
|
Boolean |
isIgnoreSourceFile()
Gets the value of the ignoreSourceFile property.
|
void |
setIgnoreSourceFile(Boolean value)
Sets the value of the ignoreSourceFile property.
|
protected List<ScreenSelector> screenSelector
protected Boolean ignoreSourceFile
public List<ScreenSelector> getScreenSelector()
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 screenSelector property.
For example, to add a new item, do as follows:
getScreenSelector().add(newItem);
Objects of the following type(s) are allowed in the list
ScreenSelector
public Boolean isIgnoreSourceFile()
BooleanCopyright © 2013. All Rights Reserved.