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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected eu.europa.esig.dss.enumerations.PdfLockAction
     
    protected List<String>
     
    protected eu.europa.esig.dss.enumerations.CertificationPermission
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.enumerations.PdfLockAction
    Gets the value of the action property.
    Gets the value of the fields property.
    eu.europa.esig.dss.enumerations.CertificationPermission
    Gets the value of the permissions property.
    void
    setAction(eu.europa.esig.dss.enumerations.PdfLockAction value)
    Sets the value of the action property.
    void
    setPermissions(eu.europa.esig.dss.enumerations.CertificationPermission value)
    Sets the value of the permissions property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • action

      protected eu.europa.esig.dss.enumerations.PdfLockAction action
    • fields

      protected List<String> fields
    • permissions

      protected eu.europa.esig.dss.enumerations.CertificationPermission permissions
  • Constructor Details

    • XmlPDFLockDictionary

      public XmlPDFLockDictionary()
  • Method Details

    • getAction

      public eu.europa.esig.dss.enumerations.PdfLockAction getAction()
      Gets the value of the action property.
      Returns:
      possible object is String
    • setAction

      public void setAction(eu.europa.esig.dss.enumerations.PdfLockAction value)
      Sets the value of the action property.
      Parameters:
      value - allowed object is String
    • getFields

      public List<String> getFields()
      Gets the value of the fields property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fields property.

      For example, to add a new item, do as follows:

          getFields().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getPermissions

      public eu.europa.esig.dss.enumerations.CertificationPermission getPermissions()
      Gets the value of the permissions property.
      Returns:
      possible object is String
    • setPermissions

      public void setPermissions(eu.europa.esig.dss.enumerations.CertificationPermission value)
      Sets the value of the permissions property.
      Parameters:
      value - allowed object is String