@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class ProductionIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}ProductIntent">
<attribute name="PrintPreference">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Balanced"/>
<enumeration value="CostEffective"/>
<enumeration value="Fastest"/>
<enumeration value="HighestQuality"/>
</restriction>
</simpleType>
</attribute>
<attribute name="PrintProcess" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductionIntent.PrintPreference
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProductionIntent.PrintPreference |
printPreference |
protected java.lang.String |
printProcess |
any| Constructor and Description |
|---|
ProductionIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ProductionIntent.PrintPreference |
getPrintPreference()
Gets the value of the printPreference property.
|
java.lang.String |
getPrintProcess()
Gets the value of the printProcess property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPrintPreference(ProductionIntent.PrintPreference value)
Sets the value of the printPreference property.
|
void |
setPrintProcess(java.lang.String value)
Sets the value of the printProcess property.
|
ProductionIntent |
withAny(java.util.Collection<java.lang.Object> values) |
ProductionIntent |
withAny(java.lang.Object... values) |
ProductionIntent |
withPrintPreference(ProductionIntent.PrintPreference value) |
ProductionIntent |
withPrintProcess(java.lang.String value) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ProductionIntent.PrintPreference printPreference
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String printProcess
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ProductionIntent.PrintPreference getPrintPreference()
ProductionIntent.PrintPreference@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPrintPreference(ProductionIntent.PrintPreference value)
value - allowed object is
ProductionIntent.PrintPreference@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPrintProcess()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPrintProcess(java.lang.String value)
value - allowed object is
Stringpublic ProductionIntent withPrintPreference(ProductionIntent.PrintPreference value)
public ProductionIntent withPrintProcess(java.lang.String value)
public ProductionIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic ProductionIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ProductIntentpublic int hashCode()
hashCode in class ProductIntent