@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class DigitalPrintingParams extends ParameterType implements 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}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalParams" minOccurs="0"/>
</sequence>
<attribute name="ApprovalParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Collate" type="{http://www.CIP4.org/JDFSchema_2_0}EnumCollate" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ManualFeed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="OutputBin" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="PageDelivery" type="{http://www.CIP4.org/JDFSchema_2_0}EnumPageDelivery" />
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}EnumSheetLay" />
<attribute name="Sides" type="{http://www.CIP4.org/JDFSchema_2_0}EnumSides2" />
<attribute name="StackAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApprovalParams |
approvalParams |
protected Object |
approvalParamsRef |
protected EnumCollate |
collate |
protected Object |
componentRef |
protected Boolean |
manualFeed |
protected Object |
mediaRef |
protected List<String> |
outputBin |
protected EnumPageDelivery |
pageDelivery |
protected EnumSheetLay |
sheetLay |
protected EnumSides2 |
sides |
protected Integer |
stackAmount |
| Constructor and Description |
|---|
DigitalPrintingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ApprovalParams |
getApprovalParams()
Gets the value of the approvalParams property.
|
Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
EnumCollate |
getCollate()
Gets the value of the collate property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
List<String> |
getOutputBin()
Gets the value of the outputBin property.
|
EnumPageDelivery |
getPageDelivery()
Gets the value of the pageDelivery property.
|
EnumSheetLay |
getSheetLay()
Gets the value of the sheetLay property.
|
EnumSides2 |
getSides()
Gets the value of the sides property.
|
Integer |
getStackAmount()
Gets the value of the stackAmount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isManualFeed()
Gets the value of the manualFeed property.
|
void |
setApprovalParams(ApprovalParams value)
Sets the value of the approvalParams property.
|
void |
setApprovalParamsRef(Object value)
Sets the value of the approvalParamsRef property.
|
void |
setCollate(EnumCollate value)
Sets the value of the collate property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setManualFeed(Boolean value)
Sets the value of the manualFeed property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setPageDelivery(EnumPageDelivery value)
Sets the value of the pageDelivery property.
|
void |
setSheetLay(EnumSheetLay value)
Sets the value of the sheetLay property.
|
void |
setSides(EnumSides2 value)
Sets the value of the sides property.
|
void |
setStackAmount(Integer value)
Sets the value of the stackAmount property.
|
DigitalPrintingParams |
withApprovalParams(ApprovalParams value) |
DigitalPrintingParams |
withApprovalParamsRef(Object value) |
DigitalPrintingParams |
withCollate(EnumCollate value) |
DigitalPrintingParams |
withComponentRef(Object value) |
DigitalPrintingParams |
withManualFeed(Boolean value) |
DigitalPrintingParams |
withMediaRef(Object value) |
DigitalPrintingParams |
withOutputBin(Collection<String> values) |
DigitalPrintingParams |
withOutputBin(String... values) |
DigitalPrintingParams |
withPageDelivery(EnumPageDelivery value) |
DigitalPrintingParams |
withSheetLay(EnumSheetLay value) |
DigitalPrintingParams |
withSides(EnumSides2 value) |
DigitalPrintingParams |
withStackAmount(Integer value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected ApprovalParams approvalParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object approvalParamsRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumCollate collate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object componentRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean manualFeed
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object mediaRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<String> outputBin
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumPageDelivery pageDelivery
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumSheetLay sheetLay
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumSides2 sides
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer stackAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ApprovalParams getApprovalParams()
ApprovalParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setApprovalParams(ApprovalParams value)
value - allowed object is
ApprovalParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getApprovalParamsRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setApprovalParamsRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumCollate getCollate()
EnumCollate@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCollate(EnumCollate value)
value - allowed object is
EnumCollate@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getComponentRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setComponentRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isManualFeed()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setManualFeed(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getMediaRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setMediaRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<String> getOutputBin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the outputBin property.
For example, to add a new item, do as follows:
getOutputBin().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumPageDelivery getPageDelivery()
EnumPageDelivery@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPageDelivery(EnumPageDelivery value)
value - allowed object is
EnumPageDelivery@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumSheetLay getSheetLay()
EnumSheetLay@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSheetLay(EnumSheetLay value)
value - allowed object is
EnumSheetLay@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumSides2 getSides()
EnumSides2@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSides(EnumSides2 value)
value - allowed object is
EnumSides2@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getStackAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setStackAmount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withApprovalParams(ApprovalParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withApprovalParamsRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withCollate(EnumCollate value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withComponentRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withManualFeed(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withMediaRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withOutputBin(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withOutputBin(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withPageDelivery(EnumPageDelivery value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withSheetLay(EnumSheetLay value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withSides(EnumSides2 value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DigitalPrintingParams withStackAmount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.