Class SignatureType.Add.Appearance

  • Enclosing class:
    SignatureType.Add

    public static class SignatureType.Add.Appearance
    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="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>
     
    • Field Detail

      • name

        protected String name
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Name that will be displayed in the signature's left-hand side area. If no value is specified, the name of the signer is displayed in this area (CN name part from the certificate) if <code>showCommonName</code> is enabled.
                                                     </p>
         
      • identifier

        protected String identifier
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Text that should be displayed in the signature's right-hand side text field. If a value is not specified, the field will display the name of the signatory and the name parts of the certificate (please refer to <code>&lt;identifierElements&gt;</code> further below).
                                                     </p>
         
      • page

        protected Integer page
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the page on which the signature is to be displayed.</p>
         
      • showCommonName

        protected Boolean showCommonName
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Displays or hides the certificate name (CN) of the certificate in the signature's left-hand side area. A set <code>name</code> always has priority over the setting of this option.
                                                     </p>
         
    • Constructor Detail

      • Appearance

        public Appearance()
    • Method Detail

      • isSetPosition

        public boolean isSetPosition()
      • isSetImage

        public boolean isSetImage()
      • isSetIdentifierElements

        public boolean isSetIdentifierElements()
      • getName

        public String getName()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Name that will be displayed in the signature's left-hand side area. If no value is specified, the name of the signer is displayed in this area (CN name part from the certificate) if <code>showCommonName</code> is enabled.
                                                     </p>
         
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
        See Also:
        getName()
      • isSetName

        public boolean isSetName()
      • getIdentifier

        public String getIdentifier()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Text that should be displayed in the signature's right-hand side text field. If a value is not specified, the field will display the name of the signatory and the name parts of the certificate (please refer to <code>&lt;identifierElements&gt;</code> further below).
                                                     </p>
         
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
        See Also:
        getIdentifier()
      • isSetIdentifier

        public boolean isSetIdentifier()
      • getPage

        public int getPage()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the page on which the signature is to be displayed.</p>
         
        Returns:
        possible object is Integer
      • setPage

        public void setPage​(int value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Integer
        See Also:
        getPage()
      • isSetPage

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()
      • isShowCommonName

        public boolean isShowCommonName()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p272839_="https://jakarta.ee/xml/ns/jaxb" xmlns:p501776_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Displays or hides the certificate name (CN) of the certificate in the signature's left-hand side area. A set <code>name</code> always has priority over the setting of this option.
                                                     </p>
         
        Returns:
        possible object is Boolean
      • setShowCommonName

        public void setShowCommonName​(boolean value)
        Sets the value of the showCommonName property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isShowCommonName()
      • isSetShowCommonName

        public boolean isSetShowCommonName()
      • unsetShowCommonName

        public void unsetShowCommonName()