Class ConverterReportType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterReportType
-
public class ConverterReportType 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">Can be used to enable expanded error reporting for text-based documents (e.g., Word).</p>
Java class for ConverterReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterReportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="contentProblems" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="fontAliasUsage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="fontIsMissing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancontentProblemsprotected BooleanfontAliasUsageprotected BooleanfontIsMissing
-
Constructor Summary
Constructors Constructor Description ConverterReportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisContentProblems()Gets the value of the contentProblems property.booleanisFontAliasUsage()Gets the value of the fontAliasUsage property.booleanisFontIsMissing()Gets the value of the fontIsMissing property.booleanisSetContentProblems()booleanisSetFontAliasUsage()booleanisSetFontIsMissing()voidsetContentProblems(boolean value)Sets the value of the contentProblems property.voidsetFontAliasUsage(boolean value)Sets the value of the fontAliasUsage property.voidsetFontIsMissing(boolean value)Sets the value of the fontIsMissing property.voidunsetContentProblems()voidunsetFontAliasUsage()voidunsetFontIsMissing()
-
-
-
Method Detail
-
isContentProblems
public boolean isContentProblems()
Gets the value of the contentProblems property.- Returns:
- possible object is
Boolean
-
setContentProblems
public void setContentProblems(boolean value)
Sets the value of the contentProblems property.- Parameters:
value- allowed object isBoolean
-
isSetContentProblems
public boolean isSetContentProblems()
-
unsetContentProblems
public void unsetContentProblems()
-
isFontAliasUsage
public boolean isFontAliasUsage()
Gets the value of the fontAliasUsage property.- Returns:
- possible object is
Boolean
-
setFontAliasUsage
public void setFontAliasUsage(boolean value)
Sets the value of the fontAliasUsage property.- Parameters:
value- allowed object isBoolean
-
isSetFontAliasUsage
public boolean isSetFontAliasUsage()
-
unsetFontAliasUsage
public void unsetFontAliasUsage()
-
isFontIsMissing
public boolean isFontIsMissing()
Gets the value of the fontIsMissing property.- Returns:
- possible object is
Boolean
-
setFontIsMissing
public void setFontIsMissing(boolean value)
Sets the value of the fontIsMissing property.- Parameters:
value- allowed object isBoolean
-
isSetFontIsMissing
public boolean isSetFontIsMissing()
-
unsetFontIsMissing
public void unsetFontIsMissing()
-
-