Class SignatureType.Add

  • Enclosing class:
    SignatureType

    public static class SignatureType.Add
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="appearance" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <all>
                       <element name="position" type="{http://schema.webpdf.de/1.0/operation}SignaturePositionType" minOccurs="0"/>
                       <element name="image" type="{http://schema.webpdf.de/1.0/operation}SignatureImageType" minOccurs="0"/>
                       <element name="identifierElements" type="{http://schema.webpdf.de/1.0/operation}SignatureIdentifierType" minOccurs="0"/>
                     </all>
                     <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="page" default="1">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                           <minInclusive value="1"/>
                         </restriction>
                       </simpleType>
                     </attribute>
                     <attribute name="showCommonName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="signer" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <all>
                       <element name="keyPair" type="{http://schema.webpdf.de/1.0/operation}KeyPairType"/>
                     </all>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}SignatureInfoGroup"/>
           <attribute name="certificationLevel" type="{http://schema.webpdf.de/1.0/operation}CertificationLevelType" default="noChanges" />
           <attribute name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string" default="Signature1" />
           <attribute name="keyName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="keyPassword" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="appendSignature" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Add

        public Add()
    • Method Detail

      • isSetAppearance

        public boolean isSetAppearance()
      • isSetSigner

        public boolean isSetSigner()
      • isSetCertificationLevel

        public boolean isSetCertificationLevel()
      • getFieldName

        public String getFieldName()
        Gets the value of the fieldName property.
        Returns:
        possible object is String
      • setFieldName

        public void setFieldName​(String value)
        Sets the value of the fieldName property.
        Parameters:
        value - allowed object is String
      • isSetFieldName

        public boolean isSetFieldName()
      • getKeyName

        public String getKeyName()
        Gets the value of the keyName property.
        Returns:
        possible object is String
      • setKeyName

        public void setKeyName​(String value)
        Sets the value of the keyName property.
        Parameters:
        value - allowed object is String
      • isSetKeyName

        public boolean isSetKeyName()
      • getKeyPassword

        public String getKeyPassword()
        Gets the value of the keyPassword property.
        Returns:
        possible object is String
      • setKeyPassword

        public void setKeyPassword​(String value)
        Sets the value of the keyPassword property.
        Parameters:
        value - allowed object is String
      • isSetKeyPassword

        public boolean isSetKeyPassword()
      • isAppendSignature

        public boolean isAppendSignature()
        Gets the value of the appendSignature property.
        Returns:
        possible object is Boolean
      • setAppendSignature

        public void setAppendSignature​(boolean value)
        Sets the value of the appendSignature property.
        Parameters:
        value - allowed object is Boolean
      • isSetAppendSignature

        public boolean isSetAppendSignature()
      • unsetAppendSignature

        public void unsetAppendSignature()
      • 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()
      • 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()
      • 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()