@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class DigitalPrintingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for DigitalPrintingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigitalPrintingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="Collate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Sheet"/>
<enumeration value="SheetAndSet"/>
<enumeration value="SheetSetAndJob"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ManualFeed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PageDelivery">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="FanFold"/>
<enumeration value="SameOrderFaceUp"/>
<enumeration value="SameOrderFaceDown"/>
<enumeration value="ReverseOrderFaceUp"/>
<enumeration value="ReverseOrderFaceDown"/>
</restriction>
</simpleType>
</attribute>
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
<attribute name="Sides">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="OneSidedFront"/>
<enumeration value="OneSidedBack"/>
<enumeration value="TwoSided"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DigitalPrintingParams.Collate
Java class for null.
|
static class |
DigitalPrintingParams.PageDelivery
Java class for null.
|
static class |
DigitalPrintingParams.Sides
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected DigitalPrintingParams.Collate |
collate |
protected java.lang.Boolean |
manualFeed |
protected DigitalPrintingParams.PageDelivery |
pageDelivery |
protected SheetLay |
sheetLay |
protected DigitalPrintingParams.Sides |
sides |
| Constructor and Description |
|---|
DigitalPrintingParams() |
| 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) |
DigitalPrintingParams.Collate |
getCollate()
Gets the value of the collate property.
|
DigitalPrintingParams.PageDelivery |
getPageDelivery()
Gets the value of the pageDelivery property.
|
SheetLay |
getSheetLay()
Gets the value of the sheetLay property.
|
DigitalPrintingParams.Sides |
getSides()
Gets the value of the sides property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isManualFeed()
Gets the value of the manualFeed property.
|
void |
setCollate(DigitalPrintingParams.Collate value)
Sets the value of the collate property.
|
void |
setManualFeed(java.lang.Boolean value)
Sets the value of the manualFeed property.
|
void |
setPageDelivery(DigitalPrintingParams.PageDelivery value)
Sets the value of the pageDelivery property.
|
void |
setSheetLay(SheetLay value)
Sets the value of the sheetLay property.
|
void |
setSides(DigitalPrintingParams.Sides value)
Sets the value of the sides property.
|
DigitalPrintingParams |
withCollate(DigitalPrintingParams.Collate value) |
DigitalPrintingParams |
withManualFeed(java.lang.Boolean value) |
DigitalPrintingParams |
withPageDelivery(DigitalPrintingParams.PageDelivery value) |
DigitalPrintingParams |
withSheetLay(SheetLay value) |
DigitalPrintingParams |
withSides(DigitalPrintingParams.Sides value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected DigitalPrintingParams.Collate collate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean manualFeed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected DigitalPrintingParams.PageDelivery pageDelivery
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected SheetLay sheetLay
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected DigitalPrintingParams.Sides sides
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public DigitalPrintingParams.Collate getCollate()
DigitalPrintingParams.Collate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCollate(DigitalPrintingParams.Collate value)
value - allowed object is
DigitalPrintingParams.Collate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isManualFeed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setManualFeed(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public DigitalPrintingParams.PageDelivery getPageDelivery()
DigitalPrintingParams.PageDelivery@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPageDelivery(DigitalPrintingParams.PageDelivery value)
value - allowed object is
DigitalPrintingParams.PageDelivery@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public SheetLay getSheetLay()
SheetLay@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetLay(SheetLay value)
value - allowed object is
SheetLay@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public DigitalPrintingParams.Sides getSides()
DigitalPrintingParams.Sides@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSides(DigitalPrintingParams.Sides value)
value - allowed object is
DigitalPrintingParams.Sidespublic DigitalPrintingParams withCollate(DigitalPrintingParams.Collate value)
public DigitalPrintingParams withManualFeed(java.lang.Boolean value)
public DigitalPrintingParams withPageDelivery(DigitalPrintingParams.PageDelivery value)
public DigitalPrintingParams withSheetLay(SheetLay value)
public DigitalPrintingParams withSides(DigitalPrintingParams.Sides value)
public 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 SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic 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 SpecificResourcepublic int hashCode()
hashCode in class SpecificResource