Class GetSubscriptionResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetSubscriptionResponse
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/ConnectorCommon/v5.0}Status"/>
<element name="Subscriptions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}Subscription" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Statusprotected GetSubscriptionResponse.Subscriptions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the subscriptions property.voidSets the value of the status property.voidSets the value of the subscriptions property.
-
Field Details
-
status
-
subscriptions
-
-
Constructor Details
-
GetSubscriptionResponse
public GetSubscriptionResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getSubscriptions
Gets the value of the subscriptions property.- Returns:
- possible object is
GetSubscriptionResponse.Subscriptions
-
setSubscriptions
Sets the value of the subscriptions property.- Parameters:
value- allowed object isGetSubscriptionResponse.Subscriptions
-