public class DigitalPrintingParams extends ParameterType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="NonPrintableMarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NonPrintableMarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="NonPrintableMarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DirectProofAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SheetLay" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ManualFeed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Collate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PageDelivery" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OutputBin" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PrintingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NonPrintableMarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Sides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ApprovalParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
approvalParamsRef |
protected java.lang.String |
collate |
protected java.lang.Object |
componentRef |
protected java.lang.Integer |
directProofAmount |
protected java.util.List<Disjointing> |
disjointings |
protected java.lang.Boolean |
manualFeed |
protected java.lang.Object |
mediaRef |
protected java.lang.Double |
nonPrintableMarginBottom |
protected java.lang.Double |
nonPrintableMarginLeft |
protected java.lang.Double |
nonPrintableMarginRight |
protected java.lang.Double |
nonPrintableMarginTop |
protected java.lang.String |
outputBin |
protected java.lang.String |
pageDelivery |
protected java.lang.String |
printingType |
protected java.lang.String |
sheetLay |
protected java.lang.String |
sides |
| Constructor and Description |
|---|
DigitalPrintingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
java.lang.String |
getCollate()
Gets the value of the collate property.
|
java.lang.Object |
getComponentRef()
Gets the value of the componentRef property.
|
java.lang.Integer |
getDirectProofAmount()
Gets the value of the directProofAmount property.
|
java.util.List<Disjointing> |
getDisjointings()
Gets the value of the disjointings property.
|
java.lang.Boolean |
getManualFeed()
Gets the value of the manualFeed property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.Double |
getNonPrintableMarginBottom()
Gets the value of the nonPrintableMarginBottom property.
|
java.lang.Double |
getNonPrintableMarginLeft()
Gets the value of the nonPrintableMarginLeft property.
|
java.lang.Double |
getNonPrintableMarginRight()
Gets the value of the nonPrintableMarginRight property.
|
java.lang.Double |
getNonPrintableMarginTop()
Gets the value of the nonPrintableMarginTop property.
|
java.lang.String |
getOutputBin()
Gets the value of the outputBin property.
|
java.lang.String |
getPageDelivery()
Gets the value of the pageDelivery property.
|
java.lang.String |
getPrintingType()
Gets the value of the printingType property.
|
java.lang.String |
getSheetLay()
Gets the value of the sheetLay property.
|
java.lang.String |
getSides()
Gets the value of the sides property.
|
void |
setApprovalParamsRef(java.lang.Object value)
Sets the value of the approvalParamsRef property.
|
void |
setCollate(java.lang.String value)
Sets the value of the collate property.
|
void |
setComponentRef(java.lang.Object value)
Sets the value of the componentRef property.
|
void |
setDirectProofAmount(java.lang.Integer value)
Sets the value of the directProofAmount property.
|
void |
setManualFeed(java.lang.Boolean value)
Sets the value of the manualFeed property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setNonPrintableMarginBottom(java.lang.Double value)
Sets the value of the nonPrintableMarginBottom property.
|
void |
setNonPrintableMarginLeft(java.lang.Double value)
Sets the value of the nonPrintableMarginLeft property.
|
void |
setNonPrintableMarginRight(java.lang.Double value)
Sets the value of the nonPrintableMarginRight property.
|
void |
setNonPrintableMarginTop(java.lang.Double value)
Sets the value of the nonPrintableMarginTop property.
|
void |
setOutputBin(java.lang.String value)
Sets the value of the outputBin property.
|
void |
setPageDelivery(java.lang.String value)
Sets the value of the pageDelivery property.
|
void |
setPrintingType(java.lang.String value)
Sets the value of the printingType property.
|
void |
setSheetLay(java.lang.String value)
Sets the value of the sheetLay property.
|
void |
setSides(java.lang.String value)
Sets the value of the sides property.
|
protected java.util.List<Disjointing> disjointings
protected java.lang.Double nonPrintableMarginLeft
protected java.lang.Double nonPrintableMarginTop
protected java.lang.Double nonPrintableMarginRight
protected java.lang.Integer directProofAmount
protected java.lang.String sheetLay
protected java.lang.Boolean manualFeed
protected java.lang.String collate
protected java.lang.String pageDelivery
protected java.lang.String outputBin
protected java.lang.String printingType
protected java.lang.Double nonPrintableMarginBottom
protected java.lang.String sides
protected java.lang.Object mediaRef
protected java.lang.Object approvalParamsRef
protected java.lang.Object componentRef
public java.util.List<Disjointing> getDisjointings()
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 disjointings property.
For example, to add a new item, do as follows:
getDisjointings().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
public java.lang.Double getNonPrintableMarginLeft()
Doublepublic void setNonPrintableMarginLeft(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getNonPrintableMarginTop()
Doublepublic void setNonPrintableMarginTop(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getNonPrintableMarginRight()
Doublepublic void setNonPrintableMarginRight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getDirectProofAmount()
Integerpublic void setDirectProofAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSheetLay()
Stringpublic void setSheetLay(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getManualFeed()
Booleanpublic void setManualFeed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCollate()
Stringpublic void setCollate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageDelivery()
Stringpublic void setPageDelivery(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutputBin()
Stringpublic void setOutputBin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrintingType()
Stringpublic void setPrintingType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getNonPrintableMarginBottom()
Doublepublic void setNonPrintableMarginBottom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSides()
Stringpublic void setSides(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getApprovalParamsRef()
Objectpublic void setApprovalParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getComponentRef()
Objectpublic void setComponentRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.