Class AuthorizeSmc
java.lang.Object
de.gematik.ws.conn.cardservice.v8.AuthorizeSmc
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/ConnectorContext/v2.0}Context"/>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}HpcHandle"/>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}SmcHandle"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the hpcHandle property.Gets the value of the smcHandle property.voidsetContext(ContextType value) Sets the value of the context property.voidsetHpcHandle(String value) Sets the value of the hpcHandle property.voidsetSmcHandle(String value) Sets the value of the smcHandle property.
-
Field Details
-
context
-
hpcHandle
-
smcHandle
-
-
Constructor Details
-
AuthorizeSmc
public AuthorizeSmc()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getHpcHandle
Gets the value of the hpcHandle property.- Returns:
- possible object is
String
-
setHpcHandle
Sets the value of the hpcHandle property.- Parameters:
value- allowed object isString
-
getSmcHandle
Gets the value of the smcHandle property.- Returns:
- possible object is
String
-
setSmcHandle
Sets the value of the smcHandle property.- Parameters:
value- allowed object isString
-