@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class PDFInterpretingParams 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}OCGControl" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="OCGProcess" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OCGDefault" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EmitPDFBG" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OCGIntent" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="EmitPDFHalftones" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EmitPDFUCR" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PrintPDFAnnotations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PrintTrapAnnotations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TransparencyRenderingQuality" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HonorPDFOverprint" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EmitPDFTransfers" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ICCColorAsDeviceColor" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OCGZoom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ReferenceXObjParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
emitPDFBG |
protected Boolean |
emitPDFHalftones |
protected Boolean |
emitPDFTransfers |
protected Boolean |
emitPDFUCR |
protected Boolean |
honorPDFOverprint |
protected Boolean |
iccColorAsDeviceColor |
protected List<OCGControl> |
ocgControl |
protected String |
ocgDefault |
protected String |
ocgIntent |
protected String |
ocgProcess |
protected Double |
ocgZoom |
protected Boolean |
printPDFAnnotations |
protected Boolean |
printTrapAnnotations |
protected Object |
referenceXObjParamsRef |
protected Double |
transparencyRenderingQuality |
| Constructor and Description |
|---|
PDFInterpretingParams() |
| 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) |
List<OCGControl> |
getOCGControl()
Gets the value of the ocgControl property.
|
String |
getOCGDefault()
Gets the value of the ocgDefault property.
|
String |
getOCGIntent()
Gets the value of the ocgIntent property.
|
String |
getOCGProcess()
Gets the value of the ocgProcess property.
|
Double |
getOCGZoom()
Gets the value of the ocgZoom property.
|
Object |
getReferenceXObjParamsRef()
Gets the value of the referenceXObjParamsRef property.
|
Double |
getTransparencyRenderingQuality()
Gets the value of the transparencyRenderingQuality property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isEmitPDFBG()
Gets the value of the emitPDFBG property.
|
Boolean |
isEmitPDFHalftones()
Gets the value of the emitPDFHalftones property.
|
Boolean |
isEmitPDFTransfers()
Gets the value of the emitPDFTransfers property.
|
Boolean |
isEmitPDFUCR()
Gets the value of the emitPDFUCR property.
|
Boolean |
isHonorPDFOverprint()
Gets the value of the honorPDFOverprint property.
|
Boolean |
isICCColorAsDeviceColor()
Gets the value of the iccColorAsDeviceColor property.
|
Boolean |
isPrintPDFAnnotations()
Gets the value of the printPDFAnnotations property.
|
Boolean |
isPrintTrapAnnotations()
Gets the value of the printTrapAnnotations property.
|
void |
setEmitPDFBG(Boolean value)
Sets the value of the emitPDFBG property.
|
void |
setEmitPDFHalftones(Boolean value)
Sets the value of the emitPDFHalftones property.
|
void |
setEmitPDFTransfers(Boolean value)
Sets the value of the emitPDFTransfers property.
|
void |
setEmitPDFUCR(Boolean value)
Sets the value of the emitPDFUCR property.
|
void |
setHonorPDFOverprint(Boolean value)
Sets the value of the honorPDFOverprint property.
|
void |
setICCColorAsDeviceColor(Boolean value)
Sets the value of the iccColorAsDeviceColor property.
|
void |
setOCGDefault(String value)
Sets the value of the ocgDefault property.
|
void |
setOCGIntent(String value)
Sets the value of the ocgIntent property.
|
void |
setOCGProcess(String value)
Sets the value of the ocgProcess property.
|
void |
setOCGZoom(Double value)
Sets the value of the ocgZoom property.
|
void |
setPrintPDFAnnotations(Boolean value)
Sets the value of the printPDFAnnotations property.
|
void |
setPrintTrapAnnotations(Boolean value)
Sets the value of the printTrapAnnotations property.
|
void |
setReferenceXObjParamsRef(Object value)
Sets the value of the referenceXObjParamsRef property.
|
void |
setTransparencyRenderingQuality(Double value)
Sets the value of the transparencyRenderingQuality property.
|
PDFInterpretingParams |
withEmitPDFBG(Boolean value) |
PDFInterpretingParams |
withEmitPDFHalftones(Boolean value) |
PDFInterpretingParams |
withEmitPDFTransfers(Boolean value) |
PDFInterpretingParams |
withEmitPDFUCR(Boolean value) |
PDFInterpretingParams |
withHonorPDFOverprint(Boolean value) |
PDFInterpretingParams |
withICCColorAsDeviceColor(Boolean value) |
PDFInterpretingParams |
withOCGControl(Collection<OCGControl> values) |
PDFInterpretingParams |
withOCGControl(OCGControl... values) |
PDFInterpretingParams |
withOCGDefault(String value) |
PDFInterpretingParams |
withOCGIntent(String value) |
PDFInterpretingParams |
withOCGProcess(String value) |
PDFInterpretingParams |
withOCGZoom(Double value) |
PDFInterpretingParams |
withPrintPDFAnnotations(Boolean value) |
PDFInterpretingParams |
withPrintTrapAnnotations(Boolean value) |
PDFInterpretingParams |
withReferenceXObjParamsRef(Object value) |
PDFInterpretingParams |
withTransparencyRenderingQuality(Double value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<OCGControl> ocgControl
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String ocgProcess
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String ocgDefault
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean emitPDFBG
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String ocgIntent
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean emitPDFHalftones
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean emitPDFUCR
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean printPDFAnnotations
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean printTrapAnnotations
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double transparencyRenderingQuality
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean honorPDFOverprint
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean emitPDFTransfers
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean iccColorAsDeviceColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double ocgZoom
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Object referenceXObjParamsRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<OCGControl> getOCGControl()
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 ocgControl property.
For example, to add a new item, do as follows:
getOCGControl().add(newItem);
Objects of the following type(s) are allowed in the list
OCGControl
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getOCGProcess()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOCGProcess(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getOCGDefault()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOCGDefault(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isEmitPDFBG()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEmitPDFBG(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getOCGIntent()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOCGIntent(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isEmitPDFHalftones()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEmitPDFHalftones(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isEmitPDFUCR()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEmitPDFUCR(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isPrintPDFAnnotations()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setPrintPDFAnnotations(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isPrintTrapAnnotations()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setPrintTrapAnnotations(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getTransparencyRenderingQuality()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTransparencyRenderingQuality(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isHonorPDFOverprint()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setHonorPDFOverprint(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isEmitPDFTransfers()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEmitPDFTransfers(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isICCColorAsDeviceColor()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setICCColorAsDeviceColor(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getOCGZoom()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setOCGZoom(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Object getReferenceXObjParamsRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setReferenceXObjParamsRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGControl(OCGControl... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGControl(Collection<OCGControl> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGProcess(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGDefault(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withEmitPDFBG(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGIntent(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withEmitPDFHalftones(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withEmitPDFUCR(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withPrintPDFAnnotations(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withPrintTrapAnnotations(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withTransparencyRenderingQuality(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withHonorPDFOverprint(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withEmitPDFTransfers(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withICCColorAsDeviceColor(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withOCGZoom(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public PDFInterpretingParams withReferenceXObjParamsRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+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-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+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.