Class PdfaType.Analyze

  • Enclosing class:
    PdfaType

    public static class PdfaType.Analyze
    extends Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <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>
     
    • Field Detail

      • level

        protected PdfaLevelType level
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p567934_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p643558_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).</p>
         
    • Constructor Detail

      • Analyze

        public Analyze()
    • Method Detail

      • getLevel

        public PdfaLevelType getLevel()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p567934_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p643558_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).</p>
         
        Returns:
        possible object is PdfaLevelType
      • isSetLevel

        public boolean isSetLevel()