Class XmlPDFAInfo

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFAInfo
All Implemented Interfaces:
Serializable

public class XmlPDFAInfo extends Object implements Serializable

Java class for PDFAInfo complex type.

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

 <complexType name="PDFAInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ValidationMessages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Error" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="compliant" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: