Class XmlPDFSignatureField

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

public class XmlPDFSignatureField extends Object implements Serializable

Java class for PDFSignatureField complex type.

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

<complexType name="PDFSignatureField">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="SigFieldLock" type="{http://dss.esig.europa.eu/validation/diagnostic}PDFLockDictionary" minOccurs="0"/>
      </sequence>
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlPDFSignatureField

      public XmlPDFSignatureField()
  • Method Details

    • getSigFieldLock

      public XmlPDFLockDictionary getSigFieldLock()
      Gets the value of the sigFieldLock property.
      Returns:
      possible object is XmlPDFLockDictionary
    • setSigFieldLock

      public void setSigFieldLock(XmlPDFLockDictionary value)
      Sets the value of the sigFieldLock property.
      Parameters:
      value - allowed object is XmlPDFLockDictionary
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String