@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class PDFCreationDetails extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AdvancedParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PDFXParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ThinPDFParams" minOccurs="0"/>
</sequence>
<attribute name="AllowJBIG2Globals" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ASCII85EncodePages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AutoRotatePages" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAutoRotate" />
<attribute name="Binding" type="{http://www.CIP4.org/JDFSchema_2_0}EnumLeftRight" />
<attribute name="CompressPages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DefaultRenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}EnumRenderingIntent2" />
<attribute name="DetectBlend" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DoThumbnails" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="InitialPageSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="InitialResolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Optimize" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OverPrintMode" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PDFVersion" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdvancedParams |
advancedParams |
protected Boolean |
allowJBIG2Globals |
protected Boolean |
ascii85EncodePages |
protected EnumAutoRotate |
autoRotatePages |
protected EnumLeftRight |
binding |
protected Boolean |
compressPages |
protected EnumRenderingIntent2 |
defaultRenderingIntent |
protected Boolean |
detectBlend |
protected Boolean |
doThumbnails |
protected XYPair |
initialPageSize |
protected XYPair |
initialResolution |
protected Boolean |
optimize |
protected Integer |
overPrintMode |
protected Double |
pdfVersion |
protected PDFXParams |
pdfxParams |
protected ThinPDFParams |
thinPDFParams |
| Constructor and Description |
|---|
PDFCreationDetails() |
| 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) |
AdvancedParams |
getAdvancedParams()
Gets the value of the advancedParams property.
|
EnumAutoRotate |
getAutoRotatePages()
Gets the value of the autoRotatePages property.
|
EnumLeftRight |
getBinding()
Gets the value of the binding property.
|
EnumRenderingIntent2 |
getDefaultRenderingIntent()
Gets the value of the defaultRenderingIntent property.
|
XYPair |
getInitialPageSize()
Gets the value of the initialPageSize property.
|
XYPair |
getInitialResolution()
Gets the value of the initialResolution property.
|
Integer |
getOverPrintMode()
Gets the value of the overPrintMode property.
|
Double |
getPDFVersion()
Gets the value of the pdfVersion property.
|
PDFXParams |
getPDFXParams()
Gets the value of the pdfxParams property.
|
ThinPDFParams |
getThinPDFParams()
Gets the value of the thinPDFParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isAllowJBIG2Globals()
Gets the value of the allowJBIG2Globals property.
|
Boolean |
isASCII85EncodePages()
Gets the value of the ascii85EncodePages property.
|
Boolean |
isCompressPages()
Gets the value of the compressPages property.
|
Boolean |
isDetectBlend()
Gets the value of the detectBlend property.
|
Boolean |
isDoThumbnails()
Gets the value of the doThumbnails property.
|
Boolean |
isOptimize()
Gets the value of the optimize property.
|
void |
setAdvancedParams(AdvancedParams value)
Sets the value of the advancedParams property.
|
void |
setAllowJBIG2Globals(Boolean value)
Sets the value of the allowJBIG2Globals property.
|
void |
setASCII85EncodePages(Boolean value)
Sets the value of the ascii85EncodePages property.
|
void |
setAutoRotatePages(EnumAutoRotate value)
Sets the value of the autoRotatePages property.
|
void |
setBinding(EnumLeftRight value)
Sets the value of the binding property.
|
void |
setCompressPages(Boolean value)
Sets the value of the compressPages property.
|
void |
setDefaultRenderingIntent(EnumRenderingIntent2 value)
Sets the value of the defaultRenderingIntent property.
|
void |
setDetectBlend(Boolean value)
Sets the value of the detectBlend property.
|
void |
setDoThumbnails(Boolean value)
Sets the value of the doThumbnails property.
|
void |
setInitialPageSize(XYPair value)
Sets the value of the initialPageSize property.
|
void |
setInitialResolution(XYPair value)
Sets the value of the initialResolution property.
|
void |
setOptimize(Boolean value)
Sets the value of the optimize property.
|
void |
setOverPrintMode(Integer value)
Sets the value of the overPrintMode property.
|
void |
setPDFVersion(Double value)
Sets the value of the pdfVersion property.
|
void |
setPDFXParams(PDFXParams value)
Sets the value of the pdfxParams property.
|
void |
setThinPDFParams(ThinPDFParams value)
Sets the value of the thinPDFParams property.
|
PDFCreationDetails |
withAdvancedParams(AdvancedParams value) |
PDFCreationDetails |
withAllowJBIG2Globals(Boolean value) |
PDFCreationDetails |
withASCII85EncodePages(Boolean value) |
PDFCreationDetails |
withAutoRotatePages(EnumAutoRotate value) |
PDFCreationDetails |
withBinding(EnumLeftRight value) |
PDFCreationDetails |
withCompressPages(Boolean value) |
PDFCreationDetails |
withDefaultRenderingIntent(EnumRenderingIntent2 value) |
PDFCreationDetails |
withDetectBlend(Boolean value) |
PDFCreationDetails |
withDoThumbnails(Boolean value) |
PDFCreationDetails |
withInitialPageSize(XYPair value) |
PDFCreationDetails |
withInitialResolution(XYPair value) |
PDFCreationDetails |
withOptimize(Boolean value) |
PDFCreationDetails |
withOverPrintMode(Integer value) |
PDFCreationDetails |
withPDFVersion(Double value) |
PDFCreationDetails |
withPDFXParams(PDFXParams value) |
PDFCreationDetails |
withThinPDFParams(ThinPDFParams value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected AdvancedParams advancedParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected PDFXParams pdfxParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected ThinPDFParams thinPDFParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean allowJBIG2Globals
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean ascii85EncodePages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumAutoRotate autoRotatePages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumLeftRight binding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean compressPages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumRenderingIntent2 defaultRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean detectBlend
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean doThumbnails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair initialPageSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair initialResolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean optimize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer overPrintMode
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double pdfVersion
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public AdvancedParams getAdvancedParams()
AdvancedParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAdvancedParams(AdvancedParams value)
value - allowed object is
AdvancedParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams getPDFXParams()
PDFXParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXParams(PDFXParams value)
value - allowed object is
PDFXParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ThinPDFParams getThinPDFParams()
ThinPDFParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setThinPDFParams(ThinPDFParams value)
value - allowed object is
ThinPDFParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isAllowJBIG2Globals()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAllowJBIG2Globals(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 Boolean isASCII85EncodePages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setASCII85EncodePages(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 EnumAutoRotate getAutoRotatePages()
EnumAutoRotate@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAutoRotatePages(EnumAutoRotate value)
value - allowed object is
EnumAutoRotate@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumLeftRight getBinding()
EnumLeftRight@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBinding(EnumLeftRight value)
value - allowed object is
EnumLeftRight@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isCompressPages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCompressPages(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 EnumRenderingIntent2 getDefaultRenderingIntent()
EnumRenderingIntent2@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDefaultRenderingIntent(EnumRenderingIntent2 value)
value - allowed object is
EnumRenderingIntent2@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isDetectBlend()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDetectBlend(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 Boolean isDoThumbnails()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDoThumbnails(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 XYPair getInitialPageSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setInitialPageSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public XYPair getInitialResolution()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setInitialResolution(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isOptimize()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOptimize(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 Integer getOverPrintMode()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOverPrintMode(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 Double getPDFVersion()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFVersion(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withAdvancedParams(AdvancedParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withPDFXParams(PDFXParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withThinPDFParams(ThinPDFParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withAllowJBIG2Globals(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withASCII85EncodePages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withAutoRotatePages(EnumAutoRotate value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withBinding(EnumLeftRight value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withCompressPages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withDefaultRenderingIntent(EnumRenderingIntent2 value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withDetectBlend(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withDoThumbnails(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withInitialPageSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withInitialResolution(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withOptimize(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withOverPrintMode(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFCreationDetails withPDFVersion(Double 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.Equals@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)
@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.HashCodeCopyright © 2016. All rights reserved.