public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.employees_2013_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.employees_2013_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 _ExpenseReport_QNAME
private static final QName _PaycheckJournal_QNAME
private static final QName _TimeBillSearch_QNAME
private static final QName _TimeBill_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.employees_2013_2
Public Methods
ExpenseReport createExpenseReport()
Create an instance of ExpenseReport
JAXBElement<ExpenseReport> createExpenseReport(ExpenseReport value)
Create an instance of JAXBElement<ExpenseReport>}
ExpenseReportExpense createExpenseReportExpense()
Create an instance of ExpenseReportExpense
ExpenseReportExpenseList createExpenseReportExpenseList()
Create an instance of ExpenseReportExpenseList
JAXBElement<PaycheckJournal> createPaycheckJournal(PaycheckJournal value)
Create an instance of JAXBElement<PaycheckJournal>}
PaycheckJournal createPaycheckJournal()
Create an instance of PaycheckJournal
PaycheckJournalCompanyContribution createPaycheckJournalCompanyContribution()
Create an instance of PaycheckJournalCompanyContribution
PaycheckJournalCompanyContributionList createPaycheckJournalCompanyContributionList()
PaycheckJournalCompanyTax createPaycheckJournalCompanyTax()
Create an instance of PaycheckJournalCompanyTax
PaycheckJournalCompanyTaxList createPaycheckJournalCompanyTaxList()
Create an instance of PaycheckJournalCompanyTaxList
PaycheckJournalDeduction createPaycheckJournalDeduction()
Create an instance of PaycheckJournalDeduction
PaycheckJournalDeductionList createPaycheckJournalDeductionList()
Create an instance of PaycheckJournalDeductionList
PaycheckJournalEarning createPaycheckJournalEarning()
Create an instance of PaycheckJournalEarning
PaycheckJournalEarningList createPaycheckJournalEarningList()
Create an instance of PaycheckJournalEarningList
PaycheckJournalEmployeeTax createPaycheckJournalEmployeeTax()
Create an instance of PaycheckJournalEmployeeTax
PaycheckJournalEmployeeTaxList createPaycheckJournalEmployeeTaxList()
Create an instance of PaycheckJournalEmployeeTaxList
TimeBill createTimeBill()
Create an instance of TimeBill
JAXBElement<TimeBill> createTimeBill(TimeBill value)
Create an instance of JAXBElement<TimeBill>}
TimeBillSearch createTimeBillSearch()
Create an instance of TimeBillSearch
JAXBElement<TimeBillSearch> createTimeBillSearch(TimeBillSearch value)
Create an instance of JAXBElement<TimeBillSearch>}
TimeBillSearchAdvanced createTimeBillSearchAdvanced()
Create an instance of TimeBillSearchAdvanced
TimeBillSearchRow createTimeBillSearchRow()
Create an instance of TimeBillSearchRow
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _ExpenseReport_QNAME

private static final QName _PaycheckJournal_QNAME

private static final QName _TimeBillSearch_QNAME

private static final QName _TimeBill_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.employees_2013_2

Public Methods

public ExpenseReport createExpenseReport ()

Create an instance of ExpenseReport

public JAXBElement<ExpenseReport> createExpenseReport (ExpenseReport value)

Create an instance of JAXBElement<ExpenseReport>}

Parameters
value

public ExpenseReportExpense createExpenseReportExpense ()

Create an instance of ExpenseReportExpense

public ExpenseReportExpenseList createExpenseReportExpenseList ()

Create an instance of ExpenseReportExpenseList

public JAXBElement<PaycheckJournal> createPaycheckJournal (PaycheckJournal value)

Create an instance of JAXBElement<PaycheckJournal>}

Parameters
value

public PaycheckJournal createPaycheckJournal ()

Create an instance of PaycheckJournal

public PaycheckJournalCompanyContribution createPaycheckJournalCompanyContribution ()

Create an instance of PaycheckJournalCompanyContribution

public PaycheckJournalCompanyContributionList createPaycheckJournalCompanyContributionList ()

public PaycheckJournalCompanyTax createPaycheckJournalCompanyTax ()

Create an instance of PaycheckJournalCompanyTax

public PaycheckJournalCompanyTaxList createPaycheckJournalCompanyTaxList ()

Create an instance of PaycheckJournalCompanyTaxList

public PaycheckJournalDeduction createPaycheckJournalDeduction ()

Create an instance of PaycheckJournalDeduction

public PaycheckJournalDeductionList createPaycheckJournalDeductionList ()

Create an instance of PaycheckJournalDeductionList

public PaycheckJournalEarning createPaycheckJournalEarning ()

Create an instance of PaycheckJournalEarning

public PaycheckJournalEarningList createPaycheckJournalEarningList ()

Create an instance of PaycheckJournalEarningList

public PaycheckJournalEmployeeTax createPaycheckJournalEmployeeTax ()

Create an instance of PaycheckJournalEmployeeTax

public PaycheckJournalEmployeeTaxList createPaycheckJournalEmployeeTaxList ()

Create an instance of PaycheckJournalEmployeeTaxList

public TimeBill createTimeBill ()

Create an instance of TimeBill

public JAXBElement<TimeBill> createTimeBill (TimeBill value)

Create an instance of JAXBElement<TimeBill>}

Parameters
value

public TimeBillSearch createTimeBillSearch ()

Create an instance of TimeBillSearch

public JAXBElement<TimeBillSearch> createTimeBillSearch (TimeBillSearch value)

Create an instance of JAXBElement<TimeBillSearch>}

Parameters
value

public TimeBillSearchAdvanced createTimeBillSearchAdvanced ()

Create an instance of TimeBillSearchAdvanced

public TimeBillSearchRow createTimeBillSearchRow ()

Create an instance of TimeBillSearchRow