Class ConverterHtmlType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterHtmlType
-
public class ConverterHtmlType extends Object
<?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">These settings are only used for HTML (e.g. websites) and HTML-based documents (e.g. e-mails).</p>
Java class for ConverterHtmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterHtmlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="templateData" type="{http://schema.webpdf.de/1.0/operation}TemplateDataType" minOccurs="0"/> </all> <attribute name="downloadImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="adjustFonts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="baseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="" /> <attribute name="useAsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="useBackground" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanadjustFontsprotected StringbaseURLprotected BooleandownloadImagesprotected TemplateDataTypetemplateDataprotected BooleanuseAsTemplateprotected BooleanuseBackground
-
Constructor Summary
Constructors Constructor Description ConverterHtmlType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseURL()Gets the value of the baseURL property.TemplateDataTypegetTemplateData()Gets the value of the templateData property.booleanisAdjustFonts()Gets the value of the adjustFonts property.booleanisDownloadImages()Gets the value of the downloadImages property.booleanisSetAdjustFonts()booleanisSetBaseURL()booleanisSetDownloadImages()booleanisSetTemplateData()booleanisSetUseAsTemplate()booleanisSetUseBackground()booleanisUseAsTemplate()Gets the value of the useAsTemplate property.booleanisUseBackground()Gets the value of the useBackground property.voidsetAdjustFonts(boolean value)Sets the value of the adjustFonts property.voidsetBaseURL(String value)Sets the value of the baseURL property.voidsetDownloadImages(boolean value)Sets the value of the downloadImages property.voidsetTemplateData(TemplateDataType value)Sets the value of the templateData property.voidsetUseAsTemplate(boolean value)Sets the value of the useAsTemplate property.voidsetUseBackground(boolean value)Sets the value of the useBackground property.voidunsetAdjustFonts()voidunsetDownloadImages()voidunsetUseAsTemplate()voidunsetUseBackground()
-
-
-
Method Detail
-
getTemplateData
public TemplateDataType getTemplateData()
Gets the value of the templateData property.- Returns:
- possible object is
TemplateDataType
-
setTemplateData
public void setTemplateData(TemplateDataType value)
Sets the value of the templateData property.- Parameters:
value- allowed object isTemplateDataType
-
isSetTemplateData
public boolean isSetTemplateData()
-
isDownloadImages
public boolean isDownloadImages()
Gets the value of the downloadImages property.- Returns:
- possible object is
Boolean
-
setDownloadImages
public void setDownloadImages(boolean value)
Sets the value of the downloadImages property.- Parameters:
value- allowed object isBoolean
-
isSetDownloadImages
public boolean isSetDownloadImages()
-
unsetDownloadImages
public void unsetDownloadImages()
-
isAdjustFonts
public boolean isAdjustFonts()
Gets the value of the adjustFonts property.- Returns:
- possible object is
Boolean
-
setAdjustFonts
public void setAdjustFonts(boolean value)
Sets the value of the adjustFonts property.- Parameters:
value- allowed object isBoolean
-
isSetAdjustFonts
public boolean isSetAdjustFonts()
-
unsetAdjustFonts
public void unsetAdjustFonts()
-
getBaseURL
public String getBaseURL()
Gets the value of the baseURL property.- Returns:
- possible object is
String
-
setBaseURL
public void setBaseURL(String value)
Sets the value of the baseURL property.- Parameters:
value- allowed object isString
-
isSetBaseURL
public boolean isSetBaseURL()
-
isUseAsTemplate
public boolean isUseAsTemplate()
Gets the value of the useAsTemplate property.- Returns:
- possible object is
Boolean
-
setUseAsTemplate
public void setUseAsTemplate(boolean value)
Sets the value of the useAsTemplate property.- Parameters:
value- allowed object isBoolean
-
isSetUseAsTemplate
public boolean isSetUseAsTemplate()
-
unsetUseAsTemplate
public void unsetUseAsTemplate()
-
isUseBackground
public boolean isUseBackground()
Gets the value of the useBackground property.- Returns:
- possible object is
Boolean
-
setUseBackground
public void setUseBackground(boolean value)
Sets the value of the useBackground property.- Parameters:
value- allowed object isBoolean
-
isSetUseBackground
public boolean isSetUseBackground()
-
unsetUseBackground
public void unsetUseBackground()
-
-