Class ConverterType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterType
-
- All Implemented Interfaces:
ParameterInterface
public class ConverterType extends Object implements ParameterInterface
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Performs the conversion of a document.</p>
Java class for ConverterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="page" type="{http://schema.webpdf.de/1.0/operation}ConverterPageType" minOccurs="0"/> <element name="pdfa" type="{http://schema.webpdf.de/1.0/operation}PdfaType" minOccurs="0"/> <element name="signature" type="{http://schema.webpdf.de/1.0/operation}SignatureType" minOccurs="0"/> <element name="html" type="{http://schema.webpdf.de/1.0/operation}ConverterHtmlType" minOccurs="0"/> <element name="mail" type="{http://schema.webpdf.de/1.0/operation}ConverterMailType" minOccurs="0"/> <element name="officeBridge" type="{http://schema.webpdf.de/1.0/operation}OfficeBridgeType" minOccurs="0"/> <element name="sharePointBridge" type="{http://schema.webpdf.de/1.0/operation}SharePointBridgeType" minOccurs="0"/> <element name="report" type="{http://schema.webpdf.de/1.0/operation}ConverterReportType" minOccurs="0"/> <element name="template" type="{http://schema.webpdf.de/1.0/operation}ConverterTemplateType" minOccurs="0"/> <element name="text" type="{http://schema.webpdf.de/1.0/operation}ConverterTextType" minOccurs="0"/> <element name="transform" type="{http://schema.webpdf.de/1.0/operation}ConverterTransformType" minOccurs="0"/> <element name="image" type="{http://schema.webpdf.de/1.0/operation}ConverterImageType" minOccurs="0"/> </all> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="compression" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="jpegQuality" default="90"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> <attribute name="reduceResolution" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="dpi" default="300"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}DpiType"> </restriction> </simpleType> </attribute> <attribute name="embedFonts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="accessPassword" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="fileExtension" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="maxRecursion" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessPasswordprotected Booleancompressionprotected Integerdpiprotected BooleanembedFontsprotected StringfileExtensionprotected ConverterHtmlTypehtmlprotected ConverterImageTypeimageprotected IntegerjpegQualityprotected ConverterMailTypemailprotected IntegermaxRecursionprotected OfficeBridgeTypeofficeBridgeprotected ConverterPageTypepageprotected Stringpagesprotected PdfaTypepdfaprotected BooleanreduceResolutionprotected ConverterReportTypereportprotected SharePointBridgeTypesharePointBridgeprotected SignatureTypesignatureprotected ConverterTemplateTypetemplateprotected ConverterTextTypetextprotected ConverterTransformTypetransform
-
Constructor Summary
Constructors Constructor Description ConverterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessPassword()Gets the value of the accessPassword property.intgetDpi()Gets the value of the dpi property.StringgetFileExtension()Gets the value of the fileExtension property.ConverterHtmlTypegetHtml()Gets the value of the html property.ConverterImageTypegetImage()Gets the value of the image property.intgetJpegQuality()Gets the value of the jpegQuality property.ConverterMailTypegetMail()Gets the value of the mail property.intgetMaxRecursion()Gets the value of the maxRecursion property.OfficeBridgeTypegetOfficeBridge()Gets the value of the officeBridge property.ConverterPageTypegetPage()Gets the value of the page property.StringgetPages()Gets the value of the pages property.PdfaTypegetPdfa()Gets the value of the pdfa property.ConverterReportTypegetReport()Gets the value of the report property.SharePointBridgeTypegetSharePointBridge()Gets the value of the sharePointBridge property.SignatureTypegetSignature()Gets the value of the signature property.ConverterTemplateTypegetTemplate()Gets the value of the template property.ConverterTextTypegetText()Gets the value of the text property.ConverterTransformTypegetTransform()Gets the value of the transform property.booleanisCompression()Gets the value of the compression property.booleanisEmbedFonts()Gets the value of the embedFonts property.booleanisReduceResolution()Gets the value of the reduceResolution property.booleanisSetAccessPassword()booleanisSetCompression()booleanisSetDpi()booleanisSetEmbedFonts()booleanisSetFileExtension()booleanisSetHtml()booleanisSetImage()booleanisSetJpegQuality()booleanisSetMail()booleanisSetMaxRecursion()booleanisSetOfficeBridge()booleanisSetPage()booleanisSetPages()booleanisSetPdfa()booleanisSetReduceResolution()booleanisSetReport()booleanisSetSharePointBridge()booleanisSetSignature()booleanisSetTemplate()booleanisSetText()booleanisSetTransform()voidsetAccessPassword(String value)Sets the value of the accessPassword property.voidsetCompression(boolean value)Sets the value of the compression property.voidsetDpi(int value)Sets the value of the dpi property.voidsetEmbedFonts(boolean value)Sets the value of the embedFonts property.voidsetFileExtension(String value)Sets the value of the fileExtension property.voidsetHtml(ConverterHtmlType value)Sets the value of the html property.voidsetImage(ConverterImageType value)Sets the value of the image property.voidsetJpegQuality(int value)Sets the value of the jpegQuality property.voidsetMail(ConverterMailType value)Sets the value of the mail property.voidsetMaxRecursion(int value)Sets the value of the maxRecursion property.voidsetOfficeBridge(OfficeBridgeType value)Sets the value of the officeBridge property.voidsetPage(ConverterPageType value)Sets the value of the page property.voidsetPages(String value)Sets the value of the pages property.voidsetPdfa(PdfaType value)Sets the value of the pdfa property.voidsetReduceResolution(boolean value)Sets the value of the reduceResolution property.voidsetReport(ConverterReportType value)Sets the value of the report property.voidsetSharePointBridge(SharePointBridgeType value)Sets the value of the sharePointBridge property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetTemplate(ConverterTemplateType value)Sets the value of the template property.voidsetText(ConverterTextType value)Sets the value of the text property.voidsetTransform(ConverterTransformType value)Sets the value of the transform property.voidunsetCompression()voidunsetDpi()voidunsetEmbedFonts()voidunsetJpegQuality()voidunsetMaxRecursion()voidunsetReduceResolution()
-
-
-
Field Detail
-
page
protected ConverterPageType page
-
pdfa
protected PdfaType pdfa
-
signature
protected SignatureType signature
-
html
protected ConverterHtmlType html
-
mail
protected ConverterMailType mail
-
officeBridge
protected OfficeBridgeType officeBridge
-
sharePointBridge
protected SharePointBridgeType sharePointBridge
-
report
protected ConverterReportType report
-
template
protected ConverterTemplateType template
-
text
protected ConverterTextType text
-
transform
protected ConverterTransformType transform
-
image
protected ConverterImageType image
-
pages
protected String pages
-
compression
protected Boolean compression
-
jpegQuality
protected Integer jpegQuality
-
reduceResolution
protected Boolean reduceResolution
-
dpi
protected Integer dpi
-
embedFonts
protected Boolean embedFonts
-
accessPassword
protected String accessPassword
-
fileExtension
protected String fileExtension
-
maxRecursion
protected Integer maxRecursion
-
-
Method Detail
-
getPage
public ConverterPageType getPage()
Gets the value of the page property.- Returns:
- possible object is
ConverterPageType
-
setPage
public void setPage(ConverterPageType value)
Sets the value of the page property.- Parameters:
value- allowed object isConverterPageType
-
isSetPage
public boolean isSetPage()
-
getPdfa
public PdfaType getPdfa()
Gets the value of the pdfa property.- Returns:
- possible object is
PdfaType
-
setPdfa
public void setPdfa(PdfaType value)
Sets the value of the pdfa property.- Parameters:
value- allowed object isPdfaType
-
isSetPdfa
public boolean isSetPdfa()
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
isSetSignature
public boolean isSetSignature()
-
getHtml
public ConverterHtmlType getHtml()
Gets the value of the html property.- Returns:
- possible object is
ConverterHtmlType
-
setHtml
public void setHtml(ConverterHtmlType value)
Sets the value of the html property.- Parameters:
value- allowed object isConverterHtmlType
-
isSetHtml
public boolean isSetHtml()
-
getMail
public ConverterMailType getMail()
Gets the value of the mail property.- Returns:
- possible object is
ConverterMailType
-
setMail
public void setMail(ConverterMailType value)
Sets the value of the mail property.- Parameters:
value- allowed object isConverterMailType
-
isSetMail
public boolean isSetMail()
-
getOfficeBridge
public OfficeBridgeType getOfficeBridge()
Gets the value of the officeBridge property.- Returns:
- possible object is
OfficeBridgeType
-
setOfficeBridge
public void setOfficeBridge(OfficeBridgeType value)
Sets the value of the officeBridge property.- Parameters:
value- allowed object isOfficeBridgeType
-
isSetOfficeBridge
public boolean isSetOfficeBridge()
-
getSharePointBridge
public SharePointBridgeType getSharePointBridge()
Gets the value of the sharePointBridge property.- Returns:
- possible object is
SharePointBridgeType
-
setSharePointBridge
public void setSharePointBridge(SharePointBridgeType value)
Sets the value of the sharePointBridge property.- Parameters:
value- allowed object isSharePointBridgeType
-
isSetSharePointBridge
public boolean isSetSharePointBridge()
-
getReport
public ConverterReportType getReport()
Gets the value of the report property.- Returns:
- possible object is
ConverterReportType
-
setReport
public void setReport(ConverterReportType value)
Sets the value of the report property.- Parameters:
value- allowed object isConverterReportType
-
isSetReport
public boolean isSetReport()
-
getTemplate
public ConverterTemplateType getTemplate()
Gets the value of the template property.- Returns:
- possible object is
ConverterTemplateType
-
setTemplate
public void setTemplate(ConverterTemplateType value)
Sets the value of the template property.- Parameters:
value- allowed object isConverterTemplateType
-
isSetTemplate
public boolean isSetTemplate()
-
getText
public ConverterTextType getText()
Gets the value of the text property.- Returns:
- possible object is
ConverterTextType
-
setText
public void setText(ConverterTextType value)
Sets the value of the text property.- Parameters:
value- allowed object isConverterTextType
-
isSetText
public boolean isSetText()
-
getTransform
public ConverterTransformType getTransform()
Gets the value of the transform property.- Returns:
- possible object is
ConverterTransformType
-
setTransform
public void setTransform(ConverterTransformType value)
Sets the value of the transform property.- Parameters:
value- allowed object isConverterTransformType
-
isSetTransform
public boolean isSetTransform()
-
getImage
public ConverterImageType getImage()
Gets the value of the image property.- Returns:
- possible object is
ConverterImageType
-
setImage
public void setImage(ConverterImageType value)
Sets the value of the image property.- Parameters:
value- allowed object isConverterImageType
-
isSetImage
public boolean isSetImage()
-
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()
-
isCompression
public boolean isCompression()
Gets the value of the compression property.- Returns:
- possible object is
Boolean
-
setCompression
public void setCompression(boolean value)
Sets the value of the compression property.- Parameters:
value- allowed object isBoolean
-
isSetCompression
public boolean isSetCompression()
-
unsetCompression
public void unsetCompression()
-
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()
-
isReduceResolution
public boolean isReduceResolution()
Gets the value of the reduceResolution property.- Returns:
- possible object is
Boolean
-
setReduceResolution
public void setReduceResolution(boolean value)
Sets the value of the reduceResolution property.- Parameters:
value- allowed object isBoolean
-
isSetReduceResolution
public boolean isSetReduceResolution()
-
unsetReduceResolution
public void unsetReduceResolution()
-
getDpi
public int getDpi()
Gets the value of the dpi property.- Returns:
- possible object is
Integer
-
setDpi
public void setDpi(int value)
Sets the value of the dpi property.- Parameters:
value- allowed object isInteger
-
isSetDpi
public boolean isSetDpi()
-
unsetDpi
public void unsetDpi()
-
isEmbedFonts
public boolean isEmbedFonts()
Gets the value of the embedFonts property.- Returns:
- possible object is
Boolean
-
setEmbedFonts
public void setEmbedFonts(boolean value)
Sets the value of the embedFonts property.- Parameters:
value- allowed object isBoolean
-
isSetEmbedFonts
public boolean isSetEmbedFonts()
-
unsetEmbedFonts
public void unsetEmbedFonts()
-
getAccessPassword
public String getAccessPassword()
Gets the value of the accessPassword property.- Returns:
- possible object is
String
-
setAccessPassword
public void setAccessPassword(String value)
Sets the value of the accessPassword property.- Parameters:
value- allowed object isString
-
isSetAccessPassword
public boolean isSetAccessPassword()
-
getFileExtension
public String getFileExtension()
Gets the value of the fileExtension property.- Returns:
- possible object is
String
-
setFileExtension
public void setFileExtension(String value)
Sets the value of the fileExtension property.- Parameters:
value- allowed object isString
-
isSetFileExtension
public boolean isSetFileExtension()
-
getMaxRecursion
public int getMaxRecursion()
Gets the value of the maxRecursion property.- Returns:
- possible object is
Integer
-
setMaxRecursion
public void setMaxRecursion(int value)
Sets the value of the maxRecursion property.- Parameters:
value- allowed object isInteger
-
isSetMaxRecursion
public boolean isSetMaxRecursion()
-
unsetMaxRecursion
public void unsetMaxRecursion()
-
-