Class RenewSubscriptionsResponse.SubscribeRenewals
java.lang.Object
de.gematik.ws.conn.eventservice.v7.RenewSubscriptionsResponse.SubscribeRenewals
- Enclosing class:
- 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/EventService/v7.2}SubscriptionRenewal" maxOccurs="1000"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the subscriptionRenewal property.
-
Field Details
-
subscriptionRenewal
-
-
Constructor Details
-
SubscribeRenewals
public SubscribeRenewals()
-
-
Method Details
-
getSubscriptionRenewal
Gets the value of the subscriptionRenewal property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the subscriptionRenewal property.For example, to add a new item, do as follows:
getSubscriptionRenewal().add(newItem);Objects of the following type(s) are allowed in the list
SubscriptionRenewal
-