Class XmlPDFLockDictionary

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

public class XmlPDFLockDictionary extends Object implements Serializable

Java class for PDFLockDictionary complex type.

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

 <complexType name="PDFLockDictionary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Action" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFLockAction"/>
         <element name="Field" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Permissions" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificationPermission" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: