public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.general_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.general_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 _InterCompanyJournalEntry_QNAME
private static final QName _JournalEntry_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.general_2010_2
Public Methods
JAXBElement<InterCompanyJournalEntry> createInterCompanyJournalEntry(InterCompanyJournalEntry value)
Create an instance of JAXBElement<InterCompanyJournalEntry>}
InterCompanyJournalEntry createInterCompanyJournalEntry()
Create an instance of InterCompanyJournalEntry
InterCompanyJournalEntryLine createInterCompanyJournalEntryLine()
Create an instance of InterCompanyJournalEntryLine
InterCompanyJournalEntryLineList createInterCompanyJournalEntryLineList()
Create an instance of InterCompanyJournalEntryLineList
JAXBElement<JournalEntry> createJournalEntry(JournalEntry value)
Create an instance of JAXBElement<JournalEntry>}
JournalEntry createJournalEntry()
Create an instance of JournalEntry
JournalEntryLine createJournalEntryLine()
Create an instance of JournalEntryLine
JournalEntryLineList createJournalEntryLineList()
Create an instance of JournalEntryLineList
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _InterCompanyJournalEntry_QNAME

private static final QName _JournalEntry_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.general_2010_2

Public Methods

public JAXBElement<InterCompanyJournalEntry> createInterCompanyJournalEntry (InterCompanyJournalEntry value)

Create an instance of JAXBElement<InterCompanyJournalEntry>}

Parameters
value

public InterCompanyJournalEntry createInterCompanyJournalEntry ()

Create an instance of InterCompanyJournalEntry

public InterCompanyJournalEntryLine createInterCompanyJournalEntryLine ()

Create an instance of InterCompanyJournalEntryLine

public InterCompanyJournalEntryLineList createInterCompanyJournalEntryLineList ()

Create an instance of InterCompanyJournalEntryLineList

public JAXBElement<JournalEntry> createJournalEntry (JournalEntry value)

Create an instance of JAXBElement<JournalEntry>}

Parameters
value

public JournalEntry createJournalEntry ()

Create an instance of JournalEntry

public JournalEntryLine createJournalEntryLine ()

Create an instance of JournalEntryLine

public JournalEntryLineList createJournalEntryLineList ()

Create an instance of JournalEntryLineList