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="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SignatureByteRange" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}integer" />
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected StringcontactInfoprotected Stringfilterprotected Stringreasonprotected List<BigInteger>signatureByteRangeprotected StringsignerNameprotected StringsubFilterprotected Stringtype -
Constructor Summary
Constructors Constructor Description XmlPDFSignatureDictionary() -
Method Summary
Modifier and Type Method Description StringgetContactInfo()Gets the value of the contactInfo property.StringgetFilter()Gets the value of the filter property.StringgetReason()Gets the value of the reason property.List<BigInteger>getSignatureByteRange()Gets the value of the signatureByteRange property.StringgetSignerName()Gets the value of the signerName property.StringgetSubFilter()Gets the value of the subFilter property.StringgetType()Gets the value of the type property.voidsetContactInfo(String value)Sets the value of the contactInfo property.voidsetFilter(String value)Sets the value of the filter property.voidsetReason(String value)Sets the value of the reason property.voidsetSignerName(String value)Sets the value of the signerName property.voidsetSubFilter(String value)Sets the value of the subFilter property.voidsetType(String value)Sets the value of the type property.
-
Field Details
-
Constructor Details
-
XmlPDFSignatureDictionary
public XmlPDFSignatureDictionary()
-
-
Method Details
-
getSignerName
Gets the value of the signerName property.- Returns:
- possible object is
String
-
setSignerName
Sets the value of the signerName property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isString
-
getSubFilter
Gets the value of the subFilter property.- Returns:
- possible object is
String
-
setSubFilter
Sets the value of the subFilter property.- Parameters:
value- allowed object isString
-
getContactInfo
Gets the value of the contactInfo property.- Returns:
- possible object is
String
-
setContactInfo
Sets the value of the contactInfo property.- Parameters:
value- allowed object isString
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getSignatureByteRange
Gets the value of the signatureByteRange 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
setmethod for the signatureByteRange property.For example, to add a new item, do as follows:
getSignatureByteRange().add(newItem);Objects of the following type(s) are allowed in the list
BigInteger
-