Class XmlPDFSignatureField
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFSignatureField
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the sigFieldLock property.voidSets the value of the name property.voidSets the value of the sigFieldLock property.
-
Field Details
-
sigFieldLock
-
name
-
-
Constructor Details
-
XmlPDFSignatureField
public XmlPDFSignatureField()
-
-
Method Details
-
getSigFieldLock
Gets the value of the sigFieldLock property.- Returns:
- possible object is
XmlPDFLockDictionary
-
setSigFieldLock
Sets the value of the sigFieldLock property.- Parameters:
value- allowed object isXmlPDFLockDictionary
-
getName
-
setName
-