Class ImageCompression

java.lang.Object
org.cip4.lib.xjdf.schema.ImageCompression
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class ImageCompression extends Object implements 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:
  • Field Details

    • ccittFaxParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected CCITTFaxParams ccittFaxParams
    • dctParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected DCTParams dctParams
    • flateParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FlateParams flateParams
    • jbig2Params

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected JBIG2Params jbig2Params
    • jpeg2000Params

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected JPEG2000Params jpeg2000Params
    • lzwParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected LZWParams lzwParams
    • antiAliasImages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean antiAliasImages
    • autoFilterImages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean autoFilterImages
    • convertImagesToIndexed

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean convertImagesToIndexed
    • dctQuality

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float dctQuality
    • downsampleImages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean downsampleImages
    • encodeImages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean encodeImages
    • imageAutoFilterStrategy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String imageAutoFilterStrategy
    • imageDepth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer imageDepth
    • imageDownsampleThreshold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float imageDownsampleThreshold
    • imageDownsampleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ImageCompression.ImageDownsampleType imageDownsampleType
    • imageFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String imageFilter
    • imageResolution

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float imageResolution
    • imageType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ImageCompression.ImageType imageType
    • jpxQuality

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer jpxQuality
  • Constructor Details

    • ImageCompression

      public ImageCompression()
  • Method Details

    • getCCITTFaxParams

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setAntiAliasImages(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setAutoFilterImages(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setConvertImagesToIndexed(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setDCTQuality(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setDownsampleImages(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setEncodeImages(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setImageAutoFilterStrategy(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setImageDepth(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setImageDownsampleThreshold(Float value)
      Sets the value of the imageDownsampleThreshold property.
      Parameters:
      value - allowed object is Float
    • getImageDownsampleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ImageCompression.ImageDownsampleType getImageDownsampleType()
      Gets the value of the imageDownsampleType property.
      Returns:
      possible object is ImageCompression.ImageDownsampleType
    • setImageDownsampleType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setImageDownsampleType(ImageCompression.ImageDownsampleType value)
      Sets the value of the imageDownsampleType property.
      Parameters:
      value - allowed object is ImageCompression.ImageDownsampleType
    • getImageFilter

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setImageFilter(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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setImageResolution(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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public 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.4", date="2025-09-19T22:22:03Z") public void setJPXQuality(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.4", date="2025-09-19T22:22:03Z") 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
    • withCCITTFaxParams

      public ImageCompression withCCITTFaxParams(CCITTFaxParams value)
    • withDCTParams

      public ImageCompression withDCTParams(DCTParams value)
    • withFlateParams

      public ImageCompression withFlateParams(FlateParams value)
    • withJBIG2Params

      public ImageCompression withJBIG2Params(JBIG2Params value)
    • withJPEG2000Params

      public ImageCompression withJPEG2000Params(JPEG2000Params value)
    • withLZWParams

      public ImageCompression withLZWParams(LZWParams value)
    • withAntiAliasImages

      public ImageCompression withAntiAliasImages(Boolean value)
    • withAutoFilterImages

      public ImageCompression withAutoFilterImages(Boolean value)
    • withConvertImagesToIndexed

      public ImageCompression withConvertImagesToIndexed(Boolean value)
    • withDCTQuality

      public ImageCompression withDCTQuality(Float value)
    • withDownsampleImages

      public ImageCompression withDownsampleImages(Boolean value)
    • withEncodeImages

      public ImageCompression withEncodeImages(Boolean value)
    • withImageAutoFilterStrategy

      public ImageCompression withImageAutoFilterStrategy(String value)
    • withImageDepth

      public ImageCompression withImageDepth(Integer value)
    • withImageDownsampleThreshold

      public ImageCompression withImageDownsampleThreshold(Float value)
    • withImageDownsampleType

      public ImageCompression withImageDownsampleType(ImageCompression.ImageDownsampleType value)
    • withImageFilter

      public ImageCompression withImageFilter(String value)
    • withImageResolution

      public ImageCompression withImageResolution(Float value)
    • withImageType

      public ImageCompression withImageType(ImageCompression.ImageType value)
    • withJPXQuality

      public ImageCompression withJPXQuality(Integer value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object