public class ConverterType extends Object implements ParameterInterface
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}PageType" 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}TransformType" 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessPassword |
protected Boolean |
compression |
protected Integer |
dpi |
protected Boolean |
embedFonts |
protected String |
fileExtension |
protected ConverterHtmlType |
html |
protected Integer |
jpegQuality |
protected ConverterMailType |
mail |
protected Integer |
maxRecursion |
protected OfficeBridgeType |
officeBridge |
protected PageType |
page |
protected String |
pages |
protected PdfaType |
pdfa |
protected Boolean |
reduceResolution |
protected ConverterReportType |
report |
protected SharePointBridgeType |
sharePointBridge |
protected SignatureType |
signature |
protected ConverterTemplateType |
template |
protected ConverterTextType |
text |
protected TransformType |
transform |
| Constructor and Description |
|---|
ConverterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessPassword()
Gets the value of the accessPassword property.
|
int |
getDpi()
Gets the value of the dpi property.
|
String |
getFileExtension()
Gets the value of the fileExtension property.
|
ConverterHtmlType |
getHtml()
Gets the value of the html property.
|
int |
getJpegQuality()
Gets the value of the jpegQuality property.
|
ConverterMailType |
getMail()
Gets the value of the mail property.
|
int |
getMaxRecursion()
Gets the value of the maxRecursion property.
|
OfficeBridgeType |
getOfficeBridge()
Gets the value of the officeBridge property.
|
PageType |
getPage()
Gets the value of the page property.
|
String |
getPages()
Gets the value of the pages property.
|
PdfaType |
getPdfa()
Gets the value of the pdfa property.
|
ConverterReportType |
getReport()
Gets the value of the report property.
|
SharePointBridgeType |
getSharePointBridge()
Gets the value of the sharePointBridge property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
ConverterTemplateType |
getTemplate()
Gets the value of the template property.
|
ConverterTextType |
getText()
Gets the value of the text property.
|
TransformType |
getTransform()
Gets the value of the transform property.
|
boolean |
isCompression()
Gets the value of the compression property.
|
boolean |
isEmbedFonts()
Gets the value of the embedFonts property.
|
boolean |
isReduceResolution()
Gets the value of the reduceResolution property.
|
boolean |
isSetAccessPassword() |
boolean |
isSetCompression() |
boolean |
isSetDpi() |
boolean |
isSetEmbedFonts() |
boolean |
isSetFileExtension() |
boolean |
isSetHtml() |
boolean |
isSetJpegQuality() |
boolean |
isSetMail() |
boolean |
isSetMaxRecursion() |
boolean |
isSetOfficeBridge() |
boolean |
isSetPage() |
boolean |
isSetPages() |
boolean |
isSetPdfa() |
boolean |
isSetReduceResolution() |
boolean |
isSetReport() |
boolean |
isSetSharePointBridge() |
boolean |
isSetSignature() |
boolean |
isSetTemplate() |
boolean |
isSetText() |
boolean |
isSetTransform() |
void |
setAccessPassword(String value)
Sets the value of the accessPassword property.
|
void |
setCompression(boolean value)
Sets the value of the compression property.
|
void |
setDpi(int value)
Sets the value of the dpi property.
|
void |
setEmbedFonts(boolean value)
Sets the value of the embedFonts property.
|
void |
setFileExtension(String value)
Sets the value of the fileExtension property.
|
void |
setHtml(ConverterHtmlType value)
Sets the value of the html property.
|
void |
setJpegQuality(int value)
Sets the value of the jpegQuality property.
|
void |
setMail(ConverterMailType value)
Sets the value of the mail property.
|
void |
setMaxRecursion(int value)
Sets the value of the maxRecursion property.
|
void |
setOfficeBridge(OfficeBridgeType value)
Sets the value of the officeBridge property.
|
void |
setPage(PageType value)
Sets the value of the page property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setPdfa(PdfaType value)
Sets the value of the pdfa property.
|
void |
setReduceResolution(boolean value)
Sets the value of the reduceResolution property.
|
void |
setReport(ConverterReportType value)
Sets the value of the report property.
|
void |
setSharePointBridge(SharePointBridgeType value)
Sets the value of the sharePointBridge property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setTemplate(ConverterTemplateType value)
Sets the value of the template property.
|
void |
setText(ConverterTextType value)
Sets the value of the text property.
|
void |
setTransform(TransformType value)
Sets the value of the transform property.
|
void |
unsetCompression() |
void |
unsetDpi() |
void |
unsetEmbedFonts() |
void |
unsetJpegQuality() |
void |
unsetMaxRecursion() |
void |
unsetReduceResolution() |
protected PageType page
protected PdfaType pdfa
protected SignatureType signature
protected ConverterHtmlType html
protected ConverterMailType mail
protected OfficeBridgeType officeBridge
protected SharePointBridgeType sharePointBridge
protected ConverterReportType report
protected ConverterTemplateType template
protected ConverterTextType text
protected TransformType transform
protected String pages
protected Boolean compression
protected Integer jpegQuality
protected Boolean reduceResolution
protected Integer dpi
protected Boolean embedFonts
protected String accessPassword
protected String fileExtension
protected Integer maxRecursion
public PageType getPage()
PageTypepublic void setPage(PageType value)
value - allowed object is
PageTypepublic boolean isSetPage()
public PdfaType getPdfa()
PdfaTypepublic void setPdfa(PdfaType value)
value - allowed object is
PdfaTypepublic boolean isSetPdfa()
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic boolean isSetSignature()
public ConverterHtmlType getHtml()
ConverterHtmlTypepublic void setHtml(ConverterHtmlType value)
value - allowed object is
ConverterHtmlTypepublic boolean isSetHtml()
public ConverterMailType getMail()
ConverterMailTypepublic void setMail(ConverterMailType value)
value - allowed object is
ConverterMailTypepublic boolean isSetMail()
public OfficeBridgeType getOfficeBridge()
OfficeBridgeTypepublic void setOfficeBridge(OfficeBridgeType value)
value - allowed object is
OfficeBridgeTypepublic boolean isSetOfficeBridge()
public SharePointBridgeType getSharePointBridge()
SharePointBridgeTypepublic void setSharePointBridge(SharePointBridgeType value)
value - allowed object is
SharePointBridgeTypepublic boolean isSetSharePointBridge()
public ConverterReportType getReport()
ConverterReportTypepublic void setReport(ConverterReportType value)
value - allowed object is
ConverterReportTypepublic boolean isSetReport()
public ConverterTemplateType getTemplate()
ConverterTemplateTypepublic void setTemplate(ConverterTemplateType value)
value - allowed object is
ConverterTemplateTypepublic boolean isSetTemplate()
public ConverterTextType getText()
ConverterTextTypepublic void setText(ConverterTextType value)
value - allowed object is
ConverterTextTypepublic boolean isSetText()
public TransformType getTransform()
TransformTypepublic void setTransform(TransformType value)
value - allowed object is
TransformTypepublic boolean isSetTransform()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public boolean isCompression()
Booleanpublic void setCompression(boolean value)
value - allowed object is
Booleanpublic boolean isSetCompression()
public void unsetCompression()
public int getJpegQuality()
Integerpublic void setJpegQuality(int value)
value - allowed object is
Integerpublic boolean isSetJpegQuality()
public void unsetJpegQuality()
public boolean isReduceResolution()
Booleanpublic void setReduceResolution(boolean value)
value - allowed object is
Booleanpublic boolean isSetReduceResolution()
public void unsetReduceResolution()
public int getDpi()
Integerpublic void setDpi(int value)
value - allowed object is
Integerpublic boolean isSetDpi()
public void unsetDpi()
public boolean isEmbedFonts()
Booleanpublic void setEmbedFonts(boolean value)
value - allowed object is
Booleanpublic boolean isSetEmbedFonts()
public void unsetEmbedFonts()
public String getAccessPassword()
Stringpublic void setAccessPassword(String value)
value - allowed object is
Stringpublic boolean isSetAccessPassword()
public String getFileExtension()
Stringpublic void setFileExtension(String value)
value - allowed object is
Stringpublic boolean isSetFileExtension()
public int getMaxRecursion()
Integerpublic void setMaxRecursion(int value)
value - allowed object is
Integerpublic boolean isSetMaxRecursion()
public void unsetMaxRecursion()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.