public class ScreenSelector extends Object implements 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 Double |
angle |
protected String |
angleMap |
protected Double |
dotSize |
protected Double |
frequency |
protected List<String> |
objectTags |
protected String |
screeningFamily |
protected String |
screeningType |
protected String |
separation |
protected String |
sourceFrequency |
protected List<EnumSourceObjects> |
sourceObjects |
protected String |
spotFunction |
| Constructor and Description |
|---|
ScreenSelector() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAngle()
Gets the value of the angle property.
|
String |
getAngleMap()
Gets the value of the angleMap property.
|
Double |
getDotSize()
Gets the value of the dotSize property.
|
Double |
getFrequency()
Gets the value of the frequency property.
|
List<String> |
getObjectTags()
Gets the value of the objectTags property.
|
String |
getScreeningFamily()
Gets the value of the screeningFamily property.
|
String |
getScreeningType()
Gets the value of the screeningType property.
|
String |
getSeparation()
Gets the value of the separation property.
|
String |
getSourceFrequency()
Gets the value of the sourceFrequency property.
|
List<EnumSourceObjects> |
getSourceObjects()
Gets the value of the sourceObjects property.
|
String |
getSpotFunction()
Gets the value of the spotFunction property.
|
void |
setAngle(Double value)
Sets the value of the angle property.
|
void |
setAngleMap(String value)
Sets the value of the angleMap property.
|
void |
setDotSize(Double value)
Sets the value of the dotSize property.
|
void |
setFrequency(Double value)
Sets the value of the frequency property.
|
void |
setScreeningFamily(String value)
Sets the value of the screeningFamily property.
|
void |
setScreeningType(String value)
Sets the value of the screeningType property.
|
void |
setSeparation(String value)
Sets the value of the separation property.
|
void |
setSourceFrequency(String value)
Sets the value of the sourceFrequency property.
|
void |
setSpotFunction(String value)
Sets the value of the spotFunction property.
|
protected Double frequency
protected String screeningType
protected String screeningFamily
protected Double dotSize
protected Double angle
protected String sourceFrequency
protected String angleMap
protected List<EnumSourceObjects> sourceObjects
protected String spotFunction
protected String separation
public List<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 Double getFrequency()
Doublepublic void setFrequency(Double value)
value - allowed object is
Doublepublic String getScreeningType()
Stringpublic void setScreeningType(String value)
value - allowed object is
Stringpublic String getScreeningFamily()
Stringpublic void setScreeningFamily(String value)
value - allowed object is
Stringpublic Double getDotSize()
Doublepublic void setDotSize(Double value)
value - allowed object is
Doublepublic Double getAngle()
Doublepublic void setAngle(Double value)
value - allowed object is
Doublepublic String getSourceFrequency()
Stringpublic void setSourceFrequency(String value)
value - allowed object is
Stringpublic String getAngleMap()
Stringpublic void setAngleMap(String value)
value - allowed object is
Stringpublic 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 String getSpotFunction()
Stringpublic void setSpotFunction(String value)
value - allowed object is
Stringpublic String getSeparation()
StringCopyright © 2012. All Rights Reserved.