Class RenewSubscriptionsResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.RenewSubscriptionsResponse
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="SubscribeRenewals">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}SubscriptionRenewal" maxOccurs="1000"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the subscribeRenewals property.voidSets the value of the status property.voidSets the value of the subscribeRenewals property.
-
Field Details
-
status
-
subscribeRenewals
-
-
Constructor Details
-
RenewSubscriptionsResponse
public RenewSubscriptionsResponse()
-
-
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
-
getSubscribeRenewals
Gets the value of the subscribeRenewals property.- Returns:
- possible object is
RenewSubscriptionsResponse.SubscribeRenewals
-
setSubscribeRenewals
Sets the value of the subscribeRenewals property.- Parameters:
value- allowed object isRenewSubscriptionsResponse.SubscribeRenewals
-