public class DigitalPrintingParams extends ParameterType implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
</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 Object |
approvalParamsRef |
protected String |
collate |
protected Object |
componentRef |
protected Integer |
directProofAmount |
protected List<Disjointing> |
disjointing |
protected Boolean |
manualFeed |
protected Object |
mediaRef |
protected Double |
nonPrintableMarginBottom |
protected Double |
nonPrintableMarginLeft |
protected Double |
nonPrintableMarginRight |
protected Double |
nonPrintableMarginTop |
protected String |
outputBin |
protected String |
pageDelivery |
protected String |
printingType |
protected String |
sheetLay |
protected String |
sides |
| Constructor and Description |
|---|
DigitalPrintingParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
String |
getCollate()
Gets the value of the collate property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
Integer |
getDirectProofAmount()
Gets the value of the directProofAmount property.
|
List<Disjointing> |
getDisjointing()
Gets the value of the disjointing property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
Double |
getNonPrintableMarginBottom()
Gets the value of the nonPrintableMarginBottom property.
|
Double |
getNonPrintableMarginLeft()
Gets the value of the nonPrintableMarginLeft property.
|
Double |
getNonPrintableMarginRight()
Gets the value of the nonPrintableMarginRight property.
|
Double |
getNonPrintableMarginTop()
Gets the value of the nonPrintableMarginTop property.
|
String |
getOutputBin()
Gets the value of the outputBin property.
|
String |
getPageDelivery()
Gets the value of the pageDelivery property.
|
String |
getPrintingType()
Gets the value of the printingType property.
|
String |
getSheetLay()
Gets the value of the sheetLay property.
|
String |
getSides()
Gets the value of the sides property.
|
Boolean |
isManualFeed()
Gets the value of the manualFeed property.
|
void |
setApprovalParamsRef(Object value)
Sets the value of the approvalParamsRef property.
|
void |
setCollate(String value)
Sets the value of the collate property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setDirectProofAmount(Integer value)
Sets the value of the directProofAmount property.
|
void |
setManualFeed(Boolean value)
Sets the value of the manualFeed property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setNonPrintableMarginBottom(Double value)
Sets the value of the nonPrintableMarginBottom property.
|
void |
setNonPrintableMarginLeft(Double value)
Sets the value of the nonPrintableMarginLeft property.
|
void |
setNonPrintableMarginRight(Double value)
Sets the value of the nonPrintableMarginRight property.
|
void |
setNonPrintableMarginTop(Double value)
Sets the value of the nonPrintableMarginTop property.
|
void |
setOutputBin(String value)
Sets the value of the outputBin property.
|
void |
setPageDelivery(String value)
Sets the value of the pageDelivery property.
|
void |
setPrintingType(String value)
Sets the value of the printingType property.
|
void |
setSheetLay(String value)
Sets the value of the sheetLay property.
|
void |
setSides(String value)
Sets the value of the sides property.
|
protected List<Disjointing> disjointing
protected Double nonPrintableMarginLeft
protected Double nonPrintableMarginTop
protected Double nonPrintableMarginRight
protected Integer directProofAmount
protected String sheetLay
protected Boolean manualFeed
protected String collate
protected String pageDelivery
protected String outputBin
protected String printingType
protected Double nonPrintableMarginBottom
protected String sides
protected Object mediaRef
protected Object approvalParamsRef
protected Object componentRef
public List<Disjointing> getDisjointing()
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 disjointing property.
For example, to add a new item, do as follows:
getDisjointing().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
public Double getNonPrintableMarginLeft()
Doublepublic void setNonPrintableMarginLeft(Double value)
value - allowed object is
Doublepublic Double getNonPrintableMarginTop()
Doublepublic void setNonPrintableMarginTop(Double value)
value - allowed object is
Doublepublic Double getNonPrintableMarginRight()
Doublepublic void setNonPrintableMarginRight(Double value)
value - allowed object is
Doublepublic Integer getDirectProofAmount()
Integerpublic void setDirectProofAmount(Integer value)
value - allowed object is
Integerpublic String getSheetLay()
Stringpublic void setSheetLay(String value)
value - allowed object is
Stringpublic Boolean isManualFeed()
Booleanpublic void setManualFeed(Boolean value)
value - allowed object is
Booleanpublic String getCollate()
Stringpublic void setCollate(String value)
value - allowed object is
Stringpublic String getPageDelivery()
Stringpublic void setPageDelivery(String value)
value - allowed object is
Stringpublic String getOutputBin()
Stringpublic void setOutputBin(String value)
value - allowed object is
Stringpublic String getPrintingType()
Stringpublic void setPrintingType(String value)
value - allowed object is
Stringpublic Double getNonPrintableMarginBottom()
Doublepublic void setNonPrintableMarginBottom(Double value)
value - allowed object is
Doublepublic String getSides()
Stringpublic void setSides(String value)
value - allowed object is
Stringpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getApprovalParamsRef()
Objectpublic void setApprovalParamsRef(Object value)
value - allowed object is
Objectpublic Object getComponentRef()
ObjectCopyright © 2013. All Rights Reserved.