public class

ProductRatePlan

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

Class Overview

Java class for ProductRatePlan complex type.

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

 <complexType name="ProductRatePlan">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="ActiveCurrencies" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EffectiveEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EffectiveStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProductId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String activeCurrencies
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected XMLGregorianCalendar effectiveEndDate
protected XMLGregorianCalendar effectiveStartDate
protected String name
protected String productId
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
Public Constructors
ProductRatePlan()
Public Methods
String getActiveCurrencies()
Gets the value of the activeCurrencies property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getEffectiveEndDate()
Gets the value of the effectiveEndDate property.
XMLGregorianCalendar getEffectiveStartDate()
Gets the value of the effectiveStartDate property.
String getName()
Gets the value of the name property.
String getProductId()
Gets the value of the productId property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setActiveCurrencies(String value)
Sets the value of the activeCurrencies property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setDescription(String value)
Sets the value of the description property.
void setEffectiveEndDate(XMLGregorianCalendar value)
Sets the value of the effectiveEndDate property.
void setEffectiveStartDate(XMLGregorianCalendar value)
Sets the value of the effectiveStartDate property.
void setName(String value)
Sets the value of the name property.
void setProductId(String value)
Sets the value of the productId property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String activeCurrencies

protected String createdById

protected XMLGregorianCalendar createdDate

protected String description

protected XMLGregorianCalendar effectiveEndDate

protected XMLGregorianCalendar effectiveStartDate

protected String name

protected String productId

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public ProductRatePlan ()

Public Methods

public String getActiveCurrencies ()

Gets the value of the activeCurrencies property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getEffectiveEndDate ()

Gets the value of the effectiveEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEffectiveStartDate ()

Gets the value of the effectiveStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getProductId ()

Gets the value of the productId property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setActiveCurrencies (String value)

Sets the value of the activeCurrencies property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEffectiveEndDate (XMLGregorianCalendar value)

Sets the value of the effectiveEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEffectiveStartDate (XMLGregorianCalendar value)

Sets the value of the effectiveStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setProductId (String value)

Sets the value of the productId property.

Parameters
value Allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value Allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar