public static class Document.Projects.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="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}OutlineNumber"/> <group ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ProjectProps"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ViewProperties"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}TimeScale"/> <element name="Task" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}OutlineNumber"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="BaseStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="BaseFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="BaseDuration" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}DurationType"/> <element name="BaseDurationTimeUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/> <element name="ActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="ActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="ActualDuration" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}DurationType"/> <element name="TemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="DeadlineTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="BaselineStartTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="BaselineFinishTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Cost1" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="ValidatedByProject" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="RecalcBase1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> </restriction> </simpleType> </element> <element name="RecalcBase2"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> </restriction> </simpleType> </element> <element name="IsMilestone" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <group ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}BaselineGroup" minOccurs="0"/> <element name="Complete" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="IsHaveDeadline" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="SchedulingType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="fixedDuration"/> <enumeration value="fixedUnits"/> <enumeration value="fixedWork"/> </restriction> </simpleType> </element> <element name="IsEffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Priority"/> <element name="MarkedByUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ShowSubtasks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}StyleProject"/> <element name="MarkerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Hyperlinks"/> <element name="ResourceAssignments"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ResourceAssignment" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Use" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="ManHour" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Callouts"/> <element name="DeadlineDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.Projects.Project.Task
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected Double |
baselineCost |
protected LocalDateTime |
baselineFinishDate |
protected LocalDateTime |
baselineStartDate |
protected Double |
budget |
protected String |
company |
protected LocalDateTime |
finishDate |
protected String |
goal |
protected Hyperlinks |
hyperlinks |
protected Integer |
id |
protected Boolean |
isVisibleSubitems |
protected Integer |
markerID |
protected String |
name |
protected String |
note |
protected String |
outlineNumber |
protected Priority |
priority |
protected Boolean |
showSubtasks |
protected String |
site |
protected LocalDateTime |
startDate |
protected StyleProject |
styleProject |
protected List<Document.Projects.Project.Task> |
task |
protected TimeScale |
timeScale |
protected ViewProperties |
viewProperties |
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the value of the author property.
|
Double |
getBaselineCost()
Gets the value of the baselineCost property.
|
LocalDateTime |
getBaselineFinishDate()
Gets the value of the baselineFinishDate property.
|
LocalDateTime |
getBaselineStartDate()
Gets the value of the baselineStartDate property.
|
Double |
getBudget()
Gets the value of the budget property.
|
String |
getCompany()
Gets the value of the company property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
String |
getGoal()
Gets the value of the goal property.
|
Hyperlinks |
getHyperlinks()
Hyperlinks associated with the project.
|
Integer |
getID()
Gets the value of the id property.
|
Integer |
getMarkerID()
Gets the value of the markerID property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getOutlineNumber()
The outline number of the project.
|
Priority |
getPriority()
The priority of the project.
|
String |
getSite()
Gets the value of the site property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
StyleProject |
getStyleProject()
Gets the value of the styleProject property.
|
List<Document.Projects.Project.Task> |
getTask()
Gets the value of the task property.
|
TimeScale |
getTimeScale()
Settings for project view timescale.
|
ViewProperties |
getViewProperties()
Settings for project grid view.
|
Boolean |
isIsVisibleSubitems()
Gets the value of the isVisibleSubitems property.
|
Boolean |
isShowSubtasks()
Gets the value of the showSubtasks property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setBaselineCost(Double value)
Sets the value of the baselineCost property.
|
void |
setBaselineFinishDate(LocalDateTime value)
Sets the value of the baselineFinishDate property.
|
void |
setBaselineStartDate(LocalDateTime value)
Sets the value of the baselineStartDate property.
|
void |
setBudget(Double value)
Sets the value of the budget property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setGoal(String value)
Sets the value of the goal property.
|
void |
setHyperlinks(Hyperlinks value)
Sets the value of the hyperlinks property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setIsVisibleSubitems(Boolean value)
Sets the value of the isVisibleSubitems property.
|
void |
setMarkerID(Integer value)
Sets the value of the markerID property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setOutlineNumber(String value)
Sets the value of the outlineNumber property.
|
void |
setPriority(Priority value)
Sets the value of the priority property.
|
void |
setShowSubtasks(Boolean value)
Sets the value of the showSubtasks property.
|
void |
setSite(String value)
Sets the value of the site property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setStyleProject(StyleProject value)
Sets the value of the styleProject property.
|
void |
setTimeScale(TimeScale value)
Sets the value of the timeScale property.
|
void |
setViewProperties(ViewProperties value)
Sets the value of the viewProperties property.
|
protected Integer id
protected String outlineNumber
protected String name
protected String author
protected String company
protected LocalDateTime startDate
protected LocalDateTime finishDate
protected Double budget
protected String goal
protected String site
protected String note
protected Double baselineCost
protected LocalDateTime baselineStartDate
protected LocalDateTime baselineFinishDate
protected Boolean showSubtasks
protected Priority priority
protected Boolean isVisibleSubitems
protected StyleProject styleProject
protected Integer markerID
protected Hyperlinks hyperlinks
protected ViewProperties viewProperties
protected TimeScale timeScale
protected List<Document.Projects.Project.Task> task
public void setID(Integer value)
value
- allowed object is
String
public String getOutlineNumber()
String
public void setOutlineNumber(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public String getCompany()
String
public void setCompany(String value)
value
- allowed object is
String
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getFinishDate()
String
public void setFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getBudget()
String
public void setBudget(Double value)
value
- allowed object is
String
public String getGoal()
String
public void setGoal(String value)
value
- allowed object is
String
public String getSite()
String
public void setSite(String value)
value
- allowed object is
String
public String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Double getBaselineCost()
String
public void setBaselineCost(Double value)
value
- allowed object is
String
public LocalDateTime getBaselineStartDate()
String
public void setBaselineStartDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getBaselineFinishDate()
String
public void setBaselineFinishDate(LocalDateTime value)
value
- allowed object is
String
public Boolean isShowSubtasks()
Boolean
public void setShowSubtasks(Boolean value)
value
- allowed object is
Boolean
public Priority getPriority()
String
public void setPriority(Priority value)
value
- allowed object is
String
public Boolean isIsVisibleSubitems()
Boolean
public void setIsVisibleSubitems(Boolean value)
value
- allowed object is
Boolean
public StyleProject getStyleProject()
StyleProject
public void setStyleProject(StyleProject value)
value
- allowed object is
StyleProject
public Integer getMarkerID()
String
public void setMarkerID(Integer value)
value
- allowed object is
String
public Hyperlinks getHyperlinks()
Hyperlinks
public void setHyperlinks(Hyperlinks value)
value
- allowed object is
Hyperlinks
public ViewProperties getViewProperties()
ViewProperties
public void setViewProperties(ViewProperties value)
value
- allowed object is
ViewProperties
public TimeScale getTimeScale()
TimeScale
public void setTimeScale(TimeScale value)
value
- allowed object is
TimeScale
public List<Document.Projects.Project.Task> getTask()
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 task property.
For example, to add a new item, do as follows:
getTask().add(newItem);
Objects of the following type(s) are allowed in the list
Document.Projects.Project.Task
Copyright © 2000–2024 Packwood Software. All rights reserved.