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>
     
    • Constructor Detail

      • Appearance

        public Appearance()
    • Method Detail

      • isSetPosition

        public boolean isSetPosition()
      • isSetImage

        public boolean isSetImage()
      • isSetIdentifierElements

        public boolean isSetIdentifierElements()
      • 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()
      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

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

        public boolean isSetIdentifier()
      • getPage

        public int getPage()
        Gets the value of the page property.
        Returns:
        possible object is Integer
      • setPage

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

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()
      • isShowCommonName

        public boolean isShowCommonName()
        Gets the value of the showCommonName property.
        Returns:
        possible object is Boolean
      • setShowCommonName

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

        public boolean isSetShowCommonName()
      • unsetShowCommonName

        public void unsetShowCommonName()