Class ContextType

java.lang.Object
de.gematik.ws.conn.connectorcontext.v2.ContextType

public class ContextType extends Object

Java class for ContextType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}MandantId"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}ClientSystemId"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}WorkplaceId"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}UserId" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • mandantId

      protected String mandantId
    • clientSystemId

      protected String clientSystemId
    • workplaceId

      protected String workplaceId
    • userId

      protected String userId
  • Constructor Details

    • ContextType

      public ContextType()
  • Method Details

    • getMandantId

      public String getMandantId()
      Die ID des Mandanten.
      Returns:
      possible object is String
    • setMandantId

      public void setMandantId(String value)
      Sets the value of the mandantId property.
      Parameters:
      value - allowed object is String
    • getClientSystemId

      public String getClientSystemId()
      Die ID des Clientsystems, von dem bzw. für das der Aufruf des Konnektors erfolgt. Unter einem Clientsystem wird hier ein einzelnes oder eine Gruppe von Systemen verstanden, welche im LAN des Leistungserbringers auf die Clientsystem-Schnittstelle des Konnektors zugreifen.
      Returns:
      possible object is String
    • setClientSystemId

      public void setClientSystemId(String value)
      Sets the value of the clientSystemId property.
      Parameters:
      value - allowed object is String
    • getWorkplaceId

      public String getWorkplaceId()
      Die ID des Arbeitsplatzes, von dem bzw. für den der Aufruf des Konnektors erfolgt. Bei fachlichen Aufrufen ist sie immer erforderlich.
      Returns:
      possible object is String
    • setWorkplaceId

      public void setWorkplaceId(String value)
      Sets the value of the workplaceId property.
      Parameters:
      value - allowed object is String
    • getUserId

      public String getUserId()
      Die ID des Nutzers im Primärsystem. Ist nur dann erforderlich, falls ein HBA verwendet wird.
      Returns:
      possible object is String
    • setUserId

      public void setUserId(String value)
      Sets the value of the userId property.
      Parameters:
      value - allowed object is String