Class 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="SignatureFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="SignerName" 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 Detail

      • signatureFieldName

        protected String signatureFieldName
      • signerName

        protected String signerName
      • filter

        protected String filter
      • subFilter

        protected String subFilter
      • contactInfo

        protected String contactInfo
      • reason

        protected String reason
    • Constructor Detail

      • XmlPDFSignatureDictionary

        public XmlPDFSignatureDictionary()
    • Method Detail

      • getSignatureFieldName

        public String getSignatureFieldName()
        Gets the value of the signatureFieldName property.
        Returns:
        possible object is String
      • setSignatureFieldName

        public void setSignatureFieldName​(String value)
        Sets the value of the signatureFieldName property.
        Parameters:
        value - allowed object is String
      • 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
      • 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
      • 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 List<BigInteger> 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 set method 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