Class PDFInterpretingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.PDFInterpretingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class PDFInterpretingParams extends java.lang.Object implements java.io.SerializableJava 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"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ReferenceXObjParams" minOccurs="0"/> </sequence> <attribute name="EmitPDFBG" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="EmitPDFHalftones" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="EmitPDFTransfers" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="EmitPDFUCR" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="HonorPDFOverprint" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ICCColorAsDeviceColor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="OCGIntent" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="OCGProcess" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="OCGZoom" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="PrintPDFAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="PrintTrapAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="TransparencyRenderingQuality" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanemitPDFBGprotected java.lang.BooleanemitPDFHalftonesprotected java.lang.BooleanemitPDFTransfersprotected java.lang.BooleanemitPDFUCRprotected java.lang.BooleanhonorPDFOverprintprotected java.lang.BooleaniccColorAsDeviceColorprotected java.util.List<OCGControl>ocgControlprotected java.lang.StringocgIntentprotected java.lang.StringocgProcessprotected java.lang.FloatocgZoomprotected java.lang.BooleanprintPDFAnnotationsprotected java.lang.BooleanprintTrapAnnotationsprotected ReferenceXObjParamsreferenceXObjParamsprotected java.lang.FloattransparencyRenderingQuality
-
Constructor Summary
Constructors Constructor Description PDFInterpretingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<OCGControl>getOCGControl()Gets the value of the ocgControl property.java.lang.StringgetOCGIntent()Gets the value of the ocgIntent property.java.lang.StringgetOCGProcess()Gets the value of the ocgProcess property.java.lang.FloatgetOCGZoom()Gets the value of the ocgZoom 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.ReferenceXObjParamsgetReferenceXObjParams()Gets the value of the referenceXObjParams property.java.lang.FloatgetTransparencyRenderingQuality()Gets the value of the transparencyRenderingQuality property.inthashCode()java.lang.BooleanisEmitPDFBG()Gets the value of the emitPDFBG property.java.lang.BooleanisEmitPDFHalftones()Gets the value of the emitPDFHalftones property.java.lang.BooleanisEmitPDFTransfers()Gets the value of the emitPDFTransfers property.java.lang.BooleanisEmitPDFUCR()Gets the value of the emitPDFUCR property.java.lang.BooleanisHonorPDFOverprint()Gets the value of the honorPDFOverprint property.java.lang.BooleanisICCColorAsDeviceColor()Gets the value of the iccColorAsDeviceColor property.java.lang.BooleanisPrintPDFAnnotations()Gets the value of the printPDFAnnotations property.java.lang.BooleanisPrintTrapAnnotations()Gets the value of the printTrapAnnotations property.voidsetEmitPDFBG(java.lang.Boolean value)Sets the value of the emitPDFBG property.voidsetEmitPDFHalftones(java.lang.Boolean value)Sets the value of the emitPDFHalftones property.voidsetEmitPDFTransfers(java.lang.Boolean value)Sets the value of the emitPDFTransfers property.voidsetEmitPDFUCR(java.lang.Boolean value)Sets the value of the emitPDFUCR property.voidsetHonorPDFOverprint(java.lang.Boolean value)Sets the value of the honorPDFOverprint property.voidsetICCColorAsDeviceColor(java.lang.Boolean value)Sets the value of the iccColorAsDeviceColor property.voidsetOCGIntent(java.lang.String value)Sets the value of the ocgIntent property.voidsetOCGProcess(java.lang.String value)Sets the value of the ocgProcess property.voidsetOCGZoom(java.lang.Float value)Sets the value of the ocgZoom property.voidsetPrintPDFAnnotations(java.lang.Boolean value)Sets the value of the printPDFAnnotations property.voidsetPrintTrapAnnotations(java.lang.Boolean value)Sets the value of the printTrapAnnotations property.voidsetReferenceXObjParams(ReferenceXObjParams value)Sets the value of the referenceXObjParams property.voidsetTransparencyRenderingQuality(java.lang.Float value)Sets the value of the transparencyRenderingQuality property.PDFInterpretingParamswithEmitPDFBG(java.lang.Boolean value)PDFInterpretingParamswithEmitPDFHalftones(java.lang.Boolean value)PDFInterpretingParamswithEmitPDFTransfers(java.lang.Boolean value)PDFInterpretingParamswithEmitPDFUCR(java.lang.Boolean value)PDFInterpretingParamswithHonorPDFOverprint(java.lang.Boolean value)PDFInterpretingParamswithICCColorAsDeviceColor(java.lang.Boolean value)PDFInterpretingParamswithOCGControl(java.util.Collection<OCGControl> values)PDFInterpretingParamswithOCGControl(OCGControl... values)PDFInterpretingParamswithOCGIntent(java.lang.String value)PDFInterpretingParamswithOCGProcess(java.lang.String value)PDFInterpretingParamswithOCGZoom(java.lang.Float value)PDFInterpretingParamswithPrintPDFAnnotations(java.lang.Boolean value)PDFInterpretingParamswithPrintTrapAnnotations(java.lang.Boolean value)PDFInterpretingParamswithReferenceXObjParams(ReferenceXObjParams value)PDFInterpretingParamswithTransparencyRenderingQuality(java.lang.Float value)
-
-
-
Field Detail
-
ocgControl
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<OCGControl> ocgControl
-
referenceXObjParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected ReferenceXObjParams referenceXObjParams
-
emitPDFBG
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean emitPDFBG
-
emitPDFHalftones
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean emitPDFHalftones
-
emitPDFTransfers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean emitPDFTransfers
-
emitPDFUCR
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean emitPDFUCR
-
honorPDFOverprint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean honorPDFOverprint
-
iccColorAsDeviceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean iccColorAsDeviceColor
-
ocgIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String ocgIntent
-
ocgProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String ocgProcess
-
ocgZoom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Float ocgZoom
-
printPDFAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean printPDFAnnotations
-
printTrapAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean printTrapAnnotations
-
transparencyRenderingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Float transparencyRenderingQuality
-
-
Method Detail
-
getOCGControl
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<OCGControl> getOCGControl()Gets the value of the ocgControl property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the ocgControl property.
-
getReferenceXObjParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public ReferenceXObjParams getReferenceXObjParams()Gets the value of the referenceXObjParams property.- Returns:
- possible object is
ReferenceXObjParams
-
setReferenceXObjParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setReferenceXObjParams(ReferenceXObjParams value)Sets the value of the referenceXObjParams property.- Parameters:
value- allowed object isReferenceXObjParams
-
isEmitPDFBG
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isEmitPDFBG()Gets the value of the emitPDFBG property.- Returns:
- possible object is
Boolean
-
setEmitPDFBG
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setEmitPDFBG(java.lang.Boolean value)Sets the value of the emitPDFBG property.- Parameters:
value- allowed object isBoolean
-
isEmitPDFHalftones
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isEmitPDFHalftones()Gets the value of the emitPDFHalftones property.- Returns:
- possible object is
Boolean
-
setEmitPDFHalftones
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setEmitPDFHalftones(java.lang.Boolean value)Sets the value of the emitPDFHalftones property.- Parameters:
value- allowed object isBoolean
-
isEmitPDFTransfers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isEmitPDFTransfers()Gets the value of the emitPDFTransfers property.- Returns:
- possible object is
Boolean
-
setEmitPDFTransfers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setEmitPDFTransfers(java.lang.Boolean value)Sets the value of the emitPDFTransfers property.- Parameters:
value- allowed object isBoolean
-
isEmitPDFUCR
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isEmitPDFUCR()Gets the value of the emitPDFUCR property.- Returns:
- possible object is
Boolean
-
setEmitPDFUCR
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setEmitPDFUCR(java.lang.Boolean value)Sets the value of the emitPDFUCR property.- Parameters:
value- allowed object isBoolean
-
isHonorPDFOverprint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isHonorPDFOverprint()Gets the value of the honorPDFOverprint property.- Returns:
- possible object is
Boolean
-
setHonorPDFOverprint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setHonorPDFOverprint(java.lang.Boolean value)Sets the value of the honorPDFOverprint property.- Parameters:
value- allowed object isBoolean
-
isICCColorAsDeviceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isICCColorAsDeviceColor()Gets the value of the iccColorAsDeviceColor property.- Returns:
- possible object is
Boolean
-
setICCColorAsDeviceColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setICCColorAsDeviceColor(java.lang.Boolean value)Sets the value of the iccColorAsDeviceColor property.- Parameters:
value- allowed object isBoolean
-
getOCGIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getOCGIntent()Gets the value of the ocgIntent property.- Returns:
- possible object is
String
-
setOCGIntent
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setOCGIntent(java.lang.String value)Sets the value of the ocgIntent property.- Parameters:
value- allowed object isString
-
getOCGProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.String getOCGProcess()Gets the value of the ocgProcess property.- Returns:
- possible object is
String
-
setOCGProcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setOCGProcess(java.lang.String value)Sets the value of the ocgProcess property.- Parameters:
value- allowed object isString
-
getOCGZoom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Float getOCGZoom()Gets the value of the ocgZoom property.- Returns:
- possible object is
Float
-
setOCGZoom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setOCGZoom(java.lang.Float value)Sets the value of the ocgZoom property.- Parameters:
value- allowed object isFloat
-
isPrintPDFAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isPrintPDFAnnotations()Gets the value of the printPDFAnnotations property.- Returns:
- possible object is
Boolean
-
setPrintPDFAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setPrintPDFAnnotations(java.lang.Boolean value)Sets the value of the printPDFAnnotations property.- Parameters:
value- allowed object isBoolean
-
isPrintTrapAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isPrintTrapAnnotations()Gets the value of the printTrapAnnotations property.- Returns:
- possible object is
Boolean
-
setPrintTrapAnnotations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setPrintTrapAnnotations(java.lang.Boolean value)Sets the value of the printTrapAnnotations property.- Parameters:
value- allowed object isBoolean
-
getTransparencyRenderingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Float getTransparencyRenderingQuality()Gets the value of the transparencyRenderingQuality property.- Returns:
- possible object is
Float
-
setTransparencyRenderingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setTransparencyRenderingQuality(java.lang.Float value)Sets the value of the transparencyRenderingQuality property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public 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.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.
- Returns:
- always non-null
-
withOCGControl
public PDFInterpretingParams withOCGControl(OCGControl... values)
-
withOCGControl
public PDFInterpretingParams withOCGControl(java.util.Collection<OCGControl> values)
-
withReferenceXObjParams
public PDFInterpretingParams withReferenceXObjParams(ReferenceXObjParams value)
-
withEmitPDFBG
public PDFInterpretingParams withEmitPDFBG(java.lang.Boolean value)
-
withEmitPDFHalftones
public PDFInterpretingParams withEmitPDFHalftones(java.lang.Boolean value)
-
withEmitPDFTransfers
public PDFInterpretingParams withEmitPDFTransfers(java.lang.Boolean value)
-
withEmitPDFUCR
public PDFInterpretingParams withEmitPDFUCR(java.lang.Boolean value)
-
withHonorPDFOverprint
public PDFInterpretingParams withHonorPDFOverprint(java.lang.Boolean value)
-
withICCColorAsDeviceColor
public PDFInterpretingParams withICCColorAsDeviceColor(java.lang.Boolean value)
-
withOCGIntent
public PDFInterpretingParams withOCGIntent(java.lang.String value)
-
withOCGProcess
public PDFInterpretingParams withOCGProcess(java.lang.String value)
-
withOCGZoom
public PDFInterpretingParams withOCGZoom(java.lang.Float value)
-
withPrintPDFAnnotations
public PDFInterpretingParams withPrintPDFAnnotations(java.lang.Boolean value)
-
withPrintTrapAnnotations
public PDFInterpretingParams withPrintTrapAnnotations(java.lang.Boolean value)
-
withTransparencyRenderingQuality
public PDFInterpretingParams withTransparencyRenderingQuality(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-