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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class ScreeningParams extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanignoreSourceFileprotected java.util.List<ScreenSelector>screenSelector
-
Constructor Summary
Constructors Constructor Description ScreeningParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<ScreenSelector>getScreenSelector()Gets the value of the screenSelector property.inthashCode()java.lang.BooleanisIgnoreSourceFile()Gets the value of the ignoreSourceFile property.voidsetIgnoreSourceFile(java.lang.Boolean value)Sets the value of the ignoreSourceFile property.ScreeningParamswithIgnoreSourceFile(java.lang.Boolean value)ScreeningParamswithScreenSelector(java.util.Collection<ScreenSelector> values)ScreeningParamswithScreenSelector(ScreenSelector... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
screenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<ScreenSelector> screenSelector
-
ignoreSourceFile
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Boolean ignoreSourceFile
-
-
Method Detail
-
getScreenSelector
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setIgnoreSourceFile(java.lang.Boolean value)Sets the value of the ignoreSourceFile property.- Parameters:
value- allowed object isBoolean
-
withScreenSelector
public ScreeningParams withScreenSelector(ScreenSelector... values)
-
withScreenSelector
public ScreeningParams withScreenSelector(java.util.Collection<ScreenSelector> values)
-
withIgnoreSourceFile
public ScreeningParams withIgnoreSourceFile(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-