Class ScreenSelector

  • 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 ScreenSelector
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="Angle" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="DotSize" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Frequency" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="ScreeningFamily" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ScreeningType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Adaptive"/>
                 <enumeration value="AM"/>
                 <enumeration value="ErrorDiffusion"/>
                 <enumeration value="FM"/>
                 <enumeration value="HybridAM-FM"/>
                 <enumeration value="HybridAMline-dot"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Separation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="SourceFrequencyMax" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SourceFrequencyMin" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SourceObjects" type="{http://www.CIP4.org/JDFSchema_2_0}SourceObjects" />
           <attribute name="SpotFunction" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • angle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float angle
      • dotSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float dotSize
      • frequency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float frequency
      • screeningFamily

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String screeningFamily
      • screeningType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected ScreenSelector.ScreeningType screeningType
      • separation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String separation
      • sourceFrequencyMax

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float sourceFrequencyMax
      • sourceFrequencyMin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float sourceFrequencyMin
      • sourceObjects

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<java.lang.String> sourceObjects
      • spotFunction

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String spotFunction
    • Constructor Detail

      • ScreenSelector

        public ScreenSelector()
    • Method Detail

      • getAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getAngle()
        Gets the value of the angle property.
        Returns:
        possible object is Float
      • setAngle

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setAngle​(java.lang.Float value)
        Sets the value of the angle property.
        Parameters:
        value - allowed object is Float
      • getDotSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getDotSize()
        Gets the value of the dotSize property.
        Returns:
        possible object is Float
      • setDotSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setDotSize​(java.lang.Float value)
        Sets the value of the dotSize property.
        Parameters:
        value - allowed object is Float
      • getFrequency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getFrequency()
        Gets the value of the frequency property.
        Returns:
        possible object is Float
      • setFrequency

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setFrequency​(java.lang.Float value)
        Sets the value of the frequency property.
        Parameters:
        value - allowed object is Float
      • getScreeningFamily

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getScreeningFamily()
        Gets the value of the screeningFamily property.
        Returns:
        possible object is String
      • setScreeningFamily

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setScreeningFamily​(java.lang.String value)
        Sets the value of the screeningFamily property.
        Parameters:
        value - allowed object is String
      • setScreeningType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setScreeningType​(ScreenSelector.ScreeningType value)
        Sets the value of the screeningType property.
        Parameters:
        value - allowed object is ScreenSelector.ScreeningType
      • getSeparation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getSeparation()
        Gets the value of the separation property.
        Returns:
        possible object is String
      • setSeparation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSeparation​(java.lang.String value)
        Sets the value of the separation property.
        Parameters:
        value - allowed object is String
      • getSourceFrequencyMax

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getSourceFrequencyMax()
        Gets the value of the sourceFrequencyMax property.
        Returns:
        possible object is Float
      • setSourceFrequencyMax

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSourceFrequencyMax​(java.lang.Float value)
        Sets the value of the sourceFrequencyMax property.
        Parameters:
        value - allowed object is Float
      • getSourceFrequencyMin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Float getSourceFrequencyMin()
        Gets the value of the sourceFrequencyMin property.
        Returns:
        possible object is Float
      • setSourceFrequencyMin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSourceFrequencyMin​(java.lang.Float value)
        Sets the value of the sourceFrequencyMin property.
        Parameters:
        value - allowed object is Float
      • getSourceObjects

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.List<java.lang.String> getSourceObjects()
        Gets the value of the sourceObjects 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 sourceObjects property.

        For example, to add a new item, do as follows:

            getSourceObjects().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

        Returns:
        The value of the sourceObjects property.
      • getSpotFunction

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getSpotFunction()
        Gets the value of the spotFunction property.
        Returns:
        possible object is String
      • setSpotFunction

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSpotFunction​(java.lang.String value)
        Sets the value of the spotFunction property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withAngle

        public ScreenSelector withAngle​(java.lang.Float value)
      • withDotSize

        public ScreenSelector withDotSize​(java.lang.Float value)
      • withFrequency

        public ScreenSelector withFrequency​(java.lang.Float value)
      • withScreeningFamily

        public ScreenSelector withScreeningFamily​(java.lang.String value)
      • withSeparation

        public ScreenSelector withSeparation​(java.lang.String value)
      • withSourceFrequencyMax

        public ScreenSelector withSourceFrequencyMax​(java.lang.Float value)
      • withSourceFrequencyMin

        public ScreenSelector withSourceFrequencyMin​(java.lang.Float value)
      • withSourceObjects

        public ScreenSelector withSourceObjects​(java.lang.String... values)
      • withSourceObjects

        public ScreenSelector withSourceObjects​(java.util.Collection<java.lang.String> values)
      • withSpotFunction

        public ScreenSelector withSpotFunction​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object