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 name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="view" type="{}view" maxOccurs="unbounded" minOccurs="0"/>
<element name="calendars" type="{}calendars"/>
<element name="tasks" type="{}tasks"/>
<element name="resources" type="{}resources"/>
<element name="allocations" type="{}allocations"/>
<element name="vacations" type="{}vacations"/>
<element name="previous" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="roles" type="{}roles" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="company" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="webLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="view-date" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="view-index" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="gantt-divider-location" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="resource-divider-location" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Allocations |
allocations |
protected Calendars |
calendars |
protected String |
company |
protected String |
description |
protected Integer |
ganttDividerLocation |
protected String |
locale |
protected String |
name |
protected String |
previous |
protected Integer |
resourceDividerLocation |
protected Resources |
resources |
protected List<Roles> |
roles |
protected Tasks |
tasks |
protected Vacations |
vacations |
protected String |
version |
protected List<View> |
view |
protected LocalDateTime |
viewDate |
protected Integer |
viewIndex |
protected String |
webLink |
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Allocations |
getAllocations()
Gets the value of the allocations property.
|
Calendars |
getCalendars()
Gets the value of the calendars property.
|
String |
getCompany()
Gets the value of the company property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getGanttDividerLocation()
Gets the value of the ganttDividerLocation property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPrevious()
Gets the value of the previous property.
|
Integer |
getResourceDividerLocation()
Gets the value of the resourceDividerLocation property.
|
Resources |
getResources()
Gets the value of the resources property.
|
List<Roles> |
getRoles()
Gets the value of the roles property.
|
Tasks |
getTasks()
Gets the value of the tasks property.
|
Vacations |
getVacations()
Gets the value of the vacations property.
|
String |
getVersion()
Gets the value of the version property.
|
List<View> |
getView()
Gets the value of the view property.
|
LocalDateTime |
getViewDate()
Gets the value of the viewDate property.
|
Integer |
getViewIndex()
Gets the value of the viewIndex property.
|
String |
getWebLink()
Gets the value of the webLink property.
|
void |
setAllocations(Allocations value)
Sets the value of the allocations property.
|
void |
setCalendars(Calendars value)
Sets the value of the calendars property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGanttDividerLocation(Integer value)
Sets the value of the ganttDividerLocation property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrevious(String value)
Sets the value of the previous property.
|
void |
setResourceDividerLocation(Integer value)
Sets the value of the resourceDividerLocation property.
|
void |
setResources(Resources value)
Sets the value of the resources property.
|
void |
setTasks(Tasks value)
Sets the value of the tasks property.
|
void |
setVacations(Vacations value)
Sets the value of the vacations property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setViewDate(LocalDateTime value)
Sets the value of the viewDate property.
|
void |
setViewIndex(Integer value)
Sets the value of the viewIndex property.
|
void |
setWebLink(String value)
Sets the value of the webLink property.
|
protected String description
protected Calendars calendars
protected Tasks tasks
protected Resources resources
protected Allocations allocations
protected Vacations vacations
protected String previous
protected String name
protected String company
protected String webLink
protected LocalDateTime viewDate
protected Integer viewIndex
protected Integer ganttDividerLocation
protected Integer resourceDividerLocation
protected String version
protected String locale
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<View> getView()
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 view property.
For example, to add a new item, do as follows:
getView().add(newItem);
Objects of the following type(s) are allowed in the list
View
public Calendars getCalendars()
Calendarspublic void setCalendars(Calendars value)
value - allowed object is
Calendarspublic Tasks getTasks()
Taskspublic void setTasks(Tasks value)
value - allowed object is
Taskspublic Resources getResources()
Resourcespublic void setResources(Resources value)
value - allowed object is
Resourcespublic Allocations getAllocations()
Allocationspublic void setAllocations(Allocations value)
value - allowed object is
Allocationspublic Vacations getVacations()
Vacationspublic void setVacations(Vacations value)
value - allowed object is
Vacationspublic String getPrevious()
Stringpublic void setPrevious(String value)
value - allowed object is
Stringpublic List<Roles> getRoles()
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 roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list
Roles
public 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 getWebLink()
Stringpublic void setWebLink(String value)
value - allowed object is
Stringpublic LocalDateTime getViewDate()
Stringpublic void setViewDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getViewIndex()
Integerpublic void setViewIndex(Integer value)
value - allowed object is
Integerpublic Integer getGanttDividerLocation()
Integerpublic void setGanttDividerLocation(Integer value)
value - allowed object is
Integerpublic Integer getResourceDividerLocation()
Integerpublic void setResourceDividerLocation(Integer value)
value - allowed object is
Integerpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLocale()
StringCopyright © 2000–2025 MPXJ. All rights reserved.