Class XmlPDFSignatureDictionary
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlPDFSignatureDictionary
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected XmlDocMDPprotected XmlPDFLockDictionaryprotected Stringprotected Stringprotected Stringprotected XmlByteRangeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfo property.Gets the value of the docMDP property.Gets the value of the fieldMDP property.Gets the value of the filter property.Gets the value of the location property.Gets the value of the reason property.Gets the value of the signatureByteRange property.Gets the value of the signerName property.Gets the value of the subFilter property.getType()Gets the value of the type property.booleanGets the value of the consistent property.voidsetConsistent(boolean value) Sets the value of the consistent property.voidsetContactInfo(String value) Sets the value of the contactInfo property.voidSets the value of the docMDP property.voidsetFieldMDP(XmlPDFLockDictionary value) Sets the value of the fieldMDP property.voidSets the value of the filter property.voidsetLocation(String value) Sets the value of the location property.voidSets the value of the reason property.voidSets the value of the signatureByteRange property.voidsetSignerName(String value) Sets the value of the signerName property.voidsetSubFilter(String value) Sets the value of the subFilter property.voidSets the value of the type property.
-
Field Details
-
signerName
-
type
-
filter
-
subFilter
-
contactInfo
-
location
-
reason
-
signatureByteRange
-
docMDP
-
fieldMDP
-
consistent
protected boolean consistent
-
-
Constructor Details
-
XmlPDFSignatureDictionary
public XmlPDFSignatureDictionary()
-
-
Method Details
-
getSignerName
-
setSignerName
-
getType
-
setType
-
getFilter
-
setFilter
-
getSubFilter
-
setSubFilter
-
getContactInfo
-
setContactInfo
-
getLocation
-
setLocation
-
getReason
-
setReason
-
getSignatureByteRange
Gets the value of the signatureByteRange property.- Returns:
- possible object is
XmlByteRange
-
setSignatureByteRange
Sets the value of the signatureByteRange property.- Parameters:
value- allowed object isXmlByteRange
-
getDocMDP
-
setDocMDP
-
getFieldMDP
Gets the value of the fieldMDP property.- Returns:
- possible object is
XmlPDFLockDictionary
-
setFieldMDP
Sets the value of the fieldMDP property.- Parameters:
value- allowed object isXmlPDFLockDictionary
-
isConsistent
public boolean isConsistent()Gets the value of the consistent property. -
setConsistent
public void setConsistent(boolean value) Sets the value of the consistent property.
-