public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.demandplanning_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.demandplanning_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 _ItemDemandPlanSearch_QNAME
private static final QName _ItemDemandPlan_QNAME
private static final QName _ItemSupplyPlanSearch_QNAME
private static final QName _ItemSupplyPlan_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_2013_2
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>}
ItemDemandPlanSearch createItemDemandPlanSearch()
Create an instance of ItemDemandPlanSearch
JAXBElement<ItemDemandPlanSearch> createItemDemandPlanSearch(ItemDemandPlanSearch value)
Create an instance of JAXBElement<ItemDemandPlanSearch>}
ItemDemandPlanSearchRow createItemDemandPlanSearchRow()
Create an instance of ItemDemandPlanSearchRow
ItemSupplyPlan createItemSupplyPlan()
Create an instance of ItemSupplyPlan
JAXBElement<ItemSupplyPlan> createItemSupplyPlan(ItemSupplyPlan value)
Create an instance of JAXBElement<ItemSupplyPlan>}
ItemSupplyPlanOrder createItemSupplyPlanOrder()
Create an instance of ItemSupplyPlanOrder
ItemSupplyPlanOrderList createItemSupplyPlanOrderList()
Create an instance of ItemSupplyPlanOrderList
ItemSupplyPlanSearch createItemSupplyPlanSearch()
Create an instance of ItemSupplyPlanSearch
JAXBElement<ItemSupplyPlanSearch> createItemSupplyPlanSearch(ItemSupplyPlanSearch value)
Create an instance of JAXBElement<ItemSupplyPlanSearch>}
ItemSupplyPlanSearchRow createItemSupplyPlanSearchRow()
Create an instance of ItemSupplyPlanSearchRow
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

private static final QName _ItemSupplyPlanSearch_QNAME

private static final QName _ItemSupplyPlan_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_2013_2

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 ItemDemandPlanSearch createItemDemandPlanSearch ()

Create an instance of ItemDemandPlanSearch

public JAXBElement<ItemDemandPlanSearch> createItemDemandPlanSearch (ItemDemandPlanSearch value)

Create an instance of JAXBElement<ItemDemandPlanSearch>}

Parameters
value

public ItemDemandPlanSearchRow createItemDemandPlanSearchRow ()

Create an instance of ItemDemandPlanSearchRow

public ItemSupplyPlan createItemSupplyPlan ()

Create an instance of ItemSupplyPlan

public JAXBElement<ItemSupplyPlan> createItemSupplyPlan (ItemSupplyPlan value)

Create an instance of JAXBElement<ItemSupplyPlan>}

Parameters
value

public ItemSupplyPlanOrder createItemSupplyPlanOrder ()

Create an instance of ItemSupplyPlanOrder

public ItemSupplyPlanOrderList createItemSupplyPlanOrderList ()

Create an instance of ItemSupplyPlanOrderList

public ItemSupplyPlanSearch createItemSupplyPlanSearch ()

Create an instance of ItemSupplyPlanSearch

public JAXBElement<ItemSupplyPlanSearch> createItemSupplyPlanSearch (ItemSupplyPlanSearch value)

Create an instance of JAXBElement<ItemSupplyPlanSearch>}

Parameters
value

public ItemSupplyPlanSearchRow createItemSupplyPlanSearchRow ()

Create an instance of ItemSupplyPlanSearchRow

public PeriodDemandPlan createPeriodDemandPlan ()

Create an instance of PeriodDemandPlan

public PeriodDemandPlanList createPeriodDemandPlanList ()

Create an instance of PeriodDemandPlanList