Class JpegType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ImageBaseType
-
- net.webpdf.wsclient.schema.operation.JpegType
-
public class JpegType 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 JPEG image format.</p>
Java class for JpegType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JpegType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType"> <all> <element name="sizeOptimization" type="{http://schema.webpdf.de/1.0/operation}SizeOptimizationType" minOccurs="0"/> </all> <attribute name="jpegQuality" default="80"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerjpegQualityprotected SizeOptimizationTypesizeOptimization-
Fields inherited from class net.webpdf.wsclient.schema.operation.ImageBaseType
dpi, height, metrics, width
-
-
Constructor Summary
Constructors Constructor Description JpegType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetJpegQuality()Gets the value of the jpegQuality property.SizeOptimizationTypegetSizeOptimization()Gets the value of the sizeOptimization property.booleanisSetJpegQuality()booleanisSetSizeOptimization()voidsetJpegQuality(int value)Sets the value of the jpegQuality property.voidsetSizeOptimization(SizeOptimizationType value)Sets the value of the sizeOptimization property.voidunsetJpegQuality()-
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
-
sizeOptimization
protected SizeOptimizationType sizeOptimization
-
jpegQuality
protected Integer jpegQuality
-
-
Method Detail
-
getSizeOptimization
public SizeOptimizationType getSizeOptimization()
Gets the value of the sizeOptimization property.- Returns:
- possible object is
SizeOptimizationType
-
setSizeOptimization
public void setSizeOptimization(SizeOptimizationType value)
Sets the value of the sizeOptimization property.- Parameters:
value- allowed object isSizeOptimizationType
-
isSetSizeOptimization
public boolean isSetSizeOptimization()
-
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()
-
-