public class ImageType extends BaseToolboxType
Java class for ImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<choice>
<element name="png" type="{http://schema.webpdf.de/1.0/operation}PngType"/>
<element name="tiff" type="{http://schema.webpdf.de/1.0/operation}TiffType"/>
<element name="jpeg" type="{http://schema.webpdf.de/1.0/operation}JpegType"/>
<element name="gif" type="{http://schema.webpdf.de/1.0/operation}GifType"/>
<element name="bmp" type="{http://schema.webpdf.de/1.0/operation}BmpType"/>
</choice>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
<attribute name="fileNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BmpType |
bmp |
protected String |
fileNameTemplate |
protected GifType |
gif |
protected JpegType |
jpeg |
protected String |
pages |
protected PngType |
png |
protected TiffType |
tiff |
| Constructor and Description |
|---|
ImageType() |
| Modifier and Type | Method and Description |
|---|---|
BmpType |
getBmp()
Gets the value of the bmp property.
|
String |
getFileNameTemplate()
Gets the value of the fileNameTemplate property.
|
GifType |
getGif()
Gets the value of the gif property.
|
JpegType |
getJpeg()
Gets the value of the jpeg property.
|
String |
getPages()
Gets the value of the pages property.
|
PngType |
getPng()
Gets the value of the png property.
|
TiffType |
getTiff()
Gets the value of the tiff property.
|
boolean |
isSetBmp() |
boolean |
isSetFileNameTemplate() |
boolean |
isSetGif() |
boolean |
isSetJpeg() |
boolean |
isSetPages() |
boolean |
isSetPng() |
boolean |
isSetTiff() |
void |
setBmp(BmpType value)
Sets the value of the bmp property.
|
void |
setFileNameTemplate(String value)
Sets the value of the fileNameTemplate property.
|
void |
setGif(GifType value)
Sets the value of the gif property.
|
void |
setJpeg(JpegType value)
Sets the value of the jpeg property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setPng(PngType value)
Sets the value of the png property.
|
void |
setTiff(TiffType value)
Sets the value of the tiff property.
|
protected PngType png
protected TiffType tiff
protected JpegType jpeg
protected GifType gif
protected BmpType bmp
protected String pages
protected String fileNameTemplate
public PngType getPng()
PngTypepublic void setPng(PngType value)
value - allowed object is
PngTypepublic boolean isSetPng()
public TiffType getTiff()
TiffTypepublic void setTiff(TiffType value)
value - allowed object is
TiffTypepublic boolean isSetTiff()
public JpegType getJpeg()
JpegTypepublic void setJpeg(JpegType value)
value - allowed object is
JpegTypepublic boolean isSetJpeg()
public GifType getGif()
GifTypepublic void setGif(GifType value)
value - allowed object is
GifTypepublic boolean isSetGif()
public BmpType getBmp()
BmpTypepublic void setBmp(BmpType value)
value - allowed object is
BmpTypepublic boolean isSetBmp()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public String getFileNameTemplate()
Stringpublic void setFileNameTemplate(String value)
value - allowed object is
Stringpublic boolean isSetFileNameTemplate()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.