Package org.cip4.lib.xjdf.schema
Class ImageCompression
java.lang.Object
org.cip4.lib.xjdf.schema.ImageCompression
- 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 ImageCompression
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}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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected CCITTFaxParamsprotected Booleanprotected DCTParamsprotected Floatprotected Booleanprotected Booleanprotected FlateParamsprotected Stringprotected Integerprotected Floatprotected ImageCompression.ImageDownsampleTypeprotected Stringprotected Floatprotected ImageCompression.ImageTypeprotected JBIG2Paramsprotected JPEG2000Paramsprotected Integerprotected LZWParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the ccittFaxParams property.Gets the value of the dctParams property.Gets the value of the dctQuality property.Gets the value of the flateParams property.Gets the value of the imageAutoFilterStrategy property.Gets the value of the imageDepth property.Gets the value of the imageDownsampleThreshold property.Gets the value of the imageDownsampleType property.Gets the value of the imageFilter property.Gets the value of the imageResolution property.Gets the value of the imageType property.Gets the value of the jbig2Params property.Gets the value of the jpeg2000Params property.Gets the value of the jpxQuality property.Gets the value of the lzwParams property.Gets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the antiAliasImages property.Gets the value of the autoFilterImages property.Gets the value of the convertImagesToIndexed property.Gets the value of the downsampleImages property.Gets the value of the encodeImages property.voidsetAntiAliasImages(Boolean value) Sets the value of the antiAliasImages property.voidsetAutoFilterImages(Boolean value) Sets the value of the autoFilterImages property.voidsetCCITTFaxParams(CCITTFaxParams value) Sets the value of the ccittFaxParams property.voidsetConvertImagesToIndexed(Boolean value) Sets the value of the convertImagesToIndexed property.voidsetDCTParams(DCTParams value) Sets the value of the dctParams property.voidsetDCTQuality(Float value) Sets the value of the dctQuality property.voidsetDownsampleImages(Boolean value) Sets the value of the downsampleImages property.voidsetEncodeImages(Boolean value) Sets the value of the encodeImages property.voidsetFlateParams(FlateParams value) Sets the value of the flateParams property.voidsetImageAutoFilterStrategy(String value) Sets the value of the imageAutoFilterStrategy property.voidsetImageDepth(Integer value) Sets the value of the imageDepth property.voidsetImageDownsampleThreshold(Float value) Sets the value of the imageDownsampleThreshold property.voidSets the value of the imageDownsampleType property.voidsetImageFilter(String value) Sets the value of the imageFilter property.voidsetImageResolution(Float value) Sets the value of the imageResolution property.voidSets 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(Integer value) Sets the value of the jpxQuality property.voidsetLZWParams(LZWParams value) Sets the value of the lzwParams property.withAntiAliasImages(Boolean value) withAutoFilterImages(Boolean value) withCCITTFaxParams(CCITTFaxParams value) withDCTParams(DCTParams value) withDCTQuality(Float value) withDownsampleImages(Boolean value) withEncodeImages(Boolean value) withFlateParams(FlateParams value) withImageDepth(Integer value) withImageFilter(String value) withImageResolution(Float value) withJBIG2Params(JBIG2Params value) withJPEG2000Params(JPEG2000Params value) withJPXQuality(Integer value) withLZWParams(LZWParams value)
-
Field Details
-
ccittFaxParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected CCITTFaxParams ccittFaxParams -
dctParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DCTParams dctParams -
flateParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FlateParams flateParams -
jbig2Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected JBIG2Params jbig2Params -
jpeg2000Params
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected JPEG2000Params jpeg2000Params -
lzwParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected LZWParams lzwParams -
antiAliasImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean antiAliasImages -
autoFilterImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean autoFilterImages -
convertImagesToIndexed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean convertImagesToIndexed -
dctQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float dctQuality -
downsampleImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean downsampleImages -
encodeImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean encodeImages -
imageAutoFilterStrategy
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String imageAutoFilterStrategy -
imageDepth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer imageDepth -
imageDownsampleThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float imageDownsampleThreshold -
imageDownsampleType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ImageCompression.ImageDownsampleType imageDownsampleType -
imageFilter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String imageFilter -
imageResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float imageResolution -
imageType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ImageCompression.ImageType imageType -
jpxQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer jpxQuality
-
-
Constructor Details
-
ImageCompression
public ImageCompression()
-
-
Method Details
-
getCCITTFaxParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAntiAliasImages(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAutoFilterImages(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setConvertImagesToIndexed(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setDCTQuality(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setDownsampleImages(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setEncodeImages(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setImageAutoFilterStrategy(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setImageDepth(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setImageDownsampleThreshold(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setImageFilter(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setImageResolution(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setJPXQuality(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 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
-
withCCITTFaxParams
-
withDCTParams
-
withFlateParams
-
withJBIG2Params
-
withJPEG2000Params
-
withLZWParams
-
withAntiAliasImages
-
withAutoFilterImages
-
withConvertImagesToIndexed
-
withDCTQuality
-
withDownsampleImages
-
withEncodeImages
-
withImageAutoFilterStrategy
-
withImageDepth
-
withImageDownsampleThreshold
-
withImageDownsampleType
-
withImageFilter
-
withImageResolution
-
withImageType
-
withJPXQuality
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-