public class PdfaType extends Object
Java class for PdfaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PdfaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="convert">
<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>
</element>
<element name="analyze">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="level" type="{http://schema.webpdf.de/1.0/operation}PdfaLevelType" default="3b" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfaType.Analyze
Java class for anonymous complex type.
|
static class |
PdfaType.Convert
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PdfaType.Analyze |
analyze |
protected PdfaType.Convert |
convert |
| Constructor and Description |
|---|
PdfaType() |
| Modifier and Type | Method and Description |
|---|---|
PdfaType.Analyze |
getAnalyze()
Gets the value of the analyze property.
|
PdfaType.Convert |
getConvert()
Gets the value of the convert property.
|
boolean |
isSetAnalyze() |
boolean |
isSetConvert() |
void |
setAnalyze(PdfaType.Analyze value)
Sets the value of the analyze property.
|
void |
setConvert(PdfaType.Convert value)
Sets the value of the convert property.
|
protected PdfaType.Convert convert
protected PdfaType.Analyze analyze
public PdfaType.Convert getConvert()
PdfaType.Convertpublic void setConvert(PdfaType.Convert value)
value - allowed object is
PdfaType.Convertpublic boolean isSetConvert()
public PdfaType.Analyze getAnalyze()
PdfaType.Analyzepublic void setAnalyze(PdfaType.Analyze value)
value - allowed object is
PdfaType.Analyzepublic boolean isSetAnalyze()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.