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 Details

  • Constructor Details

    • XmlPDFLockDictionary

      public XmlPDFLockDictionary()
  • Method Details

    • getAction

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

      public void setAction(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 CertificationPermission getPermissions()
      Gets the value of the permissions property.
      Returns:
      possible object is String
    • setPermissions

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