Class ImageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.ImageType
-
- All Implemented Interfaces:
ParameterInterface
public class ImageType extends BaseToolboxType
<?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">The image operation element can be used to export a document as an image.</p>
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"/> <element name="svg" type="{http://schema.webpdf.de/1.0/operation}SvgType"/> </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>
-
-
Constructor Summary
Constructors Constructor Description ImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BmpTypegetBmp()Gets the value of the bmp property.StringgetFileNameTemplate()Gets the value of the fileNameTemplate property.GifTypegetGif()Gets the value of the gif property.JpegTypegetJpeg()Gets the value of the jpeg property.StringgetPages()Gets the value of the pages property.PngTypegetPng()Gets the value of the png property.SvgTypegetSvg()Gets the value of the svg property.TiffTypegetTiff()Gets the value of the tiff property.booleanisSetBmp()booleanisSetFileNameTemplate()booleanisSetGif()booleanisSetJpeg()booleanisSetPages()booleanisSetPng()booleanisSetSvg()booleanisSetTiff()voidsetBmp(BmpType value)Sets the value of the bmp property.voidsetFileNameTemplate(String value)Sets the value of the fileNameTemplate property.voidsetGif(GifType value)Sets the value of the gif property.voidsetJpeg(JpegType value)Sets the value of the jpeg property.voidsetPages(String value)Sets the value of the pages property.voidsetPng(PngType value)Sets the value of the png property.voidsetSvg(SvgType value)Sets the value of the svg property.voidsetTiff(TiffType value)Sets the value of the tiff property.
-
-
-
Method Detail
-
getPng
public PngType getPng()
Gets the value of the png property.- Returns:
- possible object is
PngType
-
setPng
public void setPng(PngType value)
Sets the value of the png property.- Parameters:
value- allowed object isPngType
-
isSetPng
public boolean isSetPng()
-
getTiff
public TiffType getTiff()
Gets the value of the tiff property.- Returns:
- possible object is
TiffType
-
setTiff
public void setTiff(TiffType value)
Sets the value of the tiff property.- Parameters:
value- allowed object isTiffType
-
isSetTiff
public boolean isSetTiff()
-
getJpeg
public JpegType getJpeg()
Gets the value of the jpeg property.- Returns:
- possible object is
JpegType
-
setJpeg
public void setJpeg(JpegType value)
Sets the value of the jpeg property.- Parameters:
value- allowed object isJpegType
-
isSetJpeg
public boolean isSetJpeg()
-
getGif
public GifType getGif()
Gets the value of the gif property.- Returns:
- possible object is
GifType
-
setGif
public void setGif(GifType value)
Sets the value of the gif property.- Parameters:
value- allowed object isGifType
-
isSetGif
public boolean isSetGif()
-
getBmp
public BmpType getBmp()
Gets the value of the bmp property.- Returns:
- possible object is
BmpType
-
setBmp
public void setBmp(BmpType value)
Sets the value of the bmp property.- Parameters:
value- allowed object isBmpType
-
isSetBmp
public boolean isSetBmp()
-
getSvg
public SvgType getSvg()
Gets the value of the svg property.- Returns:
- possible object is
SvgType
-
setSvg
public void setSvg(SvgType value)
Sets the value of the svg property.- Parameters:
value- allowed object isSvgType
-
isSetSvg
public boolean isSetSvg()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getFileNameTemplate
public String getFileNameTemplate()
Gets the value of the fileNameTemplate property.- Returns:
- possible object is
String
-
setFileNameTemplate
public void setFileNameTemplate(String value)
Sets the value of the fileNameTemplate property.- Parameters:
value- allowed object isString
-
isSetFileNameTemplate
public boolean isSetFileNameTemplate()
-
-