Class ActivateComfortSignatureResponse
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.ActivateComfortSignatureResponse
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">
<sequence>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}SignatureMode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signatureMode property.Gets the value of the status property.voidSets the value of the signatureMode property.voidSets the value of the status property.
-
Field Details
-
status
-
signatureMode
-
-
Constructor Details
-
ActivateComfortSignatureResponse
public ActivateComfortSignatureResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getSignatureMode
Gets the value of the signatureMode property.- Returns:
- possible object is
SignatureModeEnum
-
setSignatureMode
Sets the value of the signatureMode property.- Parameters:
value- allowed object isSignatureModeEnum
-