Class GetSignatureModeResponse
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.GetSignatureModeResponse
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 name="ComfortSignatureStatus" type="{http://ws.gematik.de/conn/SignatureService/v7.5}ComfortSignatureStatusEnum"/>
<element name="ComfortSignatureMax" type="{http://ws.gematik.de/conn/SignatureService/v7.5}CountType"/>
<element name="ComfortSignatureTimer" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}SessionInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected ComfortSignatureStatusEnumprotected Durationprotected SessionInfoprotected Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the comfortSignatureMax property.Gets the value of the comfortSignatureStatus property.Gets the value of the comfortSignatureTimer property.Gets the value of the sessionInfo property.Gets the value of the status property.voidsetComfortSignatureMax(int value) Sets the value of the comfortSignatureMax property.voidSets the value of the comfortSignatureStatus property.voidsetComfortSignatureTimer(Duration value) Sets the value of the comfortSignatureTimer property.voidsetSessionInfo(SessionInfo value) Sets the value of the sessionInfo property.voidSets the value of the status property.
-
Field Details
-
status
-
comfortSignatureStatus
-
comfortSignatureMax
protected int comfortSignatureMax -
comfortSignatureTimer
-
sessionInfo
-
-
Constructor Details
-
GetSignatureModeResponse
public GetSignatureModeResponse()
-
-
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
-
getComfortSignatureStatus
Gets the value of the comfortSignatureStatus property.- Returns:
- possible object is
ComfortSignatureStatusEnum
-
setComfortSignatureStatus
Sets the value of the comfortSignatureStatus property.- Parameters:
value- allowed object isComfortSignatureStatusEnum
-
getComfortSignatureMax
public int getComfortSignatureMax()Gets the value of the comfortSignatureMax property. -
setComfortSignatureMax
public void setComfortSignatureMax(int value) Sets the value of the comfortSignatureMax property. -
getComfortSignatureTimer
Gets the value of the comfortSignatureTimer property.- Returns:
- possible object is
Duration
-
setComfortSignatureTimer
Sets the value of the comfortSignatureTimer property.- Parameters:
value- allowed object isDuration
-
getSessionInfo
Gets the value of the sessionInfo property.- Returns:
- possible object is
SessionInfo
-
setSessionInfo
Sets the value of the sessionInfo property.- Parameters:
value- allowed object isSessionInfo
-