public static class Document.Projects.Project.Task 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"/>
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Projects.Project.Task.ResourceAssignments
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getActualCost()
Gets the value of the actualCost property.
|
Double |
getActualDuration()
Gets the value of the actualDuration property.
|
LocalDateTime |
getActualFinishDate()
Gets the value of the actualFinishDate property.
|
LocalDateTime |
getActualStartDate()
Gets the value of the actualStartDate property.
|
Double |
getBaseDuration()
Gets the value of the baseDuration property.
|
TimeUnit |
getBaseDurationTimeUnit()
Gets the value of the baseDurationTimeUnit property.
|
LocalDateTime |
getBaseFinishDate()
Gets the value of the baseFinishDate property.
|
Double |
getBaselineCost()
Gets the value of the baselineCost property.
|
LocalDateTime |
getBaselineFinishDate()
Gets the value of the baselineFinishDate property.
|
List<String> |
getBaselineFinishTemplateOffset()
Gets the value of the baselineFinishTemplateOffset property.
|
LocalDateTime |
getBaselineStartDate()
Gets the value of the baselineStartDate property.
|
List<String> |
getBaselineStartTemplateOffset()
Gets the value of the baselineStartTemplateOffset property.
|
LocalDateTime |
getBaseStartDate()
Gets the value of the baseStartDate property.
|
Callouts |
getCallouts()
Gets the value of the callouts property.
|
Double |
getComplete()
Gets the value of the complete property.
|
Double |
getCost1()
Gets the value of the cost1 property.
|
LocalDateTime |
getDeadlineDate()
Gets the value of the deadlineDate property.
|
List<String> |
getDeadlineTemplateOffset()
Gets the value of the deadlineTemplateOffset property.
|
Hyperlinks |
getHyperlinks()
Hyperlinks associated with the task.
|
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 task.
|
Priority |
getPriority()
The priority of the task.
|
Integer |
getRecalcBase1()
Gets the value of the recalcBase1 property.
|
Integer |
getRecalcBase2()
Gets the value of the recalcBase2 property.
|
Document.Projects.Project.Task.ResourceAssignments |
getResourceAssignments()
Gets the value of the resourceAssignments property.
|
TaskType |
getSchedulingType()
Gets the value of the schedulingType property.
|
StyleProject |
getStyleProject()
Gets the value of the styleProject property.
|
List<String> |
getTemplateOffset()
Gets the value of the templateOffset property.
|
String |
getValidatedByProject()
Gets the value of the validatedByProject property.
|
boolean |
isIsEffortDriven()
Gets the value of the isEffortDriven property.
|
boolean |
isIsHaveDeadline()
Gets the value of the isHaveDeadline property.
|
boolean |
isIsMilestone()
Gets the value of the isMilestone property.
|
boolean |
isMarkedByUser()
Gets the value of the markedByUser property.
|
Boolean |
isShowSubtasks()
Gets the value of the showSubtasks property.
|
void |
setActualCost(Double value)
Sets the value of the actualCost property.
|
void |
setActualDuration(Double value)
Sets the value of the actualDuration property.
|
void |
setActualFinishDate(LocalDateTime value)
Sets the value of the actualFinishDate property.
|
void |
setActualStartDate(LocalDateTime value)
Sets the value of the actualStartDate property.
|
void |
setBaseDuration(Double value)
Sets the value of the baseDuration property.
|
void |
setBaseDurationTimeUnit(TimeUnit value)
Sets the value of the baseDurationTimeUnit property.
|
void |
setBaseFinishDate(LocalDateTime value)
Sets the value of the baseFinishDate 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 |
setBaseStartDate(LocalDateTime value)
Sets the value of the baseStartDate property.
|
void |
setCallouts(Callouts value)
Sets the value of the callouts property.
|
void |
setComplete(Double value)
Sets the value of the complete property.
|
void |
setCost1(Double value)
Sets the value of the cost1 property.
|
void |
setDeadlineDate(LocalDateTime value)
Sets the value of the deadlineDate property.
|
void |
setHyperlinks(Hyperlinks value)
Sets the value of the hyperlinks property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setIsEffortDriven(boolean value)
Sets the value of the isEffortDriven property.
|
void |
setIsHaveDeadline(boolean value)
Sets the value of the isHaveDeadline property.
|
void |
setIsMilestone(boolean value)
Sets the value of the isMilestone property.
|
void |
setMarkedByUser(boolean value)
Sets the value of the markedByUser 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 |
setRecalcBase1(Integer value)
Sets the value of the recalcBase1 property.
|
void |
setRecalcBase2(Integer value)
Sets the value of the recalcBase2 property.
|
void |
setResourceAssignments(Document.Projects.Project.Task.ResourceAssignments value)
Sets the value of the resourceAssignments property.
|
void |
setSchedulingType(TaskType value)
Sets the value of the schedulingType property.
|
void |
setShowSubtasks(Boolean value)
Sets the value of the showSubtasks property.
|
void |
setStyleProject(StyleProject value)
Sets the value of the styleProject property.
|
void |
setValidatedByProject(String value)
Sets the value of the validatedByProject property.
|
protected Integer id
protected String outlineNumber
protected String name
protected String note
protected LocalDateTime baseStartDate
protected LocalDateTime baseFinishDate
protected Double baseDuration
protected TimeUnit baseDurationTimeUnit
protected LocalDateTime actualStartDate
protected LocalDateTime actualFinishDate
protected Double actualDuration
protected Double actualCost
protected Double cost1
protected String validatedByProject
protected Integer recalcBase1
protected Integer recalcBase2
protected boolean isMilestone
protected Double baselineCost
protected LocalDateTime baselineStartDate
protected LocalDateTime baselineFinishDate
protected Double complete
protected boolean isHaveDeadline
protected TaskType schedulingType
protected boolean isEffortDriven
protected Priority priority
protected boolean markedByUser
protected Boolean showSubtasks
protected StyleProject styleProject
protected Integer markerID
protected Hyperlinks hyperlinks
protected Document.Projects.Project.Task.ResourceAssignments resourceAssignments
protected Callouts callouts
protected LocalDateTime deadlineDate
public void setID(Integer value)
value - allowed object is
Stringpublic String getOutlineNumber()
Stringpublic void setOutlineNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic LocalDateTime getBaseStartDate()
Stringpublic void setBaseStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getBaseFinishDate()
Stringpublic void setBaseFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getBaseDuration()
Stringpublic void setBaseDuration(Double value)
value - allowed object is
Stringpublic TimeUnit getBaseDurationTimeUnit()
Stringpublic void setBaseDurationTimeUnit(TimeUnit value)
value - allowed object is
Stringpublic LocalDateTime getActualStartDate()
Stringpublic void setActualStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getActualFinishDate()
Stringpublic void setActualFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getActualDuration()
Stringpublic void setActualDuration(Double value)
value - allowed object is
Stringpublic List<String> getTemplateOffset()
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 templateOffset property.
For example, to add a new item, do as follows:
getTemplateOffset().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getDeadlineTemplateOffset()
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 deadlineTemplateOffset property.
For example, to add a new item, do as follows:
getDeadlineTemplateOffset().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getBaselineStartTemplateOffset()
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 baselineStartTemplateOffset property.
For example, to add a new item, do as follows:
getBaselineStartTemplateOffset().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getBaselineFinishTemplateOffset()
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 baselineFinishTemplateOffset property.
For example, to add a new item, do as follows:
getBaselineFinishTemplateOffset().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Double getActualCost()
Stringpublic void setActualCost(Double value)
value - allowed object is
Stringpublic Double getCost1()
Stringpublic void setCost1(Double value)
value - allowed object is
Stringpublic String getValidatedByProject()
Stringpublic void setValidatedByProject(String value)
value - allowed object is
Stringpublic Integer getRecalcBase1()
Stringpublic void setRecalcBase1(Integer value)
value - allowed object is
Stringpublic Integer getRecalcBase2()
Stringpublic void setRecalcBase2(Integer value)
value - allowed object is
Stringpublic boolean isIsMilestone()
public void setIsMilestone(boolean value)
public Double getBaselineCost()
Stringpublic void setBaselineCost(Double value)
value - allowed object is
Stringpublic LocalDateTime getBaselineStartDate()
Stringpublic void setBaselineStartDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getBaselineFinishDate()
Stringpublic void setBaselineFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getComplete()
Stringpublic void setComplete(Double value)
value - allowed object is
Stringpublic boolean isIsHaveDeadline()
public void setIsHaveDeadline(boolean value)
public TaskType getSchedulingType()
Stringpublic void setSchedulingType(TaskType value)
value - allowed object is
Stringpublic boolean isIsEffortDriven()
public void setIsEffortDriven(boolean value)
public Priority getPriority()
Stringpublic void setPriority(Priority value)
value - allowed object is
Stringpublic boolean isMarkedByUser()
public void setMarkedByUser(boolean value)
public Boolean isShowSubtasks()
Booleanpublic void setShowSubtasks(Boolean value)
value - allowed object is
Booleanpublic StyleProject getStyleProject()
StyleProjectpublic void setStyleProject(StyleProject value)
value - allowed object is
StyleProjectpublic Integer getMarkerID()
Stringpublic void setMarkerID(Integer value)
value - allowed object is
Stringpublic Hyperlinks getHyperlinks()
Hyperlinkspublic void setHyperlinks(Hyperlinks value)
value - allowed object is
Hyperlinkspublic Document.Projects.Project.Task.ResourceAssignments getResourceAssignments()
Document.Projects.Project.Task.ResourceAssignmentspublic void setResourceAssignments(Document.Projects.Project.Task.ResourceAssignments value)
value - allowed object is
Document.Projects.Project.Task.ResourceAssignmentspublic Callouts getCallouts()
Calloutspublic void setCallouts(Callouts value)
value - allowed object is
Calloutspublic LocalDateTime getDeadlineDate()
Stringpublic void setDeadlineDate(LocalDateTime value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.