public class ConverterReportType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
contentProblems |
protected Boolean |
fontAliasUsage |
protected Boolean |
fontIsMissing |
| Constructor and Description |
|---|
ConverterReportType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isContentProblems()
Gets the value of the contentProblems property.
|
boolean |
isFontAliasUsage()
Gets the value of the fontAliasUsage property.
|
boolean |
isFontIsMissing()
Gets the value of the fontIsMissing property.
|
boolean |
isSetContentProblems() |
boolean |
isSetFontAliasUsage() |
boolean |
isSetFontIsMissing() |
void |
setContentProblems(boolean value)
Sets the value of the contentProblems property.
|
void |
setFontAliasUsage(boolean value)
Sets the value of the fontAliasUsage property.
|
void |
setFontIsMissing(boolean value)
Sets the value of the fontIsMissing property.
|
void |
unsetContentProblems() |
void |
unsetFontAliasUsage() |
void |
unsetFontIsMissing() |
protected Boolean contentProblems
protected Boolean fontAliasUsage
protected Boolean fontIsMissing
public boolean isContentProblems()
Booleanpublic void setContentProblems(boolean value)
value - allowed object is
Booleanpublic boolean isSetContentProblems()
public void unsetContentProblems()
public boolean isFontAliasUsage()
Booleanpublic void setFontAliasUsage(boolean value)
value - allowed object is
Booleanpublic boolean isSetFontAliasUsage()
public void unsetFontAliasUsage()
public boolean isFontIsMissing()
Booleanpublic void setFontIsMissing(boolean value)
value - allowed object is
Booleanpublic boolean isSetFontIsMissing()
public void unsetFontIsMissing()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.