public class Project extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String mrprojectVersion
protected String name
protected String company
protected String manager
protected String projectStart
protected String calendar
protected String phase
protected List<Properties> properties
protected Phases phases
protected Calendars calendars
protected Tasks tasks
protected ResourceGroups resourceGroups
protected Resources resources
protected Allocations allocations
public String getMrprojectVersion()
Stringpublic void setMrprojectVersion(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getManager()
Stringpublic void setManager(String value)
value - allowed object is
Stringpublic String getProjectStart()
Stringpublic void setProjectStart(String value)
value - allowed object is
Stringpublic String getCalendar()
Stringpublic void setCalendar(String value)
value - allowed object is
Stringpublic String getPhase()
Stringpublic void setPhase(String value)
value - allowed object is
Stringpublic List<Properties> getProperties()
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
public Phases getPhases()
Phasespublic void setPhases(Phases value)
value - allowed object is
Phasespublic Calendars getCalendars()
Calendarspublic void setCalendars(Calendars value)
value - allowed object is
Calendarspublic Tasks getTasks()
Taskspublic void setTasks(Tasks value)
value - allowed object is
Taskspublic ResourceGroups getResourceGroups()
ResourceGroupspublic void setResourceGroups(ResourceGroups value)
value - allowed object is
ResourceGroupspublic Resources getResources()
Resourcespublic void setResources(Resources value)
value - allowed object is
Resourcespublic Allocations getAllocations()
Allocationspublic void setAllocations(Allocations value)
value - allowed object is
AllocationsCopyright © 2013. All Rights Reserved.