public static class PdfaType.Convert extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="zugferd" type="{http://schema.webpdf.de/1.0/operation}ZugferdType" minOccurs="0"/>
</all>
<attribute name="level" type="{http://schema.webpdf.de/1.0/operation}PdfaLevelType" default="3b" />
<attribute name="imageQuality" default="75">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxInclusive value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="errorReport" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorReportType" default="none" />
<attribute name="successReport" type="{http://schema.webpdf.de/1.0/operation}PdfaSuccessReportType" default="none" />
<attribute name="autoTagging" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoTagging |
protected PdfaErrorReportType |
errorReport |
protected Integer |
imageQuality |
protected PdfaLevelType |
level |
protected PdfaSuccessReportType |
successReport |
protected ZugferdType |
zugferd |
| Constructor and Description |
|---|
Convert() |
| Modifier and Type | Method and Description |
|---|---|
PdfaErrorReportType |
getErrorReport()
Gets the value of the errorReport property.
|
int |
getImageQuality()
Gets the value of the imageQuality property.
|
PdfaLevelType |
getLevel()
Gets the value of the level property.
|
PdfaSuccessReportType |
getSuccessReport()
Gets the value of the successReport property.
|
ZugferdType |
getZugferd()
Gets the value of the zugferd property.
|
boolean |
isAutoTagging()
Gets the value of the autoTagging property.
|
boolean |
isSetAutoTagging() |
boolean |
isSetErrorReport() |
boolean |
isSetImageQuality() |
boolean |
isSetLevel() |
boolean |
isSetSuccessReport() |
boolean |
isSetZugferd() |
void |
setAutoTagging(boolean value)
Sets the value of the autoTagging property.
|
void |
setErrorReport(PdfaErrorReportType value)
Sets the value of the errorReport property.
|
void |
setImageQuality(int value)
Sets the value of the imageQuality property.
|
void |
setLevel(PdfaLevelType value)
Sets the value of the level property.
|
void |
setSuccessReport(PdfaSuccessReportType value)
Sets the value of the successReport property.
|
void |
setZugferd(ZugferdType value)
Sets the value of the zugferd property.
|
void |
unsetAutoTagging() |
void |
unsetImageQuality() |
protected ZugferdType zugferd
protected PdfaLevelType level
protected Integer imageQuality
protected PdfaErrorReportType errorReport
protected PdfaSuccessReportType successReport
protected Boolean autoTagging
public ZugferdType getZugferd()
ZugferdTypepublic void setZugferd(ZugferdType value)
value - allowed object is
ZugferdTypepublic boolean isSetZugferd()
public PdfaLevelType getLevel()
PdfaLevelTypepublic void setLevel(PdfaLevelType value)
value - allowed object is
PdfaLevelTypepublic boolean isSetLevel()
public int getImageQuality()
Integerpublic void setImageQuality(int value)
value - allowed object is
Integerpublic boolean isSetImageQuality()
public void unsetImageQuality()
public PdfaErrorReportType getErrorReport()
PdfaErrorReportTypepublic void setErrorReport(PdfaErrorReportType value)
value - allowed object is
PdfaErrorReportTypepublic boolean isSetErrorReport()
public PdfaSuccessReportType getSuccessReport()
PdfaSuccessReportTypepublic void setSuccessReport(PdfaSuccessReportType value)
value - allowed object is
PdfaSuccessReportTypepublic boolean isSetSuccessReport()
public boolean isAutoTagging()
Booleanpublic void setAutoTagging(boolean value)
value - allowed object is
Booleanpublic boolean isSetAutoTagging()
public void unsetAutoTagging()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.