public class ScreeningIntent extends IntentType implements java.io.Serializable
Java class for ScreeningIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScreeningIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="DotSize" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ScreeningType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Frequency" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FrequencySelection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
dotSize |
protected java.lang.Double |
frequency |
protected java.lang.String |
frequencySelection |
protected java.lang.String |
screeningType |
| Constructor and Description |
|---|
ScreeningIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getDotSize()
Gets the value of the dotSize property.
|
java.lang.Double |
getFrequency()
Gets the value of the frequency property.
|
java.lang.String |
getFrequencySelection()
Gets the value of the frequencySelection property.
|
java.lang.String |
getScreeningType()
Gets the value of the screeningType 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 |
setFrequencySelection(java.lang.String value)
Sets the value of the frequencySelection property.
|
void |
setScreeningType(java.lang.String value)
Sets the value of the screeningType property.
|
protected java.lang.Double dotSize
protected java.lang.String screeningType
protected java.lang.Double frequency
protected java.lang.String frequencySelection
public java.lang.Double getDotSize()
Doublepublic void setDotSize(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.Double getFrequency()
Doublepublic void setFrequency(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getFrequencySelection()
Stringpublic void setFrequencySelection(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.