Package org.cip4.lib.xjdf.schema
Class ImageCompression
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ImageCompression
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class ImageCompression extends java.lang.Object implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImageCompression.ImageDownsampleTypeJava class for null.static classImageCompression.ImageTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanantiAliasImagesprotected java.lang.BooleanautoFilterImagesprotected CCITTFaxParamsccittFaxParamsprotected java.lang.BooleanconvertImagesToIndexedprotected DCTParamsdctParamsprotected java.lang.FloatdctQualityprotected java.lang.BooleandownsampleImagesprotected java.lang.BooleanencodeImagesprotected FlateParamsflateParamsprotected java.lang.StringimageAutoFilterStrategyprotected java.lang.IntegerimageDepthprotected java.lang.FloatimageDownsampleThresholdprotected ImageCompression.ImageDownsampleTypeimageDownsampleTypeprotected java.lang.StringimageFilterprotected java.lang.FloatimageResolutionprotected ImageCompression.ImageTypeimageTypeprotected JBIG2Paramsjbig2Paramsprotected JPEG2000Paramsjpeg2000Paramsprotected java.lang.IntegerjpxQualityprotected LZWParamslzwParams
-
Constructor Summary
Constructors Constructor Description ImageCompression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)CCITTFaxParamsgetCCITTFaxParams()Gets the value of the ccittFaxParams property.DCTParamsgetDCTParams()Gets the value of the dctParams property.java.lang.FloatgetDCTQuality()Gets the value of the dctQuality property.FlateParamsgetFlateParams()Gets the value of the flateParams property.java.lang.StringgetImageAutoFilterStrategy()Gets the value of the imageAutoFilterStrategy property.java.lang.IntegergetImageDepth()Gets the value of the imageDepth property.java.lang.FloatgetImageDownsampleThreshold()Gets the value of the imageDownsampleThreshold property.ImageCompression.ImageDownsampleTypegetImageDownsampleType()Gets the value of the imageDownsampleType property.java.lang.StringgetImageFilter()Gets the value of the imageFilter property.java.lang.FloatgetImageResolution()Gets the value of the imageResolution property.ImageCompression.ImageTypegetImageType()Gets the value of the imageType property.JBIG2ParamsgetJBIG2Params()Gets the value of the jbig2Params property.JPEG2000ParamsgetJPEG2000Params()Gets the value of the jpeg2000Params property.java.lang.IntegergetJPXQuality()Gets the value of the jpxQuality property.LZWParamsgetLZWParams()Gets the value of the lzwParams property.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.inthashCode()java.lang.BooleanisAntiAliasImages()Gets the value of the antiAliasImages property.java.lang.BooleanisAutoFilterImages()Gets the value of the autoFilterImages property.java.lang.BooleanisConvertImagesToIndexed()Gets the value of the convertImagesToIndexed property.java.lang.BooleanisDownsampleImages()Gets the value of the downsampleImages property.java.lang.BooleanisEncodeImages()Gets the value of the encodeImages property.voidsetAntiAliasImages(java.lang.Boolean value)Sets the value of the antiAliasImages property.voidsetAutoFilterImages(java.lang.Boolean value)Sets the value of the autoFilterImages property.voidsetCCITTFaxParams(CCITTFaxParams value)Sets the value of the ccittFaxParams property.voidsetConvertImagesToIndexed(java.lang.Boolean value)Sets the value of the convertImagesToIndexed property.voidsetDCTParams(DCTParams value)Sets the value of the dctParams property.voidsetDCTQuality(java.lang.Float value)Sets the value of the dctQuality property.voidsetDownsampleImages(java.lang.Boolean value)Sets the value of the downsampleImages property.voidsetEncodeImages(java.lang.Boolean value)Sets the value of the encodeImages property.voidsetFlateParams(FlateParams value)Sets the value of the flateParams property.voidsetImageAutoFilterStrategy(java.lang.String value)Sets the value of the imageAutoFilterStrategy property.voidsetImageDepth(java.lang.Integer value)Sets the value of the imageDepth property.voidsetImageDownsampleThreshold(java.lang.Float value)Sets the value of the imageDownsampleThreshold property.voidsetImageDownsampleType(ImageCompression.ImageDownsampleType value)Sets the value of the imageDownsampleType property.voidsetImageFilter(java.lang.String value)Sets the value of the imageFilter property.voidsetImageResolution(java.lang.Float value)Sets the value of the imageResolution property.voidsetImageType(ImageCompression.ImageType value)Sets the value of the imageType property.voidsetJBIG2Params(JBIG2Params value)Sets the value of the jbig2Params property.voidsetJPEG2000Params(JPEG2000Params value)Sets the value of the jpeg2000Params property.voidsetJPXQuality(java.lang.Integer value)Sets the value of the jpxQuality property.voidsetLZWParams(LZWParams value)Sets the value of the lzwParams property.ImageCompressionwithAntiAliasImages(java.lang.Boolean value)ImageCompressionwithAutoFilterImages(java.lang.Boolean value)ImageCompressionwithCCITTFaxParams(CCITTFaxParams value)ImageCompressionwithConvertImagesToIndexed(java.lang.Boolean value)ImageCompressionwithDCTParams(DCTParams value)ImageCompressionwithDCTQuality(java.lang.Float value)ImageCompressionwithDownsampleImages(java.lang.Boolean value)ImageCompressionwithEncodeImages(java.lang.Boolean value)ImageCompressionwithFlateParams(FlateParams value)ImageCompressionwithImageAutoFilterStrategy(java.lang.String value)ImageCompressionwithImageDepth(java.lang.Integer value)ImageCompressionwithImageDownsampleThreshold(java.lang.Float value)ImageCompressionwithImageDownsampleType(ImageCompression.ImageDownsampleType value)ImageCompressionwithImageFilter(java.lang.String value)ImageCompressionwithImageResolution(java.lang.Float value)ImageCompressionwithImageType(ImageCompression.ImageType value)ImageCompressionwithJBIG2Params(JBIG2Params value)ImageCompressionwithJPEG2000Params(JPEG2000Params value)ImageCompressionwithJPXQuality(java.lang.Integer value)ImageCompressionwithLZWParams(LZWParams value)
-
-
-
Field Detail
-
ccittFaxParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected CCITTFaxParams ccittFaxParams
-
dctParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected DCTParams dctParams
-
flateParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected FlateParams flateParams
-
jbig2Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected JBIG2Params jbig2Params
-
jpeg2000Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected JPEG2000Params jpeg2000Params
-
lzwParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected LZWParams lzwParams
-
antiAliasImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean antiAliasImages
-
autoFilterImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean autoFilterImages
-
convertImagesToIndexed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean convertImagesToIndexed
-
dctQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float dctQuality
-
downsampleImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean downsampleImages
-
encodeImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean encodeImages
-
imageAutoFilterStrategy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String imageAutoFilterStrategy
-
imageDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer imageDepth
-
imageDownsampleThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float imageDownsampleThreshold
-
imageDownsampleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected ImageCompression.ImageDownsampleType imageDownsampleType
-
imageFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String imageFilter
-
imageResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float imageResolution
-
imageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected ImageCompression.ImageType imageType
-
jpxQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer jpxQuality
-
-
Method Detail
-
getCCITTFaxParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setCCITTFaxParams(CCITTFaxParams value)Sets the value of the ccittFaxParams property.- Parameters:
value- allowed object isCCITTFaxParams
-
getDCTParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setDCTParams(DCTParams value)Sets the value of the dctParams property.- Parameters:
value- allowed object isDCTParams
-
getFlateParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setFlateParams(FlateParams value)Sets the value of the flateParams property.- Parameters:
value- allowed object isFlateParams
-
getJBIG2Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setJBIG2Params(JBIG2Params value)Sets the value of the jbig2Params property.- Parameters:
value- allowed object isJBIG2Params
-
getJPEG2000Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setJPEG2000Params(JPEG2000Params value)Sets the value of the jpeg2000Params property.- Parameters:
value- allowed object isJPEG2000Params
-
getLZWParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setLZWParams(LZWParams value)Sets the value of the lzwParams property.- Parameters:
value- allowed object isLZWParams
-
isAntiAliasImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setAntiAliasImages(java.lang.Boolean value)Sets the value of the antiAliasImages property.- Parameters:
value- allowed object isBoolean
-
isAutoFilterImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setAutoFilterImages(java.lang.Boolean value)Sets the value of the autoFilterImages property.- Parameters:
value- allowed object isBoolean
-
isConvertImagesToIndexed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setConvertImagesToIndexed(java.lang.Boolean value)Sets the value of the convertImagesToIndexed property.- Parameters:
value- allowed object isBoolean
-
getDCTQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setDCTQuality(java.lang.Float value)Sets the value of the dctQuality property.- Parameters:
value- allowed object isFloat
-
isDownsampleImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setDownsampleImages(java.lang.Boolean value)Sets the value of the downsampleImages property.- Parameters:
value- allowed object isBoolean
-
isEncodeImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setEncodeImages(java.lang.Boolean value)Sets the value of the encodeImages property.- Parameters:
value- allowed object isBoolean
-
getImageAutoFilterStrategy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageAutoFilterStrategy(java.lang.String value)Sets the value of the imageAutoFilterStrategy property.- Parameters:
value- allowed object isString
-
getImageDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageDepth(java.lang.Integer value)Sets the value of the imageDepth property.- Parameters:
value- allowed object isInteger
-
getImageDownsampleThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageDownsampleThreshold(java.lang.Float value)Sets the value of the imageDownsampleThreshold property.- Parameters:
value- allowed object isFloat
-
getImageDownsampleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageDownsampleType(ImageCompression.ImageDownsampleType value)Sets the value of the imageDownsampleType property.- Parameters:
value- allowed object isImageCompression.ImageDownsampleType
-
getImageFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageFilter(java.lang.String value)Sets the value of the imageFilter property.- Parameters:
value- allowed object isString
-
getImageResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageResolution(java.lang.Float value)Sets the value of the imageResolution property.- Parameters:
value- allowed object isFloat
-
getImageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setImageType(ImageCompression.ImageType value)Sets the value of the imageType property.- Parameters:
value- allowed object isImageCompression.ImageType
-
getJPXQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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.1", date="2023-01-02T18:51:33Z") public void setJPXQuality(java.lang.Integer value)Sets the value of the jpxQuality property.- Parameters:
value- allowed object isInteger
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51: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
-
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(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)
-
withImageDownsampleType
public ImageCompression withImageDownsampleType(ImageCompression.ImageDownsampleType value)
-
withImageFilter
public ImageCompression withImageFilter(java.lang.String value)
-
withImageResolution
public ImageCompression withImageResolution(java.lang.Float value)
-
withImageType
public ImageCompression withImageType(ImageCompression.ImageType value)
-
withJPXQuality
public ImageCompression withJPXQuality(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-