public class

RatePlanChargeData

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

Class Overview

Java class for RatePlanChargeData complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected RatePlanCharge ratePlanCharge
protected List<RatePlanChargeTier> ratePlanChargeTier
Public Constructors
RatePlanChargeData()
Public Methods
RatePlanCharge getRatePlanCharge()
Gets the value of the ratePlanCharge property.
List<RatePlanChargeTier> getRatePlanChargeTier()
Gets the value of the ratePlanChargeTier property.
void setRatePlanCharge(RatePlanCharge value)
Sets the value of the ratePlanCharge 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 RatePlanCharge ratePlanCharge

protected List<RatePlanChargeTier> ratePlanChargeTier

Public Constructors

public RatePlanChargeData ()

Public Methods

public RatePlanCharge getRatePlanCharge ()

Gets the value of the ratePlanCharge property.

Returns

public List<RatePlanChargeTier> getRatePlanChargeTier ()

Gets the value of the ratePlanChargeTier 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 ratePlanChargeTier property.

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

    getRatePlanChargeTier().add(newItem);
 

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

public void setRatePlanCharge (RatePlanCharge value)

Sets the value of the ratePlanCharge property.

Parameters
value Allowed object is RatePlanCharge