Class PDFInterpretingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class PDFInterpretingParams
    extends java.lang.Object
    implements java.io.Serializable

    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"/>
             <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 Detail

      • ocgControl

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<OCGControl> ocgControl
      • referenceXObjParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected ReferenceXObjParams referenceXObjParams
      • emitPDFBG

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean emitPDFBG
      • emitPDFHalftones

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean emitPDFHalftones
      • emitPDFTransfers

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean emitPDFTransfers
      • emitPDFUCR

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean emitPDFUCR
      • honorPDFOverprint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean honorPDFOverprint
      • iccColorAsDeviceColor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean iccColorAsDeviceColor
      • ocgIntent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String ocgIntent
      • ocgProcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String ocgProcess
      • ocgZoom

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float ocgZoom
      • printPDFAnnotations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean printPDFAnnotations
      • printTrapAnnotations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean printTrapAnnotations
      • transparencyRenderingQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Float transparencyRenderingQuality
    • Constructor Detail

      • PDFInterpretingParams

        public PDFInterpretingParams()
    • Method Detail

      • getOCGControl

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 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

        Returns:
        The value of the ocgControl property.
      • getReferenceXObjParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setReferenceXObjParams​(ReferenceXObjParams value)
        Sets the value of the referenceXObjParams property.
        Parameters:
        value - allowed object is ReferenceXObjParams
      • isEmitPDFBG

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setEmitPDFBG​(java.lang.Boolean value)
        Sets the value of the emitPDFBG property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFHalftones

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setEmitPDFHalftones​(java.lang.Boolean value)
        Sets the value of the emitPDFHalftones property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFTransfers

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setEmitPDFTransfers​(java.lang.Boolean value)
        Sets the value of the emitPDFTransfers property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFUCR

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setEmitPDFUCR​(java.lang.Boolean value)
        Sets the value of the emitPDFUCR property.
        Parameters:
        value - allowed object is Boolean
      • isHonorPDFOverprint

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setHonorPDFOverprint​(java.lang.Boolean value)
        Sets the value of the honorPDFOverprint property.
        Parameters:
        value - allowed object is Boolean
      • isICCColorAsDeviceColor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setICCColorAsDeviceColor​(java.lang.Boolean value)
        Sets the value of the iccColorAsDeviceColor property.
        Parameters:
        value - allowed object is Boolean
      • getOCGIntent

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setOCGIntent​(java.lang.String value)
        Sets the value of the ocgIntent property.
        Parameters:
        value - allowed object is String
      • getOCGProcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setOCGProcess​(java.lang.String value)
        Sets the value of the ocgProcess property.
        Parameters:
        value - allowed object is String
      • getOCGZoom

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setOCGZoom​(java.lang.Float value)
        Sets the value of the ocgZoom property.
        Parameters:
        value - allowed object is Float
      • isPrintPDFAnnotations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setPrintPDFAnnotations​(java.lang.Boolean value)
        Sets the value of the printPDFAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • isPrintTrapAnnotations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setPrintTrapAnnotations​(java.lang.Boolean value)
        Sets the value of the printTrapAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • getTransparencyRenderingQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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-21T00:11:33Z")
        public void setTransparencyRenderingQuality​(java.lang.Float value)
        Sets the value of the transparencyRenderingQuality property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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
      • withHonorPDFOverprint

        public PDFInterpretingParams withHonorPDFOverprint​(java.lang.Boolean value)
      • withICCColorAsDeviceColor

        public PDFInterpretingParams withICCColorAsDeviceColor​(java.lang.Boolean 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object