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:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin: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()<?booleanisSetPdfaEditProfile()voidsetPdfaEditProfile(PdfaEditProfileType value)Sets the value of the pdfaEditProfile property.
-
-
-
Field Detail
-
pdfaEditProfile
protected PdfaEditProfileType pdfaEditProfile
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the profile whose rules web services have to check before they can come to execution. These profiles define a set of rules concerning the validity of PDF/A documents. A web service whose execution for a given PDF/A document would violate the rule set selected here should instead abort with an appropriate error code. <ul><li>generalEditRestrictions = All changes to PDF/A documents are prohibited.</li><li>removePdfaMetadata = All changes to PDF/A documents are allowed, but the PDF/A state of the document is revoked. (By removing the PDF/A metadata.)</li><li>noEditRestrictions = All changes to PDF/A documents are allowed, without touching the PDF/A state of the document. (Risking the invalidation of the document.)</li></ul></p>
-
-
Method Detail
-
getPdfaEditProfile
public PdfaEditProfileType getPdfaEditProfile()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the profile whose rules web services have to check before they can come to execution. These profiles define a set of rules concerning the validity of PDF/A documents. A web service whose execution for a given PDF/A document would violate the rule set selected here should instead abort with an appropriate error code. <ul><li>generalEditRestrictions = All changes to PDF/A documents are prohibited.</li><li>removePdfaMetadata = All changes to PDF/A documents are allowed, but the PDF/A state of the document is revoked. (By removing the PDF/A metadata.)</li><li>noEditRestrictions = All changes to PDF/A documents are allowed, without touching the PDF/A state of the document. (Risking the invalidation of the document.)</li></ul></p>- Returns:
- possible object is
PdfaEditProfileType
-
setPdfaEditProfile
public void setPdfaEditProfile(PdfaEditProfileType value)
Sets the value of the pdfaEditProfile property.- Parameters:
value- allowed object isPdfaEditProfileType- See Also:
getPdfaEditProfile()
-
isSetPdfaEditProfile
public boolean isSetPdfaEditProfile()
-
-