Class Unsubscribe
java.lang.Object
de.gematik.ws.conn.eventservice.v7.Unsubscribe
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"/>
<choice>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}SubscriptionID"/>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}EventTo"/>
</choice>
</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 eventTo property.Gets the value of the subscriptionID property.voidsetContext(ContextType value) Sets the value of the context property.voidsetEventTo(String value) Sets the value of the eventTo property.voidsetSubscriptionID(String value) Sets the value of the subscriptionID property.
-
Field Details
-
context
-
subscriptionID
-
eventTo
-
-
Constructor Details
-
Unsubscribe
public Unsubscribe()
-
-
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
-
getSubscriptionID
Gets the value of the subscriptionID property.- Returns:
- possible object is
String
-
setSubscriptionID
Sets the value of the subscriptionID property.- Parameters:
value- allowed object isString
-
getEventTo
Gets the value of the eventTo property.- Returns:
- possible object is
String
-
setEventTo
Sets the value of the eventTo property.- Parameters:
value- allowed object isString
-