Class ConverterMailType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterMailType
-
public class ConverterMailType 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 e-mail documents. The "MIME" (eml; RFC-822) and Outlook (msg) e-mail formats are supported.</p>
Java class for ConverterMailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterMailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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="attachmentMode" type="{http://schema.webpdf.de/1.0/operation}AttachmentModeType" default="embed" /> <attribute name="ignoreMissingBodyChunk" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="useBackground" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="resizeImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="resizeTables" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanadjustFontsprotected AttachmentModeTypeattachmentModeprotected BooleandownloadImagesprotected BooleanignoreMissingBodyChunkprotected BooleanresizeImagesprotected BooleanresizeTablesprotected BooleanuseBackground
-
Constructor Summary
Constructors Constructor Description ConverterMailType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentModeTypegetAttachmentMode()Gets the value of the attachmentMode property.booleanisAdjustFonts()Gets the value of the adjustFonts property.booleanisDownloadImages()Gets the value of the downloadImages property.booleanisIgnoreMissingBodyChunk()Gets the value of the ignoreMissingBodyChunk property.booleanisResizeImages()Gets the value of the resizeImages property.booleanisResizeTables()Gets the value of the resizeTables property.booleanisSetAdjustFonts()booleanisSetAttachmentMode()booleanisSetDownloadImages()booleanisSetIgnoreMissingBodyChunk()booleanisSetResizeImages()booleanisSetResizeTables()booleanisSetUseBackground()booleanisUseBackground()Gets the value of the useBackground property.voidsetAdjustFonts(boolean value)Sets the value of the adjustFonts property.voidsetAttachmentMode(AttachmentModeType value)Sets the value of the attachmentMode property.voidsetDownloadImages(boolean value)Sets the value of the downloadImages property.voidsetIgnoreMissingBodyChunk(boolean value)Sets the value of the ignoreMissingBodyChunk property.voidsetResizeImages(boolean value)Sets the value of the resizeImages property.voidsetResizeTables(boolean value)Sets the value of the resizeTables property.voidsetUseBackground(boolean value)Sets the value of the useBackground property.voidunsetAdjustFonts()voidunsetDownloadImages()voidunsetIgnoreMissingBodyChunk()voidunsetResizeImages()voidunsetResizeTables()voidunsetUseBackground()
-
-
-
Field Detail
-
downloadImages
protected Boolean downloadImages
-
adjustFonts
protected Boolean adjustFonts
-
attachmentMode
protected AttachmentModeType attachmentMode
-
ignoreMissingBodyChunk
protected Boolean ignoreMissingBodyChunk
-
useBackground
protected Boolean useBackground
-
resizeImages
protected Boolean resizeImages
-
resizeTables
protected Boolean resizeTables
-
-
Method Detail
-
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()
-
getAttachmentMode
public AttachmentModeType getAttachmentMode()
Gets the value of the attachmentMode property.- Returns:
- possible object is
AttachmentModeType
-
setAttachmentMode
public void setAttachmentMode(AttachmentModeType value)
Sets the value of the attachmentMode property.- Parameters:
value- allowed object isAttachmentModeType
-
isSetAttachmentMode
public boolean isSetAttachmentMode()
-
isIgnoreMissingBodyChunk
public boolean isIgnoreMissingBodyChunk()
Gets the value of the ignoreMissingBodyChunk property.- Returns:
- possible object is
Boolean
-
setIgnoreMissingBodyChunk
public void setIgnoreMissingBodyChunk(boolean value)
Sets the value of the ignoreMissingBodyChunk property.- Parameters:
value- allowed object isBoolean
-
isSetIgnoreMissingBodyChunk
public boolean isSetIgnoreMissingBodyChunk()
-
unsetIgnoreMissingBodyChunk
public void unsetIgnoreMissingBodyChunk()
-
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()
-
isResizeImages
public boolean isResizeImages()
Gets the value of the resizeImages property.- Returns:
- possible object is
Boolean
-
setResizeImages
public void setResizeImages(boolean value)
Sets the value of the resizeImages property.- Parameters:
value- allowed object isBoolean
-
isSetResizeImages
public boolean isSetResizeImages()
-
unsetResizeImages
public void unsetResizeImages()
-
isResizeTables
public boolean isResizeTables()
Gets the value of the resizeTables property.- Returns:
- possible object is
Boolean
-
setResizeTables
public void setResizeTables(boolean value)
Sets the value of the resizeTables property.- Parameters:
value- allowed object isBoolean
-
isSetResizeTables
public boolean isSetResizeTables()
-
unsetResizeTables
public void unsetResizeTables()
-
-