Class SessionInfo

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SessionInfo

public class SessionInfo 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">
       <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 Details

    • signatureMode

      protected SignatureModeEnum signatureMode
    • countRemaining

      protected int countRemaining
    • timeRemaining

      protected Duration timeRemaining
  • Constructor Details

    • SessionInfo

      public SessionInfo()
  • Method Details

    • getSignatureMode

      public SignatureModeEnum getSignatureMode()
      Gets the value of the signatureMode property.
      Returns:
      possible object is SignatureModeEnum
    • setSignatureMode

      public void setSignatureMode(SignatureModeEnum value)
      Sets the value of the signatureMode property.
      Parameters:
      value - allowed object is SignatureModeEnum
    • 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

      public Duration getTimeRemaining()
      Gets the value of the timeRemaining property.
      Returns:
      possible object is Duration
    • setTimeRemaining

      public void setTimeRemaining(Duration value)
      Sets the value of the timeRemaining property.
      Parameters:
      value - allowed object is Duration