public class ProductionIntent extends IntentType implements Serializable
Java class for ProductionIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductionIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="PrintPreference" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPrintPreference" />
<attribute name="PrintProcess" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumPrintPreference |
printPreference |
protected String |
printProcess |
| Constructor and Description |
|---|
ProductionIntent() |
| Modifier and Type | Method and Description |
|---|---|
EnumPrintPreference |
getPrintPreference()
Gets the value of the printPreference property.
|
String |
getPrintProcess()
Gets the value of the printProcess property.
|
void |
setPrintPreference(EnumPrintPreference value)
Sets the value of the printPreference property.
|
void |
setPrintProcess(String value)
Sets the value of the printProcess property.
|
protected EnumPrintPreference printPreference
protected String printProcess
public EnumPrintPreference getPrintPreference()
EnumPrintPreferencepublic void setPrintPreference(EnumPrintPreference value)
value - allowed object is
EnumPrintPreferencepublic String getPrintProcess()
StringCopyright © 2012. All Rights Reserved.