Class PdfaSettingsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PdfaSettingsType
-
public class PdfaSettingsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="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>pdfa</code> element allows to make settings for automatic handling of PDF/A documents. Editing a PDF/A document will most likely render it invalid, thus the web service operation checks whether it´s execution is valid for a given PDF/A document according to these settings. </p>Java class for PdfaSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PdfaSettingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="pdfaEditProfile" type="{http://schema.webpdf.de/1.0/operation}PdfaEditProfileType" default="removePdfaMetadata" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfaEditProfileTypepdfaEditProfile
-
Constructor Summary
Constructors Constructor Description PdfaSettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfaEditProfileTypegetPdfaEditProfile()Gets the value of the pdfaEditProfile property.booleanisSetPdfaEditProfile()voidsetPdfaEditProfile(PdfaEditProfileType value)Sets the value of the pdfaEditProfile property.
-
-
-
Field Detail
-
pdfaEditProfile
protected PdfaEditProfileType pdfaEditProfile
-
-
Method Detail
-
getPdfaEditProfile
public PdfaEditProfileType getPdfaEditProfile()
Gets the value of the pdfaEditProfile property.- Returns:
- possible object is
PdfaEditProfileType
-
setPdfaEditProfile
public void setPdfaEditProfile(PdfaEditProfileType value)
Sets the value of the pdfaEditProfile property.- Parameters:
value- allowed object isPdfaEditProfileType
-
isSetPdfaEditProfile
public boolean isSetPdfaEditProfile()
-
-