public class ConventionalPrintingParams extends ParameterType implements Serializable
Java class for ConventionalPrintingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConventionalPrintingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="WorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}EnumWorkStyle" />
<attribute name="ModuleDrying" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="MediaLocation" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="NonPrintableMarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Speed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DirectProof" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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="Drying" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SheetLay" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PrintingTechnology" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PerfectingModule" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FountainSolution" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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="FirstSurface" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Powder" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ApprovalParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
approvalParamsRef |
protected Boolean |
directProof |
protected String |
drying |
protected String |
firstSurface |
protected String |
fountainSolution |
protected String |
mediaLocation |
protected String |
moduleDrying |
protected Double |
nonPrintableMarginBottom |
protected Double |
nonPrintableMarginLeft |
protected Double |
nonPrintableMarginRight |
protected Double |
nonPrintableMarginTop |
protected Integer |
perfectingModule |
protected Double |
powder |
protected String |
printingTechnology |
protected String |
printingType |
protected String |
sheetLay |
protected Double |
speed |
protected EnumWorkStyle |
workStyle |
| Constructor and Description |
|---|
ConventionalPrintingParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApprovalParamsRef()
Gets the value of the approvalParamsRef property.
|
String |
getDrying()
Gets the value of the drying property.
|
String |
getFirstSurface()
Gets the value of the firstSurface property.
|
String |
getFountainSolution()
Gets the value of the fountainSolution property.
|
String |
getMediaLocation()
Gets the value of the mediaLocation property.
|
String |
getModuleDrying()
Gets the value of the moduleDrying 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.
|
Integer |
getPerfectingModule()
Gets the value of the perfectingModule property.
|
Double |
getPowder()
Gets the value of the powder property.
|
String |
getPrintingTechnology()
Gets the value of the printingTechnology property.
|
String |
getPrintingType()
Gets the value of the printingType property.
|
String |
getSheetLay()
Gets the value of the sheetLay property.
|
Double |
getSpeed()
Gets the value of the speed property.
|
EnumWorkStyle |
getWorkStyle()
Gets the value of the workStyle property.
|
Boolean |
isDirectProof()
Gets the value of the directProof property.
|
void |
setApprovalParamsRef(Object value)
Sets the value of the approvalParamsRef property.
|
void |
setDirectProof(Boolean value)
Sets the value of the directProof property.
|
void |
setDrying(String value)
Sets the value of the drying property.
|
void |
setFirstSurface(String value)
Sets the value of the firstSurface property.
|
void |
setFountainSolution(String value)
Sets the value of the fountainSolution property.
|
void |
setMediaLocation(String value)
Sets the value of the mediaLocation property.
|
void |
setModuleDrying(String value)
Sets the value of the moduleDrying 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 |
setPerfectingModule(Integer value)
Sets the value of the perfectingModule property.
|
void |
setPowder(Double value)
Sets the value of the powder property.
|
void |
setPrintingTechnology(String value)
Sets the value of the printingTechnology property.
|
void |
setPrintingType(String value)
Sets the value of the printingType property.
|
void |
setSheetLay(String value)
Sets the value of the sheetLay property.
|
void |
setSpeed(Double value)
Sets the value of the speed property.
|
void |
setWorkStyle(EnumWorkStyle value)
Sets the value of the workStyle property.
|
protected EnumWorkStyle workStyle
protected String moduleDrying
protected String mediaLocation
protected Double nonPrintableMarginLeft
protected Double speed
protected Boolean directProof
protected Double nonPrintableMarginTop
protected Double nonPrintableMarginRight
protected String drying
protected String sheetLay
protected String printingTechnology
protected Integer perfectingModule
protected String fountainSolution
protected String printingType
protected Double nonPrintableMarginBottom
protected String firstSurface
protected Double powder
protected Object approvalParamsRef
public EnumWorkStyle getWorkStyle()
EnumWorkStylepublic void setWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic String getModuleDrying()
Stringpublic void setModuleDrying(String value)
value - allowed object is
Stringpublic String getMediaLocation()
Stringpublic void setMediaLocation(String value)
value - allowed object is
Stringpublic Double getNonPrintableMarginLeft()
Doublepublic void setNonPrintableMarginLeft(Double value)
value - allowed object is
Doublepublic Double getSpeed()
Doublepublic void setSpeed(Double value)
value - allowed object is
Doublepublic Boolean isDirectProof()
Booleanpublic void setDirectProof(Boolean value)
value - allowed object is
Booleanpublic Double getNonPrintableMarginTop()
Doublepublic void setNonPrintableMarginTop(Double value)
value - allowed object is
Doublepublic Double getNonPrintableMarginRight()
Doublepublic void setNonPrintableMarginRight(Double value)
value - allowed object is
Doublepublic String getDrying()
Stringpublic void setDrying(String value)
value - allowed object is
Stringpublic String getSheetLay()
Stringpublic void setSheetLay(String value)
value - allowed object is
Stringpublic String getPrintingTechnology()
Stringpublic void setPrintingTechnology(String value)
value - allowed object is
Stringpublic Integer getPerfectingModule()
Integerpublic void setPerfectingModule(Integer value)
value - allowed object is
Integerpublic String getFountainSolution()
Stringpublic void setFountainSolution(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 getFirstSurface()
Stringpublic void setFirstSurface(String value)
value - allowed object is
Stringpublic Double getPowder()
Doublepublic void setPowder(Double value)
value - allowed object is
Doublepublic Object getApprovalParamsRef()
ObjectCopyright © 2012. All Rights Reserved.