public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.purchases_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.purchases_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 _ItemReceipt_QNAME
private static final QName _PurchaseOrder_QNAME
private static final QName _VendorBill_QNAME
private static final QName _VendorPayment_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.purchases_2010_2
Public Methods
ItemReceipt createItemReceipt()
Create an instance of ItemReceipt
JAXBElement<ItemReceipt> createItemReceipt(ItemReceipt value)
Create an instance of JAXBElement<ItemReceipt>}
ItemReceiptExpense createItemReceiptExpense()
Create an instance of ItemReceiptExpense
ItemReceiptExpenseList createItemReceiptExpenseList()
Create an instance of ItemReceiptExpenseList
ItemReceiptItem createItemReceiptItem()
Create an instance of ItemReceiptItem
ItemReceiptItemList createItemReceiptItemList()
Create an instance of ItemReceiptItemList
PurchLandedCostList createPurchLandedCostList()
Create an instance of PurchLandedCostList
PurchaseOrder createPurchaseOrder()
Create an instance of PurchaseOrder
JAXBElement<PurchaseOrder> createPurchaseOrder(PurchaseOrder value)
Create an instance of JAXBElement<PurchaseOrder>}
PurchaseOrderExpense createPurchaseOrderExpense()
Create an instance of PurchaseOrderExpense
PurchaseOrderExpenseList createPurchaseOrderExpenseList()
Create an instance of PurchaseOrderExpenseList
PurchaseOrderItem createPurchaseOrderItem()
Create an instance of PurchaseOrderItem
PurchaseOrderItemList createPurchaseOrderItemList()
Create an instance of PurchaseOrderItemList
VendorBill createVendorBill()
Create an instance of VendorBill
JAXBElement<VendorBill> createVendorBill(VendorBill value)
Create an instance of JAXBElement<VendorBill>}
VendorBillExpense createVendorBillExpense()
Create an instance of VendorBillExpense
VendorBillExpenseList createVendorBillExpenseList()
Create an instance of VendorBillExpenseList
VendorBillItem createVendorBillItem()
Create an instance of VendorBillItem
VendorBillItemList createVendorBillItemList()
Create an instance of VendorBillItemList
JAXBElement<VendorPayment> createVendorPayment(VendorPayment value)
Create an instance of JAXBElement<VendorPayment>}
VendorPayment createVendorPayment()
Create an instance of VendorPayment
VendorPaymentApply createVendorPaymentApply()
Create an instance of VendorPaymentApply
VendorPaymentApplyList createVendorPaymentApplyList()
Create an instance of VendorPaymentApplyList
VendorPaymentCredit createVendorPaymentCredit()
Create an instance of VendorPaymentCredit
VendorPaymentCreditList createVendorPaymentCreditList()
Create an instance of VendorPaymentCreditList
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _ItemReceipt_QNAME

private static final QName _PurchaseOrder_QNAME

private static final QName _VendorBill_QNAME

private static final QName _VendorPayment_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.purchases_2010_2

Public Methods

public ItemReceipt createItemReceipt ()

Create an instance of ItemReceipt

public JAXBElement<ItemReceipt> createItemReceipt (ItemReceipt value)

Create an instance of JAXBElement<ItemReceipt>}

Parameters
value

public ItemReceiptExpense createItemReceiptExpense ()

Create an instance of ItemReceiptExpense

public ItemReceiptExpenseList createItemReceiptExpenseList ()

Create an instance of ItemReceiptExpenseList

public ItemReceiptItem createItemReceiptItem ()

Create an instance of ItemReceiptItem

public ItemReceiptItemList createItemReceiptItemList ()

Create an instance of ItemReceiptItemList

public PurchLandedCostList createPurchLandedCostList ()

Create an instance of PurchLandedCostList

public PurchaseOrder createPurchaseOrder ()

Create an instance of PurchaseOrder

public JAXBElement<PurchaseOrder> createPurchaseOrder (PurchaseOrder value)

Create an instance of JAXBElement<PurchaseOrder>}

Parameters
value

public PurchaseOrderExpense createPurchaseOrderExpense ()

Create an instance of PurchaseOrderExpense

public PurchaseOrderExpenseList createPurchaseOrderExpenseList ()

Create an instance of PurchaseOrderExpenseList

public PurchaseOrderItem createPurchaseOrderItem ()

Create an instance of PurchaseOrderItem

public PurchaseOrderItemList createPurchaseOrderItemList ()

Create an instance of PurchaseOrderItemList

public VendorBill createVendorBill ()

Create an instance of VendorBill

public JAXBElement<VendorBill> createVendorBill (VendorBill value)

Create an instance of JAXBElement<VendorBill>}

Parameters
value

public VendorBillExpense createVendorBillExpense ()

Create an instance of VendorBillExpense

public VendorBillExpenseList createVendorBillExpenseList ()

Create an instance of VendorBillExpenseList

public VendorBillItem createVendorBillItem ()

Create an instance of VendorBillItem

public VendorBillItemList createVendorBillItemList ()

Create an instance of VendorBillItemList

public JAXBElement<VendorPayment> createVendorPayment (VendorPayment value)

Create an instance of JAXBElement<VendorPayment>}

Parameters
value

public VendorPayment createVendorPayment ()

Create an instance of VendorPayment

public VendorPaymentApply createVendorPaymentApply ()

Create an instance of VendorPaymentApply

public VendorPaymentApplyList createVendorPaymentApplyList ()

Create an instance of VendorPaymentApplyList

public VendorPaymentCredit createVendorPaymentCredit ()

Create an instance of VendorPaymentCredit

public VendorPaymentCreditList createVendorPaymentCreditList ()

Create an instance of VendorPaymentCreditList