Class ExternalAuthenticate.OptionalInputs
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.ExternalAuthenticate.OptionalInputs
- Enclosing class:
- ExternalAuthenticate
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.5}SignatureSchemes" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signatureSchemes property.Gets the value of the signatureType property.voidsetSignatureSchemes(String value) Sets the value of the signatureSchemes property.voidsetSignatureType(String value) Sets the value of the signatureType property.
-
Field Details
-
signatureType
-
signatureSchemes
-
-
Constructor Details
-
OptionalInputs
public OptionalInputs()
-
-
Method Details
-
getSignatureType
Gets the value of the signatureType property.- Returns:
- possible object is
String
-
setSignatureType
Sets the value of the signatureType property.- Parameters:
value- allowed object isString
-
getSignatureSchemes
Gets the value of the signatureSchemes property.- Returns:
- possible object is
String
-
setSignatureSchemes
Sets the value of the signatureSchemes property.- Parameters:
value- allowed object isString
-