Class ScreenSelector

java.lang.Object
org.cip4.lib.xjdf.schema.ScreenSelector
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class ScreenSelector extends Object implements 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:
  • Field Details

    • angle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float angle
    • dotSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float dotSize
    • frequency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float frequency
    • screeningFamily

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String screeningFamily
    • screeningType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ScreenSelector.ScreeningType screeningType
    • separation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String separation
    • sourceFrequencyMax

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sourceFrequencyMax
    • sourceFrequencyMin

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float sourceFrequencyMin
    • sourceObjects

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<String> sourceObjects
    • spotFunction

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String spotFunction
  • Constructor Details

    • ScreenSelector

      public ScreenSelector()
  • Method Details

    • getAngle

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAngle(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setDotSize(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFrequency(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setScreeningFamily(String value)
      Sets the value of the screeningFamily property.
      Parameters:
      value - allowed object is String
    • getScreeningType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ScreenSelector.ScreeningType getScreeningType()
      Gets the value of the screeningType property.
      Returns:
      possible object is ScreenSelector.ScreeningType
    • setScreeningType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSeparation(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceFrequencyMax(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceFrequencyMin(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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSpotFunction(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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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(Float value)
    • withDotSize

      public ScreenSelector withDotSize(Float value)
    • withFrequency

      public ScreenSelector withFrequency(Float value)
    • withScreeningFamily

      public ScreenSelector withScreeningFamily(String value)
    • withScreeningType

      public ScreenSelector withScreeningType(ScreenSelector.ScreeningType value)
    • withSeparation

      public ScreenSelector withSeparation(String value)
    • withSourceFrequencyMax

      public ScreenSelector withSourceFrequencyMax(Float value)
    • withSourceFrequencyMin

      public ScreenSelector withSourceFrequencyMin(Float value)
    • withSourceObjects

      public ScreenSelector withSourceObjects(String... values)
    • withSourceObjects

      public ScreenSelector withSourceObjects(Collection<String> values)
    • withSpotFunction

      public ScreenSelector withSpotFunction(String value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class 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 Object