public class ScreeningParams extends ParameterType implements java.io.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 java.lang.Boolean |
ignoreSourceFile |
protected java.util.List<ScreenSelector> |
screenSelectors |
| Constructor and Description |
|---|
ScreeningParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIgnoreSourceFile()
Gets the value of the ignoreSourceFile property.
|
java.util.List<ScreenSelector> |
getScreenSelectors()
Gets the value of the screenSelectors property.
|
void |
setIgnoreSourceFile(java.lang.Boolean value)
Sets the value of the ignoreSourceFile property.
|
protected java.util.List<ScreenSelector> screenSelectors
protected java.lang.Boolean ignoreSourceFile
public java.util.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 java.lang.Boolean getIgnoreSourceFile()
Booleanpublic void setIgnoreSourceFile(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.