Class SignatureIdentifierType


  • public class SignatureIdentifierType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p153899_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p442156_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the elements that are part of the visual signature.</p>
     

    Java class for SignatureIdentifierType complex type.

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

    
     <complexType name="SignatureIdentifierType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="showSignedBy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showCommonName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showOrganisationUnit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showOrganisationName" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showCountry" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showMail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="showDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="textSignedBy" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • showSignedBy

        protected Boolean showSignedBy
      • showName

        protected Boolean showName
      • showCommonName

        protected Boolean showCommonName
      • showOrganisationUnit

        protected Boolean showOrganisationUnit
      • showOrganisationName

        protected Boolean showOrganisationName
      • showLocal

        protected Boolean showLocal
      • showState

        protected Boolean showState
      • showCountry

        protected Boolean showCountry
      • showMail

        protected Boolean showMail
      • showDate

        protected Boolean showDate
      • textSignedBy

        protected String textSignedBy
    • Constructor Detail

      • SignatureIdentifierType

        public SignatureIdentifierType()
    • Method Detail

      • isShowSignedBy

        public boolean isShowSignedBy()
        Gets the value of the showSignedBy property.
        Returns:
        possible object is Boolean
      • setShowSignedBy

        public void setShowSignedBy​(boolean value)
        Sets the value of the showSignedBy property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowSignedBy

        public boolean isSetShowSignedBy()
      • unsetShowSignedBy

        public void unsetShowSignedBy()
      • isShowName

        public boolean isShowName()
        Gets the value of the showName property.
        Returns:
        possible object is Boolean
      • setShowName

        public void setShowName​(boolean value)
        Sets the value of the showName property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowName

        public boolean isSetShowName()
      • unsetShowName

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

        public boolean isShowOrganisationUnit()
        Gets the value of the showOrganisationUnit property.
        Returns:
        possible object is Boolean
      • setShowOrganisationUnit

        public void setShowOrganisationUnit​(boolean value)
        Sets the value of the showOrganisationUnit property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowOrganisationUnit

        public boolean isSetShowOrganisationUnit()
      • unsetShowOrganisationUnit

        public void unsetShowOrganisationUnit()
      • isShowOrganisationName

        public boolean isShowOrganisationName()
        Gets the value of the showOrganisationName property.
        Returns:
        possible object is Boolean
      • setShowOrganisationName

        public void setShowOrganisationName​(boolean value)
        Sets the value of the showOrganisationName property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowOrganisationName

        public boolean isSetShowOrganisationName()
      • unsetShowOrganisationName

        public void unsetShowOrganisationName()
      • isShowLocal

        public boolean isShowLocal()
        Gets the value of the showLocal property.
        Returns:
        possible object is Boolean
      • setShowLocal

        public void setShowLocal​(boolean value)
        Sets the value of the showLocal property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowLocal

        public boolean isSetShowLocal()
      • unsetShowLocal

        public void unsetShowLocal()
      • isShowState

        public boolean isShowState()
        Gets the value of the showState property.
        Returns:
        possible object is Boolean
      • setShowState

        public void setShowState​(boolean value)
        Sets the value of the showState property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowState

        public boolean isSetShowState()
      • unsetShowState

        public void unsetShowState()
      • isShowCountry

        public boolean isShowCountry()
        Gets the value of the showCountry property.
        Returns:
        possible object is Boolean
      • setShowCountry

        public void setShowCountry​(boolean value)
        Sets the value of the showCountry property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowCountry

        public boolean isSetShowCountry()
      • unsetShowCountry

        public void unsetShowCountry()
      • isShowMail

        public boolean isShowMail()
        Gets the value of the showMail property.
        Returns:
        possible object is Boolean
      • setShowMail

        public void setShowMail​(boolean value)
        Sets the value of the showMail property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowMail

        public boolean isSetShowMail()
      • unsetShowMail

        public void unsetShowMail()
      • isShowDate

        public boolean isShowDate()
        Gets the value of the showDate property.
        Returns:
        possible object is Boolean
      • setShowDate

        public void setShowDate​(boolean value)
        Sets the value of the showDate property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowDate

        public boolean isSetShowDate()
      • unsetShowDate

        public void unsetShowDate()
      • getTextSignedBy

        public String getTextSignedBy()
        Gets the value of the textSignedBy property.
        Returns:
        possible object is String
      • setTextSignedBy

        public void setTextSignedBy​(String value)
        Sets the value of the textSignedBy property.
        Parameters:
        value - allowed object is String
      • isSetTextSignedBy

        public boolean isSetTextSignedBy()