Class PDFInterpretingParams

java.lang.Object
org.cip4.lib.xjdf.schema.PDFInterpretingParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class PDFInterpretingParams extends Object implements 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:
  • Field Details

    • ocgControl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<OCGControl> ocgControl
    • referenceXObjParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ReferenceXObjParams referenceXObjParams
    • emitPDFBG

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean emitPDFBG
    • emitPDFHalftones

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean emitPDFHalftones
    • emitPDFTransfers

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean emitPDFTransfers
    • emitPDFUCR

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean emitPDFUCR
    • honorPDFOverprint

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean honorPDFOverprint
    • iccColorAsDeviceColor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean iccColorAsDeviceColor
    • ocgIntent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String ocgIntent
    • ocgProcess

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String ocgProcess
    • ocgZoom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float ocgZoom
    • printPDFAnnotations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean printPDFAnnotations
    • printTrapAnnotations

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean printTrapAnnotations
    • transparencyRenderingQuality

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float transparencyRenderingQuality
  • Constructor Details

    • PDFInterpretingParams

      public PDFInterpretingParams()
  • Method Details

    • getOCGControl

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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

    • getReferenceXObjParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEmitPDFBG(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEmitPDFHalftones(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEmitPDFTransfers(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEmitPDFUCR(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setHonorPDFOverprint(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setICCColorAsDeviceColor(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setOCGIntent(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setOCGProcess(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setOCGZoom(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPrintPDFAnnotations(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPrintTrapAnnotations(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTransparencyRenderingQuality(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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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(Collection<OCGControl> values)
    • withReferenceXObjParams

      public PDFInterpretingParams withReferenceXObjParams(ReferenceXObjParams value)
    • withEmitPDFBG

      public PDFInterpretingParams withEmitPDFBG(Boolean value)
    • withEmitPDFHalftones

      public PDFInterpretingParams withEmitPDFHalftones(Boolean value)
    • withEmitPDFTransfers

      public PDFInterpretingParams withEmitPDFTransfers(Boolean value)
    • withEmitPDFUCR

      public PDFInterpretingParams withEmitPDFUCR(Boolean value)
    • withHonorPDFOverprint

      public PDFInterpretingParams withHonorPDFOverprint(Boolean value)
    • withICCColorAsDeviceColor

      public PDFInterpretingParams withICCColorAsDeviceColor(Boolean value)
    • withOCGIntent

      public PDFInterpretingParams withOCGIntent(String value)
    • withOCGProcess

      public PDFInterpretingParams withOCGProcess(String value)
    • withOCGZoom

      public PDFInterpretingParams withOCGZoom(Float value)
    • withPrintPDFAnnotations

      public PDFInterpretingParams withPrintPDFAnnotations(Boolean value)
    • withPrintTrapAnnotations

      public PDFInterpretingParams withPrintTrapAnnotations(Boolean value)
    • withTransparencyRenderingQuality

      public PDFInterpretingParams withTransparencyRenderingQuality(Float value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class 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 Object