Package org.cip4.lib.xjdf.schema
Class DigitalPrintingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.DigitalPrintingParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class DigitalPrintingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ManualFeed" type="{http://www.w3.org/2001/XMLSchema}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"/>
<enumeration value="Unprinted"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DigitalPrintingParams.Collateprotected Booleanprotected DigitalPrintingParams.PageDeliveryprotected SheetLayprotected DigitalPrintingParams.Sides -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the collate property.Gets the value of the pageDelivery property.Gets the value of the sheetLay property.getSides()Gets the value of the sides property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the manualFeed property.voidSets the value of the collate property.voidsetManualFeed(Boolean value) Sets the value of the manualFeed property.voidSets the value of the pageDelivery property.voidsetSheetLay(SheetLay value) Sets the value of the sheetLay property.voidSets the value of the sides property.withManualFeed(Boolean value) withSheetLay(SheetLay value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
collate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DigitalPrintingParams.Collate collate -
manualFeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean manualFeed -
pageDelivery
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DigitalPrintingParams.PageDelivery pageDelivery -
sheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected SheetLay sheetLay -
sides
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DigitalPrintingParams.Sides sides
-
-
Constructor Details
-
DigitalPrintingParams
public DigitalPrintingParams()
-
-
Method Details
-
getCollate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DigitalPrintingParams.Collate getCollate()Gets the value of the collate property.- Returns:
- possible object is
DigitalPrintingParams.Collate
-
setCollate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCollate(DigitalPrintingParams.Collate value) Sets the value of the collate property.- Parameters:
value- allowed object isDigitalPrintingParams.Collate
-
isManualFeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isManualFeed()Gets the value of the manualFeed property.- Returns:
- possible object is
Boolean
-
setManualFeed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setManualFeed(Boolean value) Sets the value of the manualFeed property.- Parameters:
value- allowed object isBoolean
-
getPageDelivery
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DigitalPrintingParams.PageDelivery getPageDelivery()Gets the value of the pageDelivery property.- Returns:
- possible object is
DigitalPrintingParams.PageDelivery
-
setPageDelivery
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPageDelivery(DigitalPrintingParams.PageDelivery value) Sets the value of the pageDelivery property.- Parameters:
value- allowed object isDigitalPrintingParams.PageDelivery
-
getSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public SheetLay getSheetLay()Gets the value of the sheetLay property.- Returns:
- possible object is
SheetLay
-
setSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetLay(SheetLay value) Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
getSides
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DigitalPrintingParams.Sides getSides()Gets the value of the sides property.- Returns:
- possible object is
DigitalPrintingParams.Sides
-
setSides
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSides(DigitalPrintingParams.Sides value) Sets the value of the sides property.- Parameters:
value- allowed object isDigitalPrintingParams.Sides
-
withCollate
-
withManualFeed
-
withPageDelivery
-
withSheetLay
-
withSides
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-