Class ScreeningParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class ScreeningParams
    extends SpecificResource
    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}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 Detail

      • screenSelector

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.util.List<ScreenSelector> screenSelector
      • ignoreSourceFile

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean ignoreSourceFile
    • Constructor Detail

      • ScreeningParams

        public ScreeningParams()
    • Method Detail

      • getScreenSelector

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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 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.2",
                   date="2023-07-17T18:40:39Z")
        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.2",
                   date="2023-07-17T18:40:39Z")
        public void setIgnoreSourceFile​(java.lang.Boolean value)
        Sets the value of the ignoreSourceFile property.
        Parameters:
        value - allowed object is Boolean
      • withIgnoreSourceFile

        public ScreeningParams withIgnoreSourceFile​(java.lang.Boolean value)