public class ScreeningIntent extends IntentType implements 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 Double |
dotSize |
protected Double |
frequency |
protected String |
frequencySelection |
protected String |
screeningType |
| Constructor and Description |
|---|
ScreeningIntent() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDotSize()
Gets the value of the dotSize property.
|
Double |
getFrequency()
Gets the value of the frequency property.
|
String |
getFrequencySelection()
Gets the value of the frequencySelection property.
|
String |
getScreeningType()
Gets the value of the screeningType property.
|
void |
setDotSize(Double value)
Sets the value of the dotSize property.
|
void |
setFrequency(Double value)
Sets the value of the frequency property.
|
void |
setFrequencySelection(String value)
Sets the value of the frequencySelection property.
|
void |
setScreeningType(String value)
Sets the value of the screeningType property.
|
protected Double dotSize
protected String screeningType
protected Double frequency
protected String frequencySelection
public Double getDotSize()
Doublepublic void setDotSize(Double value)
value - allowed object is
Doublepublic String getScreeningType()
Stringpublic void setScreeningType(String value)
value - allowed object is
Stringpublic Double getFrequency()
Doublepublic void setFrequency(Double value)
value - allowed object is
Doublepublic String getFrequencySelection()
StringCopyright © 2013. All Rights Reserved.