Class Subscribe
java.lang.Object
de.gematik.ws.conn.eventservice.v7.Subscribe
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/EventService/v7.2}Subscription"/>
</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 subscription property.voidsetContext(ContextType value) Sets the value of the context property.voidsetSubscription(SubscriptionType value) Sets the value of the subscription property.
-
Field Details
-
context
-
subscription
-
-
Constructor Details
-
Subscribe
public Subscribe()
-
-
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
-
getSubscription
Gets the value of the subscription property.- Returns:
- possible object is
SubscriptionType
-
setSubscription
Sets the value of the subscription property.- Parameters:
value- allowed object isSubscriptionType
-