Class XmlPDFSignatureDictionary

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

public class XmlPDFSignatureDictionary extends Object implements Serializable

Java class for PDFSignatureDictionary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PDFSignatureDictionary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SignatureByteRange" type="{http://dss.esig.europa.eu/validation/diagnostic}ByteRange" minOccurs="0"/>
         <element name="DocMDP" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Permissions" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificationPermission"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="FieldMDP" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFLockDictionary" minOccurs="0"/>
       </sequence>
       <attribute name="consistent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • signerName

      protected String signerName
    • type

      protected String type
    • filter

      protected String filter
    • subFilter

      protected String subFilter
    • contactInfo

      protected String contactInfo
    • location

      protected String location
    • reason

      protected String reason
    • signatureByteRange

      protected XmlByteRange signatureByteRange
    • docMDP

      protected XmlDocMDP docMDP
    • fieldMDP

      protected XmlPDFLockDictionary fieldMDP
    • consistent

      protected boolean consistent
  • Constructor Details

    • XmlPDFSignatureDictionary

      public XmlPDFSignatureDictionary()
  • Method Details

    • getSignerName

      public String getSignerName()
      Gets the value of the signerName property.
      Returns:
      possible object is String
    • setSignerName

      public void setSignerName(String value)
      Sets the value of the signerName property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getFilter

      public String getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is String
    • setFilter

      public void setFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String
    • getSubFilter

      public String getSubFilter()
      Gets the value of the subFilter property.
      Returns:
      possible object is String
    • setSubFilter

      public void setSubFilter(String value)
      Sets the value of the subFilter property.
      Parameters:
      value - allowed object is String
    • getContactInfo

      public String getContactInfo()
      Gets the value of the contactInfo property.
      Returns:
      possible object is String
    • setContactInfo

      public void setContactInfo(String value)
      Sets the value of the contactInfo property.
      Parameters:
      value - allowed object is String
    • getLocation

      public String getLocation()
      Gets the value of the location property.
      Returns:
      possible object is String
    • setLocation

      public void setLocation(String value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is String
    • getReason

      public String getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
    • getSignatureByteRange

      public XmlByteRange getSignatureByteRange()
      Gets the value of the signatureByteRange property.
      Returns:
      possible object is XmlByteRange
    • setSignatureByteRange

      public void setSignatureByteRange(XmlByteRange value)
      Sets the value of the signatureByteRange property.
      Parameters:
      value - allowed object is XmlByteRange
    • getDocMDP

      public XmlDocMDP getDocMDP()
      Gets the value of the docMDP property.
      Returns:
      possible object is XmlDocMDP
    • setDocMDP

      public void setDocMDP(XmlDocMDP value)
      Sets the value of the docMDP property.
      Parameters:
      value - allowed object is XmlDocMDP
    • getFieldMDP

      public XmlPDFLockDictionary getFieldMDP()
      Gets the value of the fieldMDP property.
      Returns:
      possible object is XmlPDFLockDictionary
    • setFieldMDP

      public void setFieldMDP(XmlPDFLockDictionary value)
      Sets the value of the fieldMDP property.
      Parameters:
      value - allowed object is XmlPDFLockDictionary
    • isConsistent

      public boolean isConsistent()
      Gets the value of the consistent property.
    • setConsistent

      public void setConsistent(boolean value)
      Sets the value of the consistent property.