Class PDFInterpretingParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class PDFInterpretingParams
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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

        protected java.util.List<OCGControl> ocgControl
      • emitPDFBG

        protected java.lang.Boolean emitPDFBG
      • emitPDFHalftones

        protected java.lang.Boolean emitPDFHalftones
      • emitPDFTransfers

        protected java.lang.Boolean emitPDFTransfers
      • emitPDFUCR

        protected java.lang.Boolean emitPDFUCR
      • honorPDFOverprint

        protected java.lang.Boolean honorPDFOverprint
      • iccColorAsDeviceColor

        protected java.lang.Boolean iccColorAsDeviceColor
      • ocgIntent

        protected java.lang.String ocgIntent
      • ocgProcess

        protected java.lang.String ocgProcess
      • ocgZoom

        protected java.lang.Float ocgZoom
      • printPDFAnnotations

        protected java.lang.Boolean printPDFAnnotations
      • printTrapAnnotations

        protected java.lang.Boolean printTrapAnnotations
      • transparencyRenderingQuality

        protected java.lang.Float transparencyRenderingQuality
    • Constructor Detail

      • PDFInterpretingParams

        public PDFInterpretingParams()
    • Method Detail

      • getOCGControl

        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 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

      • setReferenceXObjParams

        public void setReferenceXObjParams​(ReferenceXObjParams value)
        Sets the value of the referenceXObjParams property.
        Parameters:
        value - allowed object is ReferenceXObjParams
      • isEmitPDFBG

        public java.lang.Boolean isEmitPDFBG()
        Gets the value of the emitPDFBG property.
        Returns:
        possible object is Boolean
      • setEmitPDFBG

        public void setEmitPDFBG​(java.lang.Boolean value)
        Sets the value of the emitPDFBG property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFHalftones

        public java.lang.Boolean isEmitPDFHalftones()
        Gets the value of the emitPDFHalftones property.
        Returns:
        possible object is Boolean
      • setEmitPDFHalftones

        public void setEmitPDFHalftones​(java.lang.Boolean value)
        Sets the value of the emitPDFHalftones property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFTransfers

        public java.lang.Boolean isEmitPDFTransfers()
        Gets the value of the emitPDFTransfers property.
        Returns:
        possible object is Boolean
      • setEmitPDFTransfers

        public void setEmitPDFTransfers​(java.lang.Boolean value)
        Sets the value of the emitPDFTransfers property.
        Parameters:
        value - allowed object is Boolean
      • isEmitPDFUCR

        public java.lang.Boolean isEmitPDFUCR()
        Gets the value of the emitPDFUCR property.
        Returns:
        possible object is Boolean
      • setEmitPDFUCR

        public void setEmitPDFUCR​(java.lang.Boolean value)
        Sets the value of the emitPDFUCR property.
        Parameters:
        value - allowed object is Boolean
      • isHonorPDFOverprint

        public java.lang.Boolean isHonorPDFOverprint()
        Gets the value of the honorPDFOverprint property.
        Returns:
        possible object is Boolean
      • setHonorPDFOverprint

        public void setHonorPDFOverprint​(java.lang.Boolean value)
        Sets the value of the honorPDFOverprint property.
        Parameters:
        value - allowed object is Boolean
      • isICCColorAsDeviceColor

        public java.lang.Boolean isICCColorAsDeviceColor()
        Gets the value of the iccColorAsDeviceColor property.
        Returns:
        possible object is Boolean
      • setICCColorAsDeviceColor

        public void setICCColorAsDeviceColor​(java.lang.Boolean value)
        Sets the value of the iccColorAsDeviceColor property.
        Parameters:
        value - allowed object is Boolean
      • getOCGIntent

        public java.lang.String getOCGIntent()
        Gets the value of the ocgIntent property.
        Returns:
        possible object is String
      • setOCGIntent

        public void setOCGIntent​(java.lang.String value)
        Sets the value of the ocgIntent property.
        Parameters:
        value - allowed object is String
      • getOCGProcess

        public java.lang.String getOCGProcess()
        Gets the value of the ocgProcess property.
        Returns:
        possible object is String
      • setOCGProcess

        public void setOCGProcess​(java.lang.String value)
        Sets the value of the ocgProcess property.
        Parameters:
        value - allowed object is String
      • getOCGZoom

        public java.lang.Float getOCGZoom()
        Gets the value of the ocgZoom property.
        Returns:
        possible object is Float
      • setOCGZoom

        public void setOCGZoom​(java.lang.Float value)
        Sets the value of the ocgZoom property.
        Parameters:
        value - allowed object is Float
      • isPrintPDFAnnotations

        public java.lang.Boolean isPrintPDFAnnotations()
        Gets the value of the printPDFAnnotations property.
        Returns:
        possible object is Boolean
      • setPrintPDFAnnotations

        public void setPrintPDFAnnotations​(java.lang.Boolean value)
        Sets the value of the printPDFAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • isPrintTrapAnnotations

        public java.lang.Boolean isPrintTrapAnnotations()
        Gets the value of the printTrapAnnotations property.
        Returns:
        possible object is Boolean
      • setPrintTrapAnnotations

        public void setPrintTrapAnnotations​(java.lang.Boolean value)
        Sets the value of the printTrapAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • getTransparencyRenderingQuality

        public java.lang.Float getTransparencyRenderingQuality()
        Gets the value of the transparencyRenderingQuality property.
        Returns:
        possible object is Float
      • setTransparencyRenderingQuality

        public void setTransparencyRenderingQuality​(java.lang.Float value)
        Sets the value of the transparencyRenderingQuality property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        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​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

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