Class XmlPDFRevision

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFRevision
All Implemented Interfaces:
Serializable

public class XmlPDFRevision
extends Object
implements 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="SignatureFieldName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PDFSignatureDictionary" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFSignatureDictionary" minOccurs="0"/>
         <element name="ModificationDetection" type="{http://dss.esig.europa.eu/validation/diagnostic}ModificationDetection" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • XmlPDFRevision

      public XmlPDFRevision()
  • Method Details

    • getSignatureFieldName

      public List<String> getSignatureFieldName()
      Gets the value of the signatureFieldName 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 signatureFieldName property.

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

          getSignatureFieldName().add(newItem);
       

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

    • getPDFSignatureDictionary

      public XmlPDFSignatureDictionary getPDFSignatureDictionary()
      Gets the value of the pdfSignatureDictionary property.
      Returns:
      possible object is XmlPDFSignatureDictionary
    • setPDFSignatureDictionary

      public void setPDFSignatureDictionary​(XmlPDFSignatureDictionary value)
      Sets the value of the pdfSignatureDictionary property.
      Parameters:
      value - allowed object is XmlPDFSignatureDictionary
    • getModificationDetection

      public XmlModificationDetection getModificationDetection()
      Gets the value of the modificationDetection property.
      Returns:
      possible object is XmlModificationDetection
    • setModificationDetection

      public void setModificationDetection​(XmlModificationDetection value)
      Sets the value of the modificationDetection property.
      Parameters:
      value - allowed object is XmlModificationDetection