public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.purchases_2012_1.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_2012_1 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 _VendorCredit_QNAME
private static final QName _VendorPayment_QNAME
private static final QName _VendorReturnAuthorization_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_2012_1
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
VendorCredit createVendorCredit()
Create an instance of VendorCredit
JAXBElement<VendorCredit> createVendorCredit(VendorCredit value)
Create an instance of JAXBElement<VendorCredit>}
VendorCreditApply createVendorCreditApply()
Create an instance of VendorCreditApply
VendorCreditApplyList createVendorCreditApplyList()
Create an instance of VendorCreditApplyList
VendorCreditExpense createVendorCreditExpense()
Create an instance of VendorCreditExpense
VendorCreditExpenseList createVendorCreditExpenseList()
Create an instance of VendorCreditExpenseList
VendorCreditItem createVendorCreditItem()
Create an instance of VendorCreditItem
VendorCreditItemList createVendorCreditItemList()
Create an instance of VendorCreditItemList
VendorPayment createVendorPayment()
Create an instance of VendorPayment
JAXBElement<VendorPayment> createVendorPayment(VendorPayment value)
Create an instance of JAXBElement<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
VendorReturnAuthorization createVendorReturnAuthorization()
Create an instance of VendorReturnAuthorization
JAXBElement<VendorReturnAuthorization> createVendorReturnAuthorization(VendorReturnAuthorization value)
Create an instance of JAXBElement<VendorReturnAuthorization>}
VendorReturnAuthorizationExpense createVendorReturnAuthorizationExpense()
Create an instance of VendorReturnAuthorizationExpense
VendorReturnAuthorizationExpenseList createVendorReturnAuthorizationExpenseList()
VendorReturnAuthorizationItem createVendorReturnAuthorizationItem()
Create an instance of VendorReturnAuthorizationItem
VendorReturnAuthorizationItemList createVendorReturnAuthorizationItemList()
Create an instance of VendorReturnAuthorizationItemList
[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 _VendorCredit_QNAME

private static final QName _VendorPayment_QNAME

private static final QName _VendorReturnAuthorization_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_2012_1

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 VendorCredit createVendorCredit ()

Create an instance of VendorCredit

public JAXBElement<VendorCredit> createVendorCredit (VendorCredit value)

Create an instance of JAXBElement<VendorCredit>}

Parameters
value

public VendorCreditApply createVendorCreditApply ()

Create an instance of VendorCreditApply

public VendorCreditApplyList createVendorCreditApplyList ()

Create an instance of VendorCreditApplyList

public VendorCreditExpense createVendorCreditExpense ()

Create an instance of VendorCreditExpense

public VendorCreditExpenseList createVendorCreditExpenseList ()

Create an instance of VendorCreditExpenseList

public VendorCreditItem createVendorCreditItem ()

Create an instance of VendorCreditItem

public VendorCreditItemList createVendorCreditItemList ()

Create an instance of VendorCreditItemList

public VendorPayment createVendorPayment ()

Create an instance of VendorPayment

public JAXBElement<VendorPayment> createVendorPayment (VendorPayment value)

Create an instance of JAXBElement<VendorPayment>}

Parameters
value

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

public VendorReturnAuthorization createVendorReturnAuthorization ()

Create an instance of VendorReturnAuthorization

public JAXBElement<VendorReturnAuthorization> createVendorReturnAuthorization (VendorReturnAuthorization value)

Create an instance of JAXBElement<VendorReturnAuthorization>}

Parameters
value

public VendorReturnAuthorizationExpense createVendorReturnAuthorizationExpense ()

Create an instance of VendorReturnAuthorizationExpense

public VendorReturnAuthorizationExpenseList createVendorReturnAuthorizationExpenseList ()

public VendorReturnAuthorizationItem createVendorReturnAuthorizationItem ()

Create an instance of VendorReturnAuthorizationItem

public VendorReturnAuthorizationItemList createVendorReturnAuthorizationItemList ()

Create an instance of VendorReturnAuthorizationItemList