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()
Phases
public void setPhases(Phases value)
value
- allowed object is
Phases
public Calendars getCalendars()
Calendars
public void setCalendars(Calendars value)
value
- allowed object is
Calendars
public Tasks getTasks()
Tasks
public void setTasks(Tasks value)
value
- allowed object is
Tasks
public ResourceGroups getResourceGroups()
ResourceGroups
public void setResourceGroups(ResourceGroups value)
value
- allowed object is
ResourceGroups
public Resources getResources()
Resources
public void setResources(Resources value)
value
- allowed object is
Resources
public Allocations getAllocations()
Allocations
public void setAllocations(Allocations value)
value
- allowed object is
Allocations
public String getMrprojectVersion()
String
public void setMrprojectVersion(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCompany()
String
public void setCompany(String value)
value
- allowed object is
String
public String getManager()
String
public void setManager(String value)
value
- allowed object is
String
public String getProjectStart()
String
public void setProjectStart(String value)
value
- allowed object is
String
public String getCalendar()
String
public void setCalendar(String value)
value
- allowed object is
String
public String getPhase()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.