net.sf.mpxj.planner.schema
Class Project

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

public class Project
extends Object


Field Summary
protected  Allocations allocations
           
protected  String calendar
           
protected  Calendars calendars
           
protected  String company
           
protected  String manager
           
protected  String mrprojectVersion
           
protected  String name
           
protected  String phase
           
protected  Phases phases
           
protected  String projectStart
           
protected  List<Properties> properties
           
protected  ResourceGroups resourceGroups
           
protected  Resources resources
           
protected  Tasks tasks
           
 
Constructor Summary
Project()
           
 
Method Summary
 Allocations getAllocations()
          Gets the value of the allocations property.
 String getCalendar()
          Gets the value of the calendar property.
 Calendars getCalendars()
          Gets the value of the calendars property.
 String getCompany()
          Gets the value of the company property.
 String getManager()
          Gets the value of the manager property.
 String getMrprojectVersion()
          Gets the value of the mrprojectVersion property.
 String getName()
          Gets the value of the name property.
 String getPhase()
          Gets the value of the phase property.
 Phases getPhases()
          Gets the value of the phases property.
 String getProjectStart()
          Gets the value of the projectStart property.
 List<Properties> getProperties()
          Gets the value of the properties property.
 ResourceGroups getResourceGroups()
          Gets the value of the resourceGroups property.
 Resources getResources()
          Gets the value of the resources property.
 Tasks getTasks()
          Gets the value of the tasks property.
 void setAllocations(Allocations value)
          Sets the value of the allocations property.
 void setCalendar(String value)
          Sets the value of the calendar property.
 void setCalendars(Calendars value)
          Sets the value of the calendars property.
 void setCompany(String value)
          Sets the value of the company property.
 void setManager(String value)
          Sets the value of the manager property.
 void setMrprojectVersion(String value)
          Sets the value of the mrprojectVersion property.
 void setName(String value)
          Sets the value of the name property.
 void setPhase(String value)
          Sets the value of the phase property.
 void setPhases(Phases value)
          Sets the value of the phases property.
 void setProjectStart(String value)
          Sets the value of the projectStart property.
 void setResourceGroups(ResourceGroups value)
          Sets the value of the resourceGroups property.
 void setResources(Resources value)
          Sets the value of the resources property.
 void setTasks(Tasks value)
          Sets the value of the tasks property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mrprojectVersion

protected String mrprojectVersion

name

protected String name

company

protected String company

manager

protected String manager

projectStart

protected String projectStart

calendar

protected String calendar

phase

protected String phase

properties

protected List<Properties> properties

phases

protected Phases phases

calendars

protected Calendars calendars

tasks

protected Tasks tasks

resourceGroups

protected ResourceGroups resourceGroups

resources

protected Resources resources

allocations

protected Allocations allocations
Constructor Detail

Project

public Project()
Method Detail

getMrprojectVersion

public String getMrprojectVersion()
Gets the value of the mrprojectVersion property.

Returns:
possible object is String

setMrprojectVersion

public void setMrprojectVersion(String value)
Sets the value of the mrprojectVersion property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCompany

public String getCompany()
Gets the value of the company property.

Returns:
possible object is String

setCompany

public void setCompany(String value)
Sets the value of the company property.

Parameters:
value - allowed object is String

getManager

public String getManager()
Gets the value of the manager property.

Returns:
possible object is String

setManager

public void setManager(String value)
Sets the value of the manager property.

Parameters:
value - allowed object is String

getProjectStart

public String getProjectStart()
Gets the value of the projectStart property.

Returns:
possible object is String

setProjectStart

public void setProjectStart(String value)
Sets the value of the projectStart property.

Parameters:
value - allowed object is String

getCalendar

public String getCalendar()
Gets the value of the calendar property.

Returns:
possible object is String

setCalendar

public void setCalendar(String value)
Sets the value of the calendar property.

Parameters:
value - allowed object is String

getPhase

public String getPhase()
Gets the value of the phase property.

Returns:
possible object is String

setPhase

public void setPhase(String value)
Sets the value of the phase property.

Parameters:
value - allowed object is String

getProperties

public List<Properties> getProperties()
Gets the value of the properties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the properties property.

For example, to add a new item, do as follows:

    getProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list Properties


getPhases

public Phases getPhases()
Gets the value of the phases property.

Returns:
possible object is Phases

setPhases

public void setPhases(Phases value)
Sets the value of the phases property.

Parameters:
value - allowed object is Phases

getCalendars

public Calendars getCalendars()
Gets the value of the calendars property.

Returns:
possible object is Calendars

setCalendars

public void setCalendars(Calendars value)
Sets the value of the calendars property.

Parameters:
value - allowed object is Calendars

getTasks

public Tasks getTasks()
Gets the value of the tasks property.

Returns:
possible object is Tasks

setTasks

public void setTasks(Tasks value)
Sets the value of the tasks property.

Parameters:
value - allowed object is Tasks

getResourceGroups

public ResourceGroups getResourceGroups()
Gets the value of the resourceGroups property.

Returns:
possible object is ResourceGroups

setResourceGroups

public void setResourceGroups(ResourceGroups value)
Sets the value of the resourceGroups property.

Parameters:
value - allowed object is ResourceGroups

getResources

public Resources getResources()
Gets the value of the resources property.

Returns:
possible object is Resources

setResources

public void setResources(Resources value)
Sets the value of the resources property.

Parameters:
value - allowed object is Resources

getAllocations

public Allocations getAllocations()
Gets the value of the allocations property.

Returns:
possible object is Allocations

setAllocations

public void setAllocations(Allocations value)
Sets the value of the allocations property.

Parameters:
value - allowed object is Allocations


Copyright © 2012. All Rights Reserved.