public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.demandplanning_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.demandplanning_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 _ItemDemandPlanSearch_QNAME
private static final QName _ItemDemandPlan_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.demandplanning_2012_1
Public Methods
DemandPlan createDemandPlan()
Create an instance of DemandPlan
DemandPlanMatrix createDemandPlanMatrix()
Create an instance of DemandPlanMatrix
ItemDemandPlan createItemDemandPlan()
Create an instance of ItemDemandPlan
JAXBElement<ItemDemandPlan> createItemDemandPlan(ItemDemandPlan value)
Create an instance of JAXBElement<ItemDemandPlan>}
JAXBElement<ItemDemandPlanSearch> createItemDemandPlanSearch(ItemDemandPlanSearch value)
Create an instance of JAXBElement<ItemDemandPlanSearch>}
ItemDemandPlanSearch createItemDemandPlanSearch()
Create an instance of ItemDemandPlanSearch
ItemDemandPlanSearchRow createItemDemandPlanSearchRow()
Create an instance of ItemDemandPlanSearchRow
PeriodDemandPlan createPeriodDemandPlan()
Create an instance of PeriodDemandPlan
PeriodDemandPlanList createPeriodDemandPlanList()
Create an instance of PeriodDemandPlanList
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _ItemDemandPlanSearch_QNAME

private static final QName _ItemDemandPlan_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.demandplanning_2012_1

Public Methods

public DemandPlan createDemandPlan ()

Create an instance of DemandPlan

public DemandPlanMatrix createDemandPlanMatrix ()

Create an instance of DemandPlanMatrix

public ItemDemandPlan createItemDemandPlan ()

Create an instance of ItemDemandPlan

public JAXBElement<ItemDemandPlan> createItemDemandPlan (ItemDemandPlan value)

Create an instance of JAXBElement<ItemDemandPlan>}

Parameters
value

public JAXBElement<ItemDemandPlanSearch> createItemDemandPlanSearch (ItemDemandPlanSearch value)

Create an instance of JAXBElement<ItemDemandPlanSearch>}

Parameters
value

public ItemDemandPlanSearch createItemDemandPlanSearch ()

Create an instance of ItemDemandPlanSearch

public ItemDemandPlanSearchRow createItemDemandPlanSearchRow ()

Create an instance of ItemDemandPlanSearchRow

public PeriodDemandPlan createPeriodDemandPlan ()

Create an instance of PeriodDemandPlan

public PeriodDemandPlanList createPeriodDemandPlanList ()

Create an instance of PeriodDemandPlanList