Class ScreenSelector

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ScreenSelector
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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

        protected java.lang.Float angle
      • dotSize

        protected java.lang.Float dotSize
      • frequency

        protected java.lang.Float frequency
      • screeningFamily

        protected java.lang.String screeningFamily
      • separation

        protected java.lang.String separation
      • sourceFrequencyMax

        protected java.lang.Float sourceFrequencyMax
      • sourceFrequencyMin

        protected java.lang.Float sourceFrequencyMin
      • sourceObjects

        protected java.util.List<java.lang.String> sourceObjects
      • spotFunction

        protected java.lang.String spotFunction
    • Constructor Detail

      • ScreenSelector

        public ScreenSelector()
    • Method Detail

      • getAngle

        public java.lang.Float getAngle()
        Gets the value of the angle property.
        Returns:
        possible object is Float
      • setAngle

        public void setAngle​(java.lang.Float value)
        Sets the value of the angle property.
        Parameters:
        value - allowed object is Float
      • getDotSize

        public java.lang.Float getDotSize()
        Gets the value of the dotSize property.
        Returns:
        possible object is Float
      • setDotSize

        public void setDotSize​(java.lang.Float value)
        Sets the value of the dotSize property.
        Parameters:
        value - allowed object is Float
      • getFrequency

        public java.lang.Float getFrequency()
        Gets the value of the frequency property.
        Returns:
        possible object is Float
      • setFrequency

        public void setFrequency​(java.lang.Float value)
        Sets the value of the frequency property.
        Parameters:
        value - allowed object is Float
      • getScreeningFamily

        public java.lang.String getScreeningFamily()
        Gets the value of the screeningFamily property.
        Returns:
        possible object is String
      • setScreeningFamily

        public void setScreeningFamily​(java.lang.String value)
        Sets the value of the screeningFamily property.
        Parameters:
        value - allowed object is String
      • getSeparation

        public java.lang.String getSeparation()
        Gets the value of the separation property.
        Returns:
        possible object is String
      • setSeparation

        public void setSeparation​(java.lang.String value)
        Sets the value of the separation property.
        Parameters:
        value - allowed object is String
      • getSourceFrequencyMax

        public java.lang.Float getSourceFrequencyMax()
        Gets the value of the sourceFrequencyMax property.
        Returns:
        possible object is Float
      • setSourceFrequencyMax

        public void setSourceFrequencyMax​(java.lang.Float value)
        Sets the value of the sourceFrequencyMax property.
        Parameters:
        value - allowed object is Float
      • getSourceFrequencyMin

        public java.lang.Float getSourceFrequencyMin()
        Gets the value of the sourceFrequencyMin property.
        Returns:
        possible object is Float
      • setSourceFrequencyMin

        public void setSourceFrequencyMin​(java.lang.Float value)
        Sets the value of the sourceFrequencyMin property.
        Parameters:
        value - allowed object is Float
      • getSourceObjects

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

      • getSpotFunction

        public java.lang.String getSpotFunction()
        Gets the value of the spotFunction property.
        Returns:
        possible object is String
      • setSpotFunction

        public void setSpotFunction​(java.lang.String value)
        Sets the value of the spotFunction property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        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​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

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