Class GetSignatureModeResponse

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

public class GetSignatureModeResponse 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/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 Details

    • status

      protected Status status
    • comfortSignatureStatus

      protected ComfortSignatureStatusEnum comfortSignatureStatus
    • comfortSignatureMax

      protected int comfortSignatureMax
    • comfortSignatureTimer

      protected Duration comfortSignatureTimer
    • sessionInfo

      protected SessionInfo sessionInfo
  • Constructor Details

    • GetSignatureModeResponse

      public GetSignatureModeResponse()
  • Method Details

    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getComfortSignatureStatus

      public ComfortSignatureStatusEnum getComfortSignatureStatus()
      Gets the value of the comfortSignatureStatus property.
      Returns:
      possible object is ComfortSignatureStatusEnum
    • setComfortSignatureStatus

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

      public Duration getComfortSignatureTimer()
      Gets the value of the comfortSignatureTimer property.
      Returns:
      possible object is Duration
    • setComfortSignatureTimer

      public void setComfortSignatureTimer(Duration value)
      Sets the value of the comfortSignatureTimer property.
      Parameters:
      value - allowed object is Duration
    • getSessionInfo

      public SessionInfo getSessionInfo()
      Gets the value of the sessionInfo property.
      Returns:
      possible object is SessionInfo
    • setSessionInfo

      public void setSessionInfo(SessionInfo value)
      Sets the value of the sessionInfo property.
      Parameters:
      value - allowed object is SessionInfo