Class PdfaType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PdfaType
-
- All Implemented Interfaces:
ParameterInterface
public class PdfaType extends Object implements ParameterInterface
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120962_="https://jakarta.ee/xml/ns/jaxb" xmlns:p964117_="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">When using the "Pdfa" web service, both the <code><convert></code> and <code><analyze></code> operations can be used. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p120962_="https://jakarta.ee/xml/ns/jaxb" xmlns:p964117_="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">The <code>convert</code> operation is used to convert PDF documents to PDF/A, while the <code>analyze</code> operation is used to validate existing PDF/A documents. </p>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"/> <element name="errorCorrection" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorCorrectionType" 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPdfaType.AnalyzeJava class for anonymous complex type.static classPdfaType.ConvertJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected PdfaType.Analyzeanalyzeprotected PdfaType.Convertconvert
-
Constructor Summary
Constructors Constructor Description PdfaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfaType.AnalyzegetAnalyze()Gets the value of the analyze property.PdfaType.ConvertgetConvert()Gets the value of the convert property.booleanisSetAnalyze()booleanisSetConvert()voidsetAnalyze(PdfaType.Analyze value)Sets the value of the analyze property.voidsetConvert(PdfaType.Convert value)Sets the value of the convert property.
-
-
-
Field Detail
-
convert
protected PdfaType.Convert convert
-
analyze
protected PdfaType.Analyze analyze
-
-
Method Detail
-
getConvert
public PdfaType.Convert getConvert()
Gets the value of the convert property.- Returns:
- possible object is
PdfaType.Convert
-
setConvert
public void setConvert(PdfaType.Convert value)
Sets the value of the convert property.- Parameters:
value- allowed object isPdfaType.Convert
-
isSetConvert
public boolean isSetConvert()
-
getAnalyze
public PdfaType.Analyze getAnalyze()
Gets the value of the analyze property.- Returns:
- possible object is
PdfaType.Analyze
-
setAnalyze
public void setAnalyze(PdfaType.Analyze value)
Sets the value of the analyze property.- Parameters:
value- allowed object isPdfaType.Analyze
-
isSetAnalyze
public boolean isSetAnalyze()
-
-