Class SignatureType.Add.Signer

  • Enclosing class:
    SignatureType.Add

    public static class SignatureType.Add.Signer
    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="keyPair" type="{http://schema.webpdf.de/1.0/operation}KeyPairType"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Signer

        public Signer()
    • Method Detail

      • getKeyPair

        public KeyPairType getKeyPair()
        Gets the value of the keyPair property.
        Returns:
        possible object is KeyPairType
      • setKeyPair

        public void setKeyPair​(KeyPairType value)
        Sets the value of the keyPair property.
        Parameters:
        value - allowed object is KeyPairType
      • isSetKeyPair

        public boolean isSetKeyPair()