public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.zuora.api.object.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.zuora.api.object package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.zuora.api.object
Public Methods
Account createAccount()
Create an instance of Account
AccountingRun createAccountingRun()
Create an instance of AccountingRun
AccountingRunAdjustmentSummary createAccountingRunAdjustmentSummary()
Create an instance of AccountingRunAdjustmentSummary
AccountingRunInvoiceSummary createAccountingRunInvoiceSummary()
Create an instance of AccountingRunInvoiceSummary
AccountingRunPaymentSummary createAccountingRunPaymentSummary()
Create an instance of AccountingRunPaymentSummary
AdjustmentAccountingDetail createAdjustmentAccountingDetail()
Create an instance of AdjustmentAccountingDetail
Amendment createAmendment()
Create an instance of Amendment
Contact createContact()
Create an instance of Contact
CreditBalanceAdjustment createCreditBalanceAdjustment()
Create an instance of CreditBalanceAdjustment
Export createExport()
Create an instance of Export
Invoice createInvoice()
Create an instance of Invoice
InvoiceAccountingDetail createInvoiceAccountingDetail()
Create an instance of InvoiceAccountingDetail
InvoiceAdjustment createInvoiceAdjustment()
Create an instance of InvoiceAdjustment
InvoiceItem createInvoiceItem()
Create an instance of InvoiceItem
InvoiceItemAdjustment createInvoiceItemAdjustment()
Create an instance of InvoiceItemAdjustment
InvoicePayment createInvoicePayment()
Create an instance of InvoicePayment
Payment createPayment()
Create an instance of Payment
PaymentAccountingDetail createPaymentAccountingDetail()
Create an instance of PaymentAccountingDetail
PaymentMethod createPaymentMethod()
Create an instance of PaymentMethod
Product createProduct()
Create an instance of Product
ProductRatePlan createProductRatePlan()
Create an instance of ProductRatePlan
ProductRatePlanCharge createProductRatePlanCharge()
Create an instance of ProductRatePlanCharge
ProductRatePlanChargeTier createProductRatePlanChargeTier()
Create an instance of ProductRatePlanChargeTier
RatePlan createRatePlan()
Create an instance of RatePlan
RatePlanCharge createRatePlanCharge()
Create an instance of RatePlanCharge
RatePlanChargeTier createRatePlanChargeTier()
Create an instance of RatePlanChargeTier
Refund createRefund()
Create an instance of Refund
RefundInvoicePayment createRefundInvoicePayment()
Create an instance of RefundInvoicePayment
Subscription createSubscription()
Create an instance of Subscription
TaxationItem createTaxationItem()
Create an instance of TaxationItem
Usage createUsage()
Create an instance of Usage
ZObject createZObject()
Create an instance of ZObject
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.zuora.api.object

Public Methods

public Account createAccount ()

Create an instance of Account

public AccountingRun createAccountingRun ()

Create an instance of AccountingRun

public AccountingRunAdjustmentSummary createAccountingRunAdjustmentSummary ()

Create an instance of AccountingRunAdjustmentSummary

public AccountingRunInvoiceSummary createAccountingRunInvoiceSummary ()

Create an instance of AccountingRunInvoiceSummary

public AccountingRunPaymentSummary createAccountingRunPaymentSummary ()

Create an instance of AccountingRunPaymentSummary

public AdjustmentAccountingDetail createAdjustmentAccountingDetail ()

Create an instance of AdjustmentAccountingDetail

public Amendment createAmendment ()

Create an instance of Amendment

public Contact createContact ()

Create an instance of Contact

public CreditBalanceAdjustment createCreditBalanceAdjustment ()

Create an instance of CreditBalanceAdjustment

public Export createExport ()

Create an instance of Export

public Invoice createInvoice ()

Create an instance of Invoice

public InvoiceAccountingDetail createInvoiceAccountingDetail ()

Create an instance of InvoiceAccountingDetail

public InvoiceAdjustment createInvoiceAdjustment ()

Create an instance of InvoiceAdjustment

public InvoiceItem createInvoiceItem ()

Create an instance of InvoiceItem

public InvoiceItemAdjustment createInvoiceItemAdjustment ()

Create an instance of InvoiceItemAdjustment

public InvoicePayment createInvoicePayment ()

Create an instance of InvoicePayment

public Payment createPayment ()

Create an instance of Payment

public PaymentAccountingDetail createPaymentAccountingDetail ()

Create an instance of PaymentAccountingDetail

public PaymentMethod createPaymentMethod ()

Create an instance of PaymentMethod

public Product createProduct ()

Create an instance of Product

public ProductRatePlan createProductRatePlan ()

Create an instance of ProductRatePlan

public ProductRatePlanCharge createProductRatePlanCharge ()

Create an instance of ProductRatePlanCharge

public ProductRatePlanChargeTier createProductRatePlanChargeTier ()

Create an instance of ProductRatePlanChargeTier

public RatePlan createRatePlan ()

Create an instance of RatePlan

public RatePlanCharge createRatePlanCharge ()

Create an instance of RatePlanCharge

public RatePlanChargeTier createRatePlanChargeTier ()

Create an instance of RatePlanChargeTier

public Refund createRefund ()

Create an instance of Refund

public RefundInvoicePayment createRefundInvoicePayment ()

Create an instance of RefundInvoicePayment

public Subscription createSubscription ()

Create an instance of Subscription

public TaxationItem createTaxationItem ()

Create an instance of TaxationItem

public Usage createUsage ()

Create an instance of Usage

public ZObject createZObject ()

Create an instance of ZObject