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 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 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

      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 is Boolean
    • withScreenSelector

      public ScreeningParams withScreenSelector(ScreenSelector... values)
    • withScreenSelector

      public ScreeningParams withScreenSelector(Collection<ScreenSelector> values)
    • withIgnoreSourceFile

      public ScreeningParams withIgnoreSourceFile(Boolean value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource