Module jpms_dss_diagnostic_data
Class XmlPDFLockDictionary
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFLockDictionary
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.PdfLockActionprotected eu.europa.esig.dss.enumerations.CertificationPermission -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.PdfLockActionGets the value of the action property.Gets the value of the fields property.eu.europa.esig.dss.enumerations.CertificationPermissionGets the value of the permissions property.voidsetAction(eu.europa.esig.dss.enumerations.PdfLockAction value) Sets the value of the action property.voidsetPermissions(eu.europa.esig.dss.enumerations.CertificationPermission value) Sets the value of the permissions property.
-
Field Details
-
action
protected eu.europa.esig.dss.enumerations.PdfLockAction action -
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 isString
-
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
setmethod 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 isString
-