@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class PDFCreationDetails
extends java.lang.Object
implements java.io.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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="All"/>
<enumeration value="PageByPage"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Binding">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Left"/>
<enumeration value="Right"/>
</restriction>
</simpleType>
</attribute>
<attribute name="CompressPages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DefaultRenderingIntent" type="{http://www.CIP4.org/JDFSchema_2_0}RenderingIntent" />
<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}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PDFCreationDetails.AutoRotatePages
Java class for null.
|
static class |
PDFCreationDetails.Binding
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected AdvancedParams |
advancedParams |
protected java.lang.Boolean |
allowJBIG2Globals |
protected java.lang.Boolean |
ascii85EncodePages |
protected PDFCreationDetails.AutoRotatePages |
autoRotatePages |
protected PDFCreationDetails.Binding |
binding |
protected java.lang.Boolean |
compressPages |
protected RenderingIntent |
defaultRenderingIntent |
protected java.lang.Boolean |
detectBlend |
protected java.lang.Boolean |
doThumbnails |
protected XYPair |
initialPageSize |
protected XYPair |
initialResolution |
protected java.lang.Boolean |
optimize |
protected java.lang.Integer |
overPrintMode |
protected java.lang.String |
pdfVersion |
protected PDFXParams |
pdfxParams |
protected ThinPDFParams |
thinPDFParams |
| Constructor and Description |
|---|
PDFCreationDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
AdvancedParams |
getAdvancedParams()
Gets the value of the advancedParams property.
|
PDFCreationDetails.AutoRotatePages |
getAutoRotatePages()
Gets the value of the autoRotatePages property.
|
PDFCreationDetails.Binding |
getBinding()
Gets the value of the binding property.
|
RenderingIntent |
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.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.Integer |
getOverPrintMode()
Gets the value of the overPrintMode property.
|
java.lang.String |
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) |
java.lang.Boolean |
isAllowJBIG2Globals()
Gets the value of the allowJBIG2Globals property.
|
java.lang.Boolean |
isASCII85EncodePages()
Gets the value of the ascii85EncodePages property.
|
java.lang.Boolean |
isCompressPages()
Gets the value of the compressPages property.
|
java.lang.Boolean |
isDetectBlend()
Gets the value of the detectBlend property.
|
java.lang.Boolean |
isDoThumbnails()
Gets the value of the doThumbnails property.
|
java.lang.Boolean |
isOptimize()
Gets the value of the optimize property.
|
void |
setAdvancedParams(AdvancedParams value)
Sets the value of the advancedParams property.
|
void |
setAllowJBIG2Globals(java.lang.Boolean value)
Sets the value of the allowJBIG2Globals property.
|
void |
setASCII85EncodePages(java.lang.Boolean value)
Sets the value of the ascii85EncodePages property.
|
void |
setAutoRotatePages(PDFCreationDetails.AutoRotatePages value)
Sets the value of the autoRotatePages property.
|
void |
setBinding(PDFCreationDetails.Binding value)
Sets the value of the binding property.
|
void |
setCompressPages(java.lang.Boolean value)
Sets the value of the compressPages property.
|
void |
setDefaultRenderingIntent(RenderingIntent value)
Sets the value of the defaultRenderingIntent property.
|
void |
setDetectBlend(java.lang.Boolean value)
Sets the value of the detectBlend property.
|
void |
setDoThumbnails(java.lang.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(java.lang.Boolean value)
Sets the value of the optimize property.
|
void |
setOverPrintMode(java.lang.Integer value)
Sets the value of the overPrintMode property.
|
void |
setPDFVersion(java.lang.String 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(java.lang.Boolean value) |
PDFCreationDetails |
withASCII85EncodePages(java.lang.Boolean value) |
PDFCreationDetails |
withAutoRotatePages(PDFCreationDetails.AutoRotatePages value) |
PDFCreationDetails |
withBinding(PDFCreationDetails.Binding value) |
PDFCreationDetails |
withCompressPages(java.lang.Boolean value) |
PDFCreationDetails |
withDefaultRenderingIntent(RenderingIntent value) |
PDFCreationDetails |
withDetectBlend(java.lang.Boolean value) |
PDFCreationDetails |
withDoThumbnails(java.lang.Boolean value) |
PDFCreationDetails |
withInitialPageSize(XYPair value) |
PDFCreationDetails |
withInitialResolution(XYPair value) |
PDFCreationDetails |
withOptimize(java.lang.Boolean value) |
PDFCreationDetails |
withOverPrintMode(java.lang.Integer value) |
PDFCreationDetails |
withPDFVersion(java.lang.String value) |
PDFCreationDetails |
withPDFXParams(PDFXParams value) |
PDFCreationDetails |
withThinPDFParams(ThinPDFParams value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected AdvancedParams advancedParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected PDFXParams pdfxParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ThinPDFParams thinPDFParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean allowJBIG2Globals
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean ascii85EncodePages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected PDFCreationDetails.AutoRotatePages autoRotatePages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected PDFCreationDetails.Binding binding
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean compressPages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected RenderingIntent defaultRenderingIntent
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean detectBlend
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean doThumbnails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair initialPageSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected XYPair initialResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean optimize
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer overPrintMode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String pdfVersion
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public AdvancedParams getAdvancedParams()
AdvancedParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public PDFXParams getPDFXParams()
PDFXParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ThinPDFParams getThinPDFParams()
ThinPDFParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isAllowJBIG2Globals()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAllowJBIG2Globals(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isASCII85EncodePages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setASCII85EncodePages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public PDFCreationDetails.AutoRotatePages getAutoRotatePages()
PDFCreationDetails.AutoRotatePages@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAutoRotatePages(PDFCreationDetails.AutoRotatePages value)
value - allowed object is
PDFCreationDetails.AutoRotatePages@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public PDFCreationDetails.Binding getBinding()
PDFCreationDetails.Binding@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBinding(PDFCreationDetails.Binding value)
value - allowed object is
PDFCreationDetails.Binding@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isCompressPages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setCompressPages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public RenderingIntent getDefaultRenderingIntent()
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setDefaultRenderingIntent(RenderingIntent value)
value - allowed object is
RenderingIntent@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isDetectBlend()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setDetectBlend(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isDoThumbnails()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setDoThumbnails(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getInitialPageSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public XYPair getInitialResolution()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isOptimize()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setOptimize(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getOverPrintMode()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setOverPrintMode(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPDFVersion()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPDFVersion(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public PDFCreationDetails withAdvancedParams(AdvancedParams value)
public PDFCreationDetails withPDFXParams(PDFXParams value)
public PDFCreationDetails withThinPDFParams(ThinPDFParams value)
public PDFCreationDetails withAllowJBIG2Globals(java.lang.Boolean value)
public PDFCreationDetails withASCII85EncodePages(java.lang.Boolean value)
public PDFCreationDetails withAutoRotatePages(PDFCreationDetails.AutoRotatePages value)
public PDFCreationDetails withBinding(PDFCreationDetails.Binding value)
public PDFCreationDetails withCompressPages(java.lang.Boolean value)
public PDFCreationDetails withDefaultRenderingIntent(RenderingIntent value)
public PDFCreationDetails withDetectBlend(java.lang.Boolean value)
public PDFCreationDetails withDoThumbnails(java.lang.Boolean value)
public PDFCreationDetails withInitialPageSize(XYPair value)
public PDFCreationDetails withInitialResolution(XYPair value)
public PDFCreationDetails withOptimize(java.lang.Boolean value)
public PDFCreationDetails withOverPrintMode(java.lang.Integer value)
public PDFCreationDetails withPDFVersion(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object