net.sf.mpxj.planner.schema
Class ObjectFactory

java.lang.Object
  extended by net.sf.mpxj.planner.schema.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sf.mpxj.planner.schema 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.mpxj.planner.schema
 
Method Summary
 Allocation createAllocation()
          Create an instance of Allocation
 Allocations createAllocations()
          Create an instance of Allocations
 Calendar createCalendar()
          Create an instance of Calendar
 Calendars createCalendars()
          Create an instance of Calendars
 Constraint createConstraint()
          Create an instance of Constraint
 Day createDay()
          Create an instance of Day
 Days createDays()
          Create an instance of Days
 DayType createDayType()
          Create an instance of DayType
 DayTypes createDayTypes()
          Create an instance of DayTypes
 DefaultWeek createDefaultWeek()
          Create an instance of DefaultWeek
 Group createGroup()
          Create an instance of Group
 Interval createInterval()
          Create an instance of Interval
 ListItem createListItem()
          Create an instance of ListItem
 OverriddenDayType createOverriddenDayType()
          Create an instance of OverriddenDayType
 OverriddenDayTypes createOverriddenDayTypes()
          Create an instance of OverriddenDayTypes
 Phase createPhase()
          Create an instance of Phase
 Phases createPhases()
          Create an instance of Phases
 Predecessor createPredecessor()
          Create an instance of Predecessor
 Predecessors createPredecessors()
          Create an instance of Predecessors
 Project createProject()
          Create an instance of Project
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 Resource createResource()
          Create an instance of Resource
 ResourceGroups createResourceGroups()
          Create an instance of ResourceGroups
 Resources createResources()
          Create an instance of Resources
 Task createTask()
          Create an instance of Task
 Tasks createTasks()
          Create an instance of Tasks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.mpxj.planner.schema

Method Detail

createAllocation

public Allocation createAllocation()
Create an instance of Allocation


createInterval

public Interval createInterval()
Create an instance of Interval


createPredecessors

public Predecessors createPredecessors()
Create an instance of Predecessors


createPredecessor

public Predecessor createPredecessor()
Create an instance of Predecessor


createGroup

public Group createGroup()
Create an instance of Group


createDays

public Days createDays()
Create an instance of Days


createTask

public Task createTask()
Create an instance of Task


createDayType

public DayType createDayType()
Create an instance of DayType


createOverriddenDayTypes

public OverriddenDayTypes createOverriddenDayTypes()
Create an instance of OverriddenDayTypes


createProperty

public Property createProperty()
Create an instance of Property


createDayTypes

public DayTypes createDayTypes()
Create an instance of DayTypes


createProject

public Project createProject()
Create an instance of Project


createProperties

public Properties createProperties()
Create an instance of Properties


createCalendar

public Calendar createCalendar()
Create an instance of Calendar


createAllocations

public Allocations createAllocations()
Create an instance of Allocations


createResourceGroups

public ResourceGroups createResourceGroups()
Create an instance of ResourceGroups


createListItem

public ListItem createListItem()
Create an instance of ListItem


createCalendars

public Calendars createCalendars()
Create an instance of Calendars


createConstraint

public Constraint createConstraint()
Create an instance of Constraint


createDefaultWeek

public DefaultWeek createDefaultWeek()
Create an instance of DefaultWeek


createTasks

public Tasks createTasks()
Create an instance of Tasks


createPhases

public Phases createPhases()
Create an instance of Phases


createDay

public Day createDay()
Create an instance of Day


createResource

public Resource createResource()
Create an instance of Resource


createOverriddenDayType

public OverriddenDayType createOverriddenDayType()
Create an instance of OverriddenDayType


createPhase

public Phase createPhase()
Create an instance of Phase


createResources

public Resources createResources()
Create an instance of Resources



Copyright © 2012. All Rights Reserved.