public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.bank_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.bank_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 _Check_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.bank_2010_2
Public Methods
Check createCheck()
Create an instance of Check
JAXBElement<Check> createCheck(Check value)
Create an instance of JAXBElement<Check>}
CheckExpense createCheckExpense()
Create an instance of CheckExpense
CheckExpenseList createCheckExpenseList()
Create an instance of CheckExpenseList
CheckItem createCheckItem()
Create an instance of CheckItem
CheckItemList createCheckItemList()
Create an instance of CheckItemList
CheckLandedCostList createCheckLandedCostList()
Create an instance of CheckLandedCostList
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _Check_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.bank_2010_2

Public Methods

public Check createCheck ()

Create an instance of Check

public JAXBElement<Check> createCheck (Check value)

Create an instance of JAXBElement<Check>}

Parameters
value

public CheckExpense createCheckExpense ()

Create an instance of CheckExpense

public CheckExpenseList createCheckExpenseList ()

Create an instance of CheckExpenseList

public CheckItem createCheckItem ()

Create an instance of CheckItem

public CheckItemList createCheckItemList ()

Create an instance of CheckItemList

public CheckLandedCostList createCheckLandedCostList ()

Create an instance of CheckLandedCostList