public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.financial_2010_2.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.netsuite.webservices.transactions.financial_2010_2 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

Fields
private static final QName _BudgetSearch_QNAME
private static final QName _Budget_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.netsuite.webservices.transactions.financial_2010_2
Public Methods
JAXBElement<Budget> createBudget(Budget value)
Create an instance of JAXBElement<Budget>}
Budget createBudget()
Create an instance of Budget
JAXBElement<BudgetSearch> createBudgetSearch(BudgetSearch value)
Create an instance of JAXBElement<BudgetSearch>}
BudgetSearch createBudgetSearch()
Create an instance of BudgetSearch
BudgetSearchAdvanced createBudgetSearchAdvanced()
Create an instance of BudgetSearchAdvanced
BudgetSearchRow createBudgetSearchRow()
Create an instance of BudgetSearchRow
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _BudgetSearch_QNAME

private static final QName _Budget_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.netsuite.webservices.transactions.financial_2010_2

Public Methods

public JAXBElement<Budget> createBudget (Budget value)

Create an instance of JAXBElement<Budget>}

Parameters
value

public Budget createBudget ()

Create an instance of Budget

public JAXBElement<BudgetSearch> createBudgetSearch (BudgetSearch value)

Create an instance of JAXBElement<BudgetSearch>}

Parameters
value

public BudgetSearch createBudgetSearch ()

Create an instance of BudgetSearch

public BudgetSearchAdvanced createBudgetSearchAdvanced ()

Create an instance of BudgetSearchAdvanced

public BudgetSearchRow createBudgetSearchRow ()

Create an instance of BudgetSearchRow