public class JpegType extends ImageBaseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
jpegQuality |
protected SizeOptimizationType |
sizeOptimization |
dpi, height, metrics, width| Constructor and Description |
|---|
JpegType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJpegQuality()
Gets the value of the jpegQuality property.
|
SizeOptimizationType |
getSizeOptimization()
Gets the value of the sizeOptimization property.
|
boolean |
isSetJpegQuality() |
boolean |
isSetSizeOptimization() |
void |
setJpegQuality(int value)
Sets the value of the jpegQuality property.
|
void |
setSizeOptimization(SizeOptimizationType value)
Sets the value of the sizeOptimization property.
|
void |
unsetJpegQuality() |
getDpi, getHeight, getMetrics, getWidth, isSetDpi, isSetHeight, isSetMetrics, isSetWidth, setDpi, setHeight, setMetrics, setWidth, unsetDpi, unsetHeight, unsetWidthprotected SizeOptimizationType sizeOptimization
protected Integer jpegQuality
public SizeOptimizationType getSizeOptimization()
SizeOptimizationTypepublic void setSizeOptimization(SizeOptimizationType value)
value - allowed object is
SizeOptimizationTypepublic boolean isSetSizeOptimization()
public int getJpegQuality()
Integerpublic void setJpegQuality(int value)
value - allowed object is
Integerpublic boolean isSetJpegQuality()
public void unsetJpegQuality()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.