Class 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>
     
    • Constructor Detail

      • PdfaSettingsType

        public PdfaSettingsType()
    • Method Detail

      • setPdfaEditProfile

        public void setPdfaEditProfile​(PdfaEditProfileType value)
        Sets the value of the pdfaEditProfile property.
        Parameters:
        value - allowed object is PdfaEditProfileType
      • isSetPdfaEditProfile

        public boolean isSetPdfaEditProfile()