Class SessionInfo
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SessionInfo
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/SignatureService/v7.5}SignatureMode"/>
<element name="CountRemaining" type="{http://ws.gematik.de/conn/SignatureService/v7.5}CountType"/>
<element name="TimeRemaining" type="{http://www.w3.org/2001/XMLSchema}duration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the countRemaining property.Gets the value of the signatureMode property.Gets the value of the timeRemaining property.voidsetCountRemaining(int value) Sets the value of the countRemaining property.voidSets the value of the signatureMode property.voidsetTimeRemaining(Duration value) Sets the value of the timeRemaining property.
-
Field Details
-
signatureMode
-
countRemaining
protected int countRemaining -
timeRemaining
-
-
Constructor Details
-
SessionInfo
public SessionInfo()
-
-
Method Details
-
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
-
getCountRemaining
public int getCountRemaining()Gets the value of the countRemaining property. -
setCountRemaining
public void setCountRemaining(int value) Sets the value of the countRemaining property. -
getTimeRemaining
Gets the value of the timeRemaining property.- Returns:
- possible object is
Duration
-
setTimeRemaining
Sets the value of the timeRemaining property.- Parameters:
value- allowed object isDuration
-