public class ConverterMailType extends Object
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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustFonts |
protected AttachmentModeType |
attachmentMode |
protected Boolean |
downloadImages |
protected Boolean |
ignoreMissingBodyChunk |
| Constructor and Description |
|---|
ConverterMailType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentModeType |
getAttachmentMode()
Gets the value of the attachmentMode property.
|
boolean |
isAdjustFonts()
Gets the value of the adjustFonts property.
|
boolean |
isDownloadImages()
Gets the value of the downloadImages property.
|
boolean |
isIgnoreMissingBodyChunk()
Gets the value of the ignoreMissingBodyChunk property.
|
boolean |
isSetAdjustFonts() |
boolean |
isSetAttachmentMode() |
boolean |
isSetDownloadImages() |
boolean |
isSetIgnoreMissingBodyChunk() |
void |
setAdjustFonts(boolean value)
Sets the value of the adjustFonts property.
|
void |
setAttachmentMode(AttachmentModeType value)
Sets the value of the attachmentMode property.
|
void |
setDownloadImages(boolean value)
Sets the value of the downloadImages property.
|
void |
setIgnoreMissingBodyChunk(boolean value)
Sets the value of the ignoreMissingBodyChunk property.
|
void |
unsetAdjustFonts() |
void |
unsetDownloadImages() |
void |
unsetIgnoreMissingBodyChunk() |
protected Boolean downloadImages
protected Boolean adjustFonts
protected AttachmentModeType attachmentMode
protected Boolean ignoreMissingBodyChunk
public boolean isDownloadImages()
Booleanpublic void setDownloadImages(boolean value)
value - allowed object is
Booleanpublic boolean isSetDownloadImages()
public void unsetDownloadImages()
public boolean isAdjustFonts()
Booleanpublic void setAdjustFonts(boolean value)
value - allowed object is
Booleanpublic boolean isSetAdjustFonts()
public void unsetAdjustFonts()
public AttachmentModeType getAttachmentMode()
AttachmentModeTypepublic void setAttachmentMode(AttachmentModeType value)
value - allowed object is
AttachmentModeTypepublic boolean isSetAttachmentMode()
public boolean isIgnoreMissingBodyChunk()
Booleanpublic void setIgnoreMissingBodyChunk(boolean value)
value - allowed object is
Booleanpublic boolean isSetIgnoreMissingBodyChunk()
public void unsetIgnoreMissingBodyChunk()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.