Class ImageCompression

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class ImageCompression
    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}CCITTFaxParams" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}DCTParams" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FlateParams" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}JBIG2Params" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}JPEG2000Params" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}LZWParams" minOccurs="0"/>
           </sequence>
           <attribute name="AntiAliasImages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="AutoFilterImages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="ConvertImagesToIndexed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="DCTQuality" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="DownsampleImages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="EncodeImages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="ImageAutoFilterStrategy" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="ImageDepth" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ImageDownsampleThreshold" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="ImageDownsampleType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Average"/>
                 <enumeration value="Bicubic"/>
                 <enumeration value="Subsample"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ImageFilter" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="ImageResolution" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="ImageType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Color"/>
                 <enumeration value="Grayscale"/>
                 <enumeration value="Monochrome"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="JPXQuality" type="{http://www.w3.org/2001/XMLSchema}int" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • ccittFaxParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected CCITTFaxParams ccittFaxParams
      • dctParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected DCTParams dctParams
      • flateParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected FlateParams flateParams
      • jbig2Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected JBIG2Params jbig2Params
      • jpeg2000Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected JPEG2000Params jpeg2000Params
      • lzwParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected LZWParams lzwParams
      • antiAliasImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean antiAliasImages
      • autoFilterImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean autoFilterImages
      • convertImagesToIndexed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean convertImagesToIndexed
      • dctQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float dctQuality
      • downsampleImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean downsampleImages
      • encodeImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Boolean encodeImages
      • imageAutoFilterStrategy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String imageAutoFilterStrategy
      • imageDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Integer imageDepth
      • imageDownsampleThreshold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float imageDownsampleThreshold
      • imageDownsampleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ImageCompression.ImageDownsampleType imageDownsampleType
      • imageFilter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String imageFilter
      • imageResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float imageResolution
      • imageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ImageCompression.ImageType imageType
      • jpxQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Integer jpxQuality
    • Constructor Detail

      • ImageCompression

        public ImageCompression()
    • Method Detail

      • getCCITTFaxParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public CCITTFaxParams getCCITTFaxParams()
        Gets the value of the ccittFaxParams property.
        Returns:
        possible object is CCITTFaxParams
      • setCCITTFaxParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCCITTFaxParams​(CCITTFaxParams value)
        Sets the value of the ccittFaxParams property.
        Parameters:
        value - allowed object is CCITTFaxParams
      • getDCTParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public DCTParams getDCTParams()
        Gets the value of the dctParams property.
        Returns:
        possible object is DCTParams
      • setDCTParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setDCTParams​(DCTParams value)
        Sets the value of the dctParams property.
        Parameters:
        value - allowed object is DCTParams
      • getFlateParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public FlateParams getFlateParams()
        Gets the value of the flateParams property.
        Returns:
        possible object is FlateParams
      • setFlateParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setFlateParams​(FlateParams value)
        Sets the value of the flateParams property.
        Parameters:
        value - allowed object is FlateParams
      • getJBIG2Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public JBIG2Params getJBIG2Params()
        Gets the value of the jbig2Params property.
        Returns:
        possible object is JBIG2Params
      • setJBIG2Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setJBIG2Params​(JBIG2Params value)
        Sets the value of the jbig2Params property.
        Parameters:
        value - allowed object is JBIG2Params
      • getJPEG2000Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public JPEG2000Params getJPEG2000Params()
        Gets the value of the jpeg2000Params property.
        Returns:
        possible object is JPEG2000Params
      • setJPEG2000Params

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setJPEG2000Params​(JPEG2000Params value)
        Sets the value of the jpeg2000Params property.
        Parameters:
        value - allowed object is JPEG2000Params
      • getLZWParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public LZWParams getLZWParams()
        Gets the value of the lzwParams property.
        Returns:
        possible object is LZWParams
      • setLZWParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setLZWParams​(LZWParams value)
        Sets the value of the lzwParams property.
        Parameters:
        value - allowed object is LZWParams
      • isAntiAliasImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isAntiAliasImages()
        Gets the value of the antiAliasImages property.
        Returns:
        possible object is Boolean
      • setAntiAliasImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setAntiAliasImages​(java.lang.Boolean value)
        Sets the value of the antiAliasImages property.
        Parameters:
        value - allowed object is Boolean
      • isAutoFilterImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isAutoFilterImages()
        Gets the value of the autoFilterImages property.
        Returns:
        possible object is Boolean
      • setAutoFilterImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setAutoFilterImages​(java.lang.Boolean value)
        Sets the value of the autoFilterImages property.
        Parameters:
        value - allowed object is Boolean
      • isConvertImagesToIndexed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isConvertImagesToIndexed()
        Gets the value of the convertImagesToIndexed property.
        Returns:
        possible object is Boolean
      • setConvertImagesToIndexed

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setConvertImagesToIndexed​(java.lang.Boolean value)
        Sets the value of the convertImagesToIndexed property.
        Parameters:
        value - allowed object is Boolean
      • getDCTQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getDCTQuality()
        Gets the value of the dctQuality property.
        Returns:
        possible object is Float
      • setDCTQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setDCTQuality​(java.lang.Float value)
        Sets the value of the dctQuality property.
        Parameters:
        value - allowed object is Float
      • isDownsampleImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isDownsampleImages()
        Gets the value of the downsampleImages property.
        Returns:
        possible object is Boolean
      • setDownsampleImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setDownsampleImages​(java.lang.Boolean value)
        Sets the value of the downsampleImages property.
        Parameters:
        value - allowed object is Boolean
      • isEncodeImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Boolean isEncodeImages()
        Gets the value of the encodeImages property.
        Returns:
        possible object is Boolean
      • setEncodeImages

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setEncodeImages​(java.lang.Boolean value)
        Sets the value of the encodeImages property.
        Parameters:
        value - allowed object is Boolean
      • getImageAutoFilterStrategy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.String getImageAutoFilterStrategy()
        Gets the value of the imageAutoFilterStrategy property.
        Returns:
        possible object is String
      • setImageAutoFilterStrategy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageAutoFilterStrategy​(java.lang.String value)
        Sets the value of the imageAutoFilterStrategy property.
        Parameters:
        value - allowed object is String
      • getImageDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Integer getImageDepth()
        Gets the value of the imageDepth property.
        Returns:
        possible object is Integer
      • setImageDepth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageDepth​(java.lang.Integer value)
        Sets the value of the imageDepth property.
        Parameters:
        value - allowed object is Integer
      • getImageDownsampleThreshold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getImageDownsampleThreshold()
        Gets the value of the imageDownsampleThreshold property.
        Returns:
        possible object is Float
      • setImageDownsampleThreshold

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageDownsampleThreshold​(java.lang.Float value)
        Sets the value of the imageDownsampleThreshold property.
        Parameters:
        value - allowed object is Float
      • getImageFilter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.String getImageFilter()
        Gets the value of the imageFilter property.
        Returns:
        possible object is String
      • setImageFilter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageFilter​(java.lang.String value)
        Sets the value of the imageFilter property.
        Parameters:
        value - allowed object is String
      • getImageResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getImageResolution()
        Gets the value of the imageResolution property.
        Returns:
        possible object is Float
      • setImageResolution

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageResolution​(java.lang.Float value)
        Sets the value of the imageResolution property.
        Parameters:
        value - allowed object is Float
      • getImageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public ImageCompression.ImageType getImageType()
        Gets the value of the imageType property.
        Returns:
        possible object is ImageCompression.ImageType
      • setImageType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setImageType​(ImageCompression.ImageType value)
        Sets the value of the imageType property.
        Parameters:
        value - allowed object is ImageCompression.ImageType
      • getJPXQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Integer getJPXQuality()
        Gets the value of the jpxQuality property.
        Returns:
        possible object is Integer
      • setJPXQuality

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setJPXQuality​(java.lang.Integer value)
        Sets the value of the jpxQuality property.
        Parameters:
        value - allowed object is Integer
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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
      • withAntiAliasImages

        public ImageCompression withAntiAliasImages​(java.lang.Boolean value)
      • withAutoFilterImages

        public ImageCompression withAutoFilterImages​(java.lang.Boolean value)
      • withConvertImagesToIndexed

        public ImageCompression withConvertImagesToIndexed​(java.lang.Boolean value)
      • withDCTQuality

        public ImageCompression withDCTQuality​(java.lang.Float value)
      • withDownsampleImages

        public ImageCompression withDownsampleImages​(java.lang.Boolean value)
      • withEncodeImages

        public ImageCompression withEncodeImages​(java.lang.Boolean value)
      • withImageAutoFilterStrategy

        public ImageCompression withImageAutoFilterStrategy​(java.lang.String value)
      • withImageDepth

        public ImageCompression withImageDepth​(java.lang.Integer value)
      • withImageDownsampleThreshold

        public ImageCompression withImageDownsampleThreshold​(java.lang.Float value)
      • withImageFilter

        public ImageCompression withImageFilter​(java.lang.String value)
      • withImageResolution

        public ImageCompression withImageResolution​(java.lang.Float value)
      • withJPXQuality

        public ImageCompression withJPXQuality​(java.lang.Integer 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