public class Project extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}properties" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}phases" minOccurs="0"/>
<element ref="{}calendars" minOccurs="0"/>
<element ref="{}tasks" minOccurs="0"/>
<element ref="{}resource-groups" minOccurs="0"/>
<element ref="{}resources" minOccurs="0"/>
<element ref="{}allocations" minOccurs="0"/>
</sequence>
<attribute name="mrproject-version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="company" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="manager" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="project-start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="calendar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| 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 List<Properties> properties
protected Phases phases
protected Calendars calendars
protected Tasks tasks
protected ResourceGroups resourceGroups
protected Resources resources
protected Allocations allocations
protected String mrprojectVersion
protected String name
protected String company
protected String manager
protected String projectStart
protected String calendar
protected String phase
public 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 Jakarta XML Binding 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
Allocationspublic 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()
StringCopyright © 2000–2025 MPXJ. All rights reserved.