Class ContextType
java.lang.Object
de.gematik.ws.conn.connectorcontext.v2.ContextType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDie ID des Clientsystems, von dem bzw. für das der Aufruf des Konnektors erfolgt.Die ID des Mandanten.Die ID des Nutzers im Primärsystem.Die ID des Arbeitsplatzes, von dem bzw. für den der Aufruf des Konnektors erfolgt.voidsetClientSystemId(String value) Sets the value of the clientSystemId property.voidsetMandantId(String value) Sets the value of the mandantId property.voidSets the value of the userId property.voidsetWorkplaceId(String value) Sets the value of the workplaceId property.
-
Field Details
-
mandantId
-
clientSystemId
-
workplaceId
-
userId
-
-
Constructor Details
-
ContextType
public ContextType()
-
-
Method Details
-
getMandantId
Die ID des Mandanten.- Returns:
- possible object is
String
-
setMandantId
Sets the value of the mandantId property.- Parameters:
value- allowed object isString
-
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
Sets the value of the clientSystemId property.- Parameters:
value- allowed object isString
-
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
Sets the value of the workplaceId property.- Parameters:
value- allowed object isString
-
getUserId
Die ID des Nutzers im Primärsystem. Ist nur dann erforderlich, falls ein HBA verwendet wird.- Returns:
- possible object is
String
-
setUserId
Sets the value of the userId property.- Parameters:
value- allowed object isString
-