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="ObjectTags" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Frequency" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ScreeningType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ScreeningFamily" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DotSize" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Angle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SourceFrequency" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AngleMap" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SourceObjects">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumSourceObjects" />
</simpleType>
</attribute>
<attribute name="SpotFunction" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Separation" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
angle |
protected java.lang.String |
angleMap |
protected java.lang.Double |
dotSize |
protected java.lang.Double |
frequency |
protected java.util.List<java.lang.String> |
objectTags |
protected java.lang.String |
screeningFamily |
protected java.lang.String |
screeningType |
protected java.lang.String |
separation |
protected java.lang.String |
sourceFrequency |
protected java.util.List<EnumSourceObjects> |
sourceObjects |
protected java.lang.String |
spotFunction |
| Constructor and Description |
|---|
ScreenSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAngle()
Gets the value of the angle property.
|
java.lang.String |
getAngleMap()
Gets the value of the angleMap property.
|
java.lang.Double |
getDotSize()
Gets the value of the dotSize property.
|
java.lang.Double |
getFrequency()
Gets the value of the frequency property.
|
java.util.List<java.lang.String> |
getObjectTags()
Gets the value of the objectTags property.
|
java.lang.String |
getScreeningFamily()
Gets the value of the screeningFamily property.
|
java.lang.String |
getScreeningType()
Gets the value of the screeningType property.
|
java.lang.String |
getSeparation()
Gets the value of the separation property.
|
java.lang.String |
getSourceFrequency()
Gets the value of the sourceFrequency property.
|
java.util.List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
java.lang.String |
getSpotFunction()
Gets the value of the spotFunction property.
|
void |
setAngle(java.lang.Double value)
Sets the value of the angle property.
|
void |
setAngleMap(java.lang.String value)
Sets the value of the angleMap property.
|
void |
setDotSize(java.lang.Double value)
Sets the value of the dotSize property.
|
void |
setFrequency(java.lang.Double value)
Sets the value of the frequency property.
|
void |
setScreeningFamily(java.lang.String value)
Sets the value of the screeningFamily property.
|
void |
setScreeningType(java.lang.String value)
Sets the value of the screeningType property.
|
void |
setSeparation(java.lang.String value)
Sets the value of the separation property.
|
void |
setSourceFrequency(java.lang.String value)
Sets the value of the sourceFrequency property.
|
void |
setSpotFunction(java.lang.String value)
Sets the value of the spotFunction property.
|
protected java.util.List<java.lang.String> objectTags
protected java.lang.Double frequency
protected java.lang.String screeningType
protected java.lang.String screeningFamily
protected java.lang.Double dotSize
protected java.lang.Double angle
protected java.lang.String sourceFrequency
protected java.lang.String angleMap
protected java.util.List<EnumSourceObjects> sourceObjects
protected java.lang.String spotFunction
protected java.lang.String separation
public java.util.List<java.lang.String> getObjectTags()
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 objectTags property.
For example, to add a new item, do as follows:
getObjectTags().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Double getFrequency()
Doublepublic void setFrequency(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getScreeningType()
Stringpublic void setScreeningType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScreeningFamily()
Stringpublic void setScreeningFamily(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getDotSize()
Doublepublic void setDotSize(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAngle()
Doublepublic void setAngle(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSourceFrequency()
Stringpublic void setSourceFrequency(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAngleMap()
Stringpublic void setAngleMap(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EnumSourceObjects> getSourceObjects()
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
EnumSourceObjects
public java.lang.String getSpotFunction()
Stringpublic void setSpotFunction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeparation()
Stringpublic void setSeparation(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.