Package org.cip4.lib.xjdf.schema
Class ScreeningParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ScreeningParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ScreeningParams
extends SpecificResource
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScreenSelector" maxOccurs="unbounded"/>
</sequence>
<attribute name="IgnoreSourceFile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the screenSelector property.inthashCode()Gets the value of the ignoreSourceFile property.voidsetIgnoreSourceFile(Boolean value) Sets the value of the ignoreSourceFile property.withIgnoreSourceFile(Boolean value) withScreenSelector(Collection<ScreenSelector> values) withScreenSelector(ScreenSelector... values) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
screenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<ScreenSelector> screenSelector -
ignoreSourceFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean ignoreSourceFile
-
-
Constructor Details
-
ScreeningParams
public ScreeningParams()
-
-
Method Details
-
getScreenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<ScreenSelector> getScreenSelector()Gets the value of the screenSelector property.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
setmethod 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- Returns:
- The value of the screenSelector property.
-
isIgnoreSourceFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isIgnoreSourceFile()Gets the value of the ignoreSourceFile property.- Returns:
- possible object is
Boolean
-
setIgnoreSourceFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setIgnoreSourceFile(Boolean value) Sets the value of the ignoreSourceFile property.- Parameters:
value- allowed object isBoolean
-
withScreenSelector
-
withScreenSelector
-
withIgnoreSourceFile
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-