Class PdfaType


  • public class PdfaType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The PDF/A standard the document claims to be conforming to.</p>
     

    Java class for PdfaType complex type.

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

    
     <complexType name="PdfaType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="part" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="conformance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • conformance

        protected String conformance
    • Constructor Detail

      • PdfaType

        public PdfaType()
    • Method Detail

      • getPart

        public String getPart()
        Gets the value of the part property.
        Returns:
        possible object is String
      • setPart

        public void setPart​(String value)
        Sets the value of the part property.
        Parameters:
        value - allowed object is String
      • isSetPart

        public boolean isSetPart()
      • getConformance

        public String getConformance()
        Gets the value of the conformance property.
        Returns:
        possible object is String
      • setConformance

        public void setConformance​(String value)
        Sets the value of the conformance property.
        Parameters:
        value - allowed object is String
      • isSetConformance

        public boolean isSetConformance()