public class

SubscriptionData

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.SubscriptionData

Class Overview

Java class for SubscriptionData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubscriptionData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Subscription" type="{http://object.api.zuora.com/}Subscription" minOccurs="0"/>
         <element name="RatePlanData" type="{http://api.zuora.com/}RatePlanData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<RatePlanData> ratePlanData
protected Subscription subscription
Public Constructors
SubscriptionData()
Public Methods
List<RatePlanData> getRatePlanData()
Gets the value of the ratePlanData property.
Subscription getSubscription()
Gets the value of the subscription property.
void setSubscription(Subscription value)
Sets the value of the subscription property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected List<RatePlanData> ratePlanData

protected Subscription subscription

Public Constructors

public SubscriptionData ()

Public Methods

public List<RatePlanData> getRatePlanData ()

Gets the value of the ratePlanData 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 JAXB object. This is why there is not a set method for the ratePlanData property.

For example, to add a new item, do as follows:

    getRatePlanData().add(newItem);
 

Objects of the following type(s) are allowed in the list RatePlanData

public Subscription getSubscription ()

Gets the value of the subscription property.

Returns

public void setSubscription (Subscription value)

Sets the value of the subscription property.

Parameters
value Allowed object is Subscription