Class SignatureType


  • public class SignatureType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type represents the properties of a signature.</p>
     

    Java class for SignatureType complex type.

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

    
     <complexType name="SignatureType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="reason" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="contact" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subFilter" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SignatureType

        public SignatureType()
    • Method Detail

      • getObjectKey

        public String getObjectKey()
        Gets the value of the objectKey property.
        Returns:
        possible object is String
      • setObjectKey

        public void setObjectKey​(String value)
        Sets the value of the objectKey property.
        Parameters:
        value - allowed object is String
      • isSetObjectKey

        public boolean isSetObjectKey()
      • 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
      • isSetName

        public boolean isSetName()
      • 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
      • isSetReason

        public boolean isSetReason()
      • getContact

        public String getContact()
        Gets the value of the contact property.
        Returns:
        possible object is String
      • setContact

        public void setContact​(String value)
        Sets the value of the contact property.
        Parameters:
        value - allowed object is String
      • isSetContact

        public boolean isSetContact()
      • getLocation

        public String getLocation()
        Gets the value of the location property.
        Returns:
        possible object is String
      • setLocation

        public void setLocation​(String value)
        Sets the value of the location property.
        Parameters:
        value - allowed object is String
      • isSetLocation

        public boolean isSetLocation()
      • getDate

        public String getDate()
        Gets the value of the date property.
        Returns:
        possible object is String
      • setDate

        public void setDate​(String value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is String
      • isSetDate

        public boolean isSetDate()
      • 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
      • isSetFilter

        public boolean isSetFilter()
      • 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
      • isSetSubFilter

        public boolean isSetSubFilter()