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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the fields property.Gets the value of the permissions property.void
setAction
(PdfLockAction value) Sets the value of the action property.void
Sets the value of the permissions property.
-
Field Details
-
action
-
fields
-
permissions
-
-
Constructor Details
-
XmlPDFLockDictionary
public XmlPDFLockDictionary()
-
-
Method Details
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
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 JAXB 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
Gets the value of the permissions property.- Returns:
- possible object is
String
-
setPermissions
Sets the value of the permissions property.- Parameters:
value
- allowed object isString
-