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="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 Details

  • Constructor Details

    • XmlPDFRevision

      public XmlPDFRevision()
  • Method Details

    • getFields

      public List<XmlPDFSignatureField> 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

      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