Class ScreenSelector
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getAngle()Gets the value of the angle property.Gets the value of the dotSize property.Gets the value of the frequency property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the screeningFamily property.Gets the value of the screeningType property.Gets the value of the separation property.Gets the value of the sourceFrequencyMax property.Gets the value of the sourceFrequencyMin property.Gets the value of the sourceObjects property.Gets the value of the spotFunction property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the angle property.voidsetDotSize(Float value) Sets the value of the dotSize property.voidsetFrequency(Float value) Sets the value of the frequency property.voidsetScreeningFamily(String value) Sets the value of the screeningFamily property.voidSets the value of the screeningType property.voidsetSeparation(String value) Sets the value of the separation property.voidsetSourceFrequencyMax(Float value) Sets the value of the sourceFrequencyMax property.voidsetSourceFrequencyMin(Float value) Sets the value of the sourceFrequencyMin property.voidsetSpotFunction(String value) Sets the value of the spotFunction property.withDotSize(Float value) withFrequency(Float value) withScreeningFamily(String value) withSeparation(String value) withSourceFrequencyMax(Float value) withSourceFrequencyMin(Float value) withSourceObjects(String... values) withSourceObjects(Collection<String> values) withSpotFunction(String value)
-
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
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isString
-
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 isScreenSelector.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 isString
-
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 isFloat
-
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 isFloat
-
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
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 -
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 isString
-
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
-
withDotSize
-
withFrequency
-
withScreeningFamily
-
withScreeningType
-
withSeparation
-
withSourceFrequencyMax
-
withSourceFrequencyMin
-
withSourceObjects
-
withSourceObjects
-
withSpotFunction
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-