Class TiffType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ImageBaseType
-
- net.webpdf.wsclient.schema.operation.TiffType
-
public class TiffType extends ImageBaseType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a target TIFF image format.</p>
Java class for TiffType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TiffType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType"> <attribute name="multipage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="compression" type="{http://schema.webpdf.de/1.0/operation}TiffCompressionType" default="none" /> <attribute name="jpegQuality" default="80"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> <attribute name="blackAndWhiteQuality" type="{http://schema.webpdf.de/1.0/operation}TiffBlackAndWhiteQualityType" default="high" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TiffBlackAndWhiteQualityTypeblackAndWhiteQualityprotected TiffCompressionTypecompressionprotected IntegerjpegQualityprotected Booleanmultipage-
Fields inherited from class net.webpdf.wsclient.schema.operation.ImageBaseType
dpi, height, metrics, width
-
-
Constructor Summary
Constructors Constructor Description TiffType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TiffBlackAndWhiteQualityTypegetBlackAndWhiteQuality()Gets the value of the blackAndWhiteQuality property.TiffCompressionTypegetCompression()Gets the value of the compression property.intgetJpegQuality()Gets the value of the jpegQuality property.booleanisMultipage()Gets the value of the multipage property.booleanisSetBlackAndWhiteQuality()booleanisSetCompression()booleanisSetJpegQuality()booleanisSetMultipage()voidsetBlackAndWhiteQuality(TiffBlackAndWhiteQualityType value)Sets the value of the blackAndWhiteQuality property.voidsetCompression(TiffCompressionType value)Sets the value of the compression property.voidsetJpegQuality(int value)Sets the value of the jpegQuality property.voidsetMultipage(boolean value)Sets the value of the multipage property.voidunsetJpegQuality()voidunsetMultipage()-
Methods inherited from class net.webpdf.wsclient.schema.operation.ImageBaseType
getDpi, getHeight, getMetrics, getWidth, isSetDpi, isSetHeight, isSetMetrics, isSetWidth, setDpi, setHeight, setMetrics, setWidth, unsetDpi, unsetHeight, unsetWidth
-
-
-
-
Field Detail
-
multipage
protected Boolean multipage
-
compression
protected TiffCompressionType compression
-
jpegQuality
protected Integer jpegQuality
-
blackAndWhiteQuality
protected TiffBlackAndWhiteQualityType blackAndWhiteQuality
-
-
Method Detail
-
isMultipage
public boolean isMultipage()
Gets the value of the multipage property.- Returns:
- possible object is
Boolean
-
setMultipage
public void setMultipage(boolean value)
Sets the value of the multipage property.- Parameters:
value- allowed object isBoolean
-
isSetMultipage
public boolean isSetMultipage()
-
unsetMultipage
public void unsetMultipage()
-
getCompression
public TiffCompressionType getCompression()
Gets the value of the compression property.- Returns:
- possible object is
TiffCompressionType
-
setCompression
public void setCompression(TiffCompressionType value)
Sets the value of the compression property.- Parameters:
value- allowed object isTiffCompressionType
-
isSetCompression
public boolean isSetCompression()
-
getJpegQuality
public int getJpegQuality()
Gets the value of the jpegQuality property.- Returns:
- possible object is
Integer
-
setJpegQuality
public void setJpegQuality(int value)
Sets the value of the jpegQuality property.- Parameters:
value- allowed object isInteger
-
isSetJpegQuality
public boolean isSetJpegQuality()
-
unsetJpegQuality
public void unsetJpegQuality()
-
getBlackAndWhiteQuality
public TiffBlackAndWhiteQualityType getBlackAndWhiteQuality()
Gets the value of the blackAndWhiteQuality property.- Returns:
- possible object is
TiffBlackAndWhiteQualityType
-
setBlackAndWhiteQuality
public void setBlackAndWhiteQuality(TiffBlackAndWhiteQualityType value)
Sets the value of the blackAndWhiteQuality property.- Parameters:
value- allowed object isTiffBlackAndWhiteQualityType
-
isSetBlackAndWhiteQuality
public boolean isSetBlackAndWhiteQuality()
-
-