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

      • Analyze

        public Analyze()
    • Method Detail

      • setLevel

        public void setLevel​(PdfaLevelType value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is PdfaLevelType
      • isSetLevel

        public boolean isSetLevel()