Class ScreenSelector
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ScreenSelector
-
- 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 ScreenSelector extends java.lang.Object implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreenSelector.ScreeningTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Floatangleprotected java.lang.FloatdotSizeprotected java.lang.Floatfrequencyprotected java.lang.StringscreeningFamilyprotected ScreenSelector.ScreeningTypescreeningTypeprotected java.lang.Stringseparationprotected java.lang.FloatsourceFrequencyMaxprotected java.lang.FloatsourceFrequencyMinprotected java.util.List<java.lang.String>sourceObjectsprotected java.lang.StringspotFunction
-
Constructor Summary
Constructors Constructor Description ScreenSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetAngle()Gets the value of the angle property.java.lang.FloatgetDotSize()Gets the value of the dotSize property.java.lang.FloatgetFrequency()Gets the value of the frequency property.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.java.lang.StringgetScreeningFamily()Gets the value of the screeningFamily property.ScreenSelector.ScreeningTypegetScreeningType()Gets the value of the screeningType property.java.lang.StringgetSeparation()Gets the value of the separation property.java.lang.FloatgetSourceFrequencyMax()Gets the value of the sourceFrequencyMax property.java.lang.FloatgetSourceFrequencyMin()Gets the value of the sourceFrequencyMin property.java.util.List<java.lang.String>getSourceObjects()Gets the value of the sourceObjects property.java.lang.StringgetSpotFunction()Gets the value of the spotFunction property.inthashCode()voidsetAngle(java.lang.Float value)Sets the value of the angle property.voidsetDotSize(java.lang.Float value)Sets the value of the dotSize property.voidsetFrequency(java.lang.Float value)Sets the value of the frequency property.voidsetScreeningFamily(java.lang.String value)Sets the value of the screeningFamily property.voidsetScreeningType(ScreenSelector.ScreeningType value)Sets the value of the screeningType property.voidsetSeparation(java.lang.String value)Sets the value of the separation property.voidsetSourceFrequencyMax(java.lang.Float value)Sets the value of the sourceFrequencyMax property.voidsetSourceFrequencyMin(java.lang.Float value)Sets the value of the sourceFrequencyMin property.voidsetSpotFunction(java.lang.String value)Sets the value of the spotFunction property.ScreenSelectorwithAngle(java.lang.Float value)ScreenSelectorwithDotSize(java.lang.Float value)ScreenSelectorwithFrequency(java.lang.Float value)ScreenSelectorwithScreeningFamily(java.lang.String value)ScreenSelectorwithScreeningType(ScreenSelector.ScreeningType value)ScreenSelectorwithSeparation(java.lang.String value)ScreenSelectorwithSourceFrequencyMax(java.lang.Float value)ScreenSelectorwithSourceFrequencyMin(java.lang.Float value)ScreenSelectorwithSourceObjects(java.lang.String... values)ScreenSelectorwithSourceObjects(java.util.Collection<java.lang.String> values)ScreenSelectorwithSpotFunction(java.lang.String value)
-
-
-
Field Detail
-
angle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float angle
-
dotSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float dotSize
-
frequency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float frequency
-
screeningFamily
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String screeningFamily
-
screeningType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ScreenSelector.ScreeningType screeningType
-
separation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String separation
-
sourceFrequencyMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float sourceFrequencyMax
-
sourceFrequencyMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float sourceFrequencyMin
-
sourceObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.String> sourceObjects
-
spotFunction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String spotFunction
-
-
Method Detail
-
getAngle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setAngle(java.lang.Float value)Sets the value of the angle property.- Parameters:
value- allowed object isFloat
-
getDotSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setDotSize(java.lang.Float value)Sets the value of the dotSize property.- Parameters:
value- allowed object isFloat
-
getFrequency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setFrequency(java.lang.Float value)Sets the value of the frequency property.- Parameters:
value- allowed object isFloat
-
getScreeningFamily
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setScreeningFamily(java.lang.String value)Sets the value of the screeningFamily property.- Parameters:
value- allowed object isString
-
getScreeningType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setScreeningType(ScreenSelector.ScreeningType value)Sets the value of the screeningType property.- Parameters:
value- allowed object isScreenSelector.ScreeningType
-
getSeparation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setSeparation(java.lang.String value)Sets the value of the separation property.- Parameters:
value- allowed object isString
-
getSourceFrequencyMax
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setSourceFrequencyMax(java.lang.Float value)Sets the value of the sourceFrequencyMax property.- Parameters:
value- allowed object isFloat
-
getSourceFrequencyMin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setSourceFrequencyMin(java.lang.Float value)Sets the value of the sourceFrequencyMin property.- Parameters:
value- allowed object isFloat
-
getSourceObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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
setmethod 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setSpotFunction(java.lang.String value)Sets the value of the spotFunction property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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)
-
withScreeningType
public ScreenSelector withScreeningType(ScreenSelector.ScreeningType 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-