Class XmlPDFSignatureDictionary

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

public class XmlPDFSignatureDictionary extends Object implements Serializable

Java class for PDFSignatureDictionary complex type.

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

 <complexType name="PDFSignatureDictionary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SignatureByteRange" type="{http://dss.esig.europa.eu/validation/diagnostic}ByteRange" minOccurs="0"/>
         <element name="DocMDP" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Permissions" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificationPermission"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="FieldMDP" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFLockDictionary" minOccurs="0"/>
       </sequence>
       <attribute name="consistent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: