Class ExternalAuthenticate.OptionalInputs

java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.ExternalAuthenticate.OptionalInputs
Enclosing class:
ExternalAuthenticate

public static class ExternalAuthenticate.OptionalInputs 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 ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureType" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.4}SignatureSchemes" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • signatureType

      protected String signatureType
    • signatureSchemes

      protected String signatureSchemes
  • Constructor Details

    • OptionalInputs

      public OptionalInputs()
  • Method Details

    • getSignatureType

      public String getSignatureType()
      Gets the value of the signatureType property.
      Returns:
      possible object is String
    • setSignatureType

      public void setSignatureType(String value)
      Sets the value of the signatureType property.
      Parameters:
      value - allowed object is String
    • getSignatureSchemes

      public String getSignatureSchemes()
      Gets the value of the signatureSchemes property.
      Returns:
      possible object is String
    • setSignatureSchemes

      public void setSignatureSchemes(String value)
      Sets the value of the signatureSchemes property.
      Parameters:
      value - allowed object is String