Class XmlPDFRevision
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFRevision
- All Implemented Interfaces:
Serializable
Java class for PDFRevision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDFRevision"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SignatureField" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFSignatureField" maxOccurs="unbounded"/> <element name="PDFSignatureDictionary" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFSignatureDictionary"/> <element name="ModificationDetection" type="{http://dss.esig.europa.eu/validation/diagnostic}ModificationDetection" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<XmlPDFSignatureField>
protected XmlModificationDetection
protected XmlPDFSignatureDictionary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fields property.Gets the value of the modificationDetection property.Gets the value of the pdfSignatureDictionary property.void
Sets the value of the modificationDetection property.void
Sets the value of the pdfSignatureDictionary property.
-
Field Details
-
fields
-
pdfSignatureDictionary
-
modificationDetection
-
-
Constructor Details
-
XmlPDFRevision
public XmlPDFRevision()
-
-
Method Details
-
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
XmlPDFSignatureField
-
getPDFSignatureDictionary
Gets the value of the pdfSignatureDictionary property.- Returns:
- possible object is
XmlPDFSignatureDictionary
-
setPDFSignatureDictionary
Sets the value of the pdfSignatureDictionary property.- Parameters:
value
- allowed object isXmlPDFSignatureDictionary
-
getModificationDetection
Gets the value of the modificationDetection property.- Returns:
- possible object is
XmlModificationDetection
-
setModificationDetection
Sets the value of the modificationDetection property.- Parameters:
value
- allowed object isXmlModificationDetection
-