public static class Project.Tasks.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="UID" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="Type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType> </element> <element name="IsNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Contact" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="WBS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="WBSLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="OutlineNumber" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="OutlineLevel" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Priority" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="DurationFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="21"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> <element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="Stop" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Resume" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ResumeValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="EffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Recurring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="OverAllocated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Estimated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Milestone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Summary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisplayAsSummary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Critical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsSubproject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsSubprojectReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SubprojectName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="ExternalTask" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ExternalTaskProject" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="EarlyStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EarlyFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LateStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LateFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="StartVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="FinishVariance" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="WorkVariance" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="FreeSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="StartSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="FinishSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="TotalSlack" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="FixedCostAccrual" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> </restriction> </simpleType> </element> <element name="PercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="PercentWorkComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="OvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ActualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ActualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ActualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="ActualWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ActualOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="RegularWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="RemainingDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="RemainingWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="RemainingOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="RemainingOvertimeWork" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ACWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="CV" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="ConstraintType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> </restriction> </simpleType> </element> <element name="CalendarUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Deadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LevelAssignments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LevelingCanSplit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LevelingDelay" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="LevelingDelayFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="21"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> <element name="PreLeveledStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PreLeveledFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Hyperlink" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="HyperlinkAddress" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="HyperlinkSubAddress" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="512"/> </restriction> </simpleType> </element> <element name="IgnoreResourceCalendar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HideBar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Rollup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="PhysicalPercentComplete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="EarnedValueMethod" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> </restriction> </simpleType> </element> <element name="PredecessorLink" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PredecessorUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Type" minOccurs="0"> <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="CrossProject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CrossProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LinkLag" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="LagFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ActualWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ActualOvertimeWorkProtected" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="ExtendedAttribute" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DurationFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="21"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Baseline" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/> <element name="Number" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="Interim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="DurationFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="21"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> <element name="EstimatedDuration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="Cost" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="FixedCost" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="OutlineCode" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="IsPublished" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="StatusManager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CommitmentStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CommitmentFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CommitmentType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="0"/> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType> </element> <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Manual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="StartText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FinishText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DurationText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ManualStart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ManualFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ManualDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/> <element name="Project" type="{http://schemas.microsoft.com/project}Project" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Project.Tasks.Task.Baseline
Java class for anonymous complex type.
|
static class |
Project.Tasks.Task.ExtendedAttribute
Java class for anonymous complex type.
|
static class |
Project.Tasks.Task.OutlineCode
Java class for anonymous complex type.
|
static class |
Project.Tasks.Task.PredecessorLink
Java class for anonymous complex type.
|
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getActualCost()
Gets the value of the actualCost property.
|
String |
getActualDuration()
Gets the value of the actualDuration property.
|
LocalDateTime |
getActualFinish()
Gets the value of the actualFinish property.
|
BigDecimal |
getActualOvertimeCost()
Gets the value of the actualOvertimeCost property.
|
String |
getActualOvertimeWork()
Gets the value of the actualOvertimeWork property.
|
String |
getActualOvertimeWorkProtected()
Gets the value of the actualOvertimeWorkProtected property.
|
LocalDateTime |
getActualStart()
Gets the value of the actualStart property.
|
String |
getActualWork()
Gets the value of the actualWork property.
|
String |
getActualWorkProtected()
Gets the value of the actualWorkProtected property.
|
BigDecimal |
getACWP()
Gets the value of the acwp property.
|
List<Project.Tasks.Task.Baseline> |
getBaseline()
Gets the value of the baseline property.
|
BigDecimal |
getBCWP()
Gets the value of the bcwp property.
|
BigDecimal |
getBCWS()
Gets the value of the bcws property.
|
BigInteger |
getCalendarUID()
Gets the value of the calendarUID property.
|
LocalDateTime |
getCommitmentFinish()
Gets the value of the commitmentFinish property.
|
LocalDateTime |
getCommitmentStart()
Gets the value of the commitmentStart property.
|
BigInteger |
getCommitmentType()
Gets the value of the commitmentType property.
|
LocalDateTime |
getConstraintDate()
Gets the value of the constraintDate property.
|
BigInteger |
getConstraintType()
Gets the value of the constraintType property.
|
String |
getContact()
Gets the value of the contact property.
|
BigDecimal |
getCost()
Gets the value of the cost property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
BigDecimal |
getCV()
Gets the value of the cv property.
|
LocalDateTime |
getDeadline()
Gets the value of the deadline property.
|
String |
getDuration()
Gets the value of the duration property.
|
BigInteger |
getDurationFormat()
Gets the value of the durationFormat property.
|
String |
getDurationText()
Gets the value of the durationText property.
|
LocalDateTime |
getEarlyFinish()
Gets the value of the earlyFinish property.
|
LocalDateTime |
getEarlyStart()
Gets the value of the earlyStart property.
|
BigInteger |
getEarnedValueMethod()
Gets the value of the earnedValueMethod property.
|
List<Project.Tasks.Task.ExtendedAttribute> |
getExtendedAttribute()
Gets the value of the extendedAttribute property.
|
String |
getExternalTaskProject()
Gets the value of the externalTaskProject property.
|
LocalDateTime |
getFinish()
Gets the value of the finish property.
|
BigInteger |
getFinishSlack()
Gets the value of the finishSlack property.
|
String |
getFinishText()
Gets the value of the finishText property.
|
BigInteger |
getFinishVariance()
Gets the value of the finishVariance property.
|
BigDecimal |
getFixedCost()
Gets the value of the fixedCost property.
|
AccrueType |
getFixedCostAccrual()
Gets the value of the fixedCostAccrual property.
|
BigInteger |
getFreeSlack()
Gets the value of the freeSlack property.
|
UUID |
getGUID()
Gets the value of the guid property.
|
String |
getHyperlink()
Gets the value of the hyperlink property.
|
String |
getHyperlinkAddress()
Gets the value of the hyperlinkAddress property.
|
String |
getHyperlinkSubAddress()
Gets the value of the hyperlinkSubAddress property.
|
BigInteger |
getID()
Gets the value of the id property.
|
LocalDateTime |
getLateFinish()
Gets the value of the lateFinish property.
|
LocalDateTime |
getLateStart()
Gets the value of the lateStart property.
|
BigInteger |
getLevelingDelay()
Gets the value of the levelingDelay property.
|
BigInteger |
getLevelingDelayFormat()
Gets the value of the levelingDelayFormat property.
|
String |
getManualDuration()
Gets the value of the manualDuration property.
|
LocalDateTime |
getManualFinish()
Gets the value of the manualFinish property.
|
LocalDateTime |
getManualStart()
Gets the value of the manualStart property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotes()
Gets the value of the notes property.
|
List<Project.Tasks.Task.OutlineCode> |
getOutlineCode()
Gets the value of the outlineCode property.
|
BigInteger |
getOutlineLevel()
Gets the value of the outlineLevel property.
|
String |
getOutlineNumber()
Gets the value of the outlineNumber property.
|
BigDecimal |
getOvertimeCost()
Gets the value of the overtimeCost property.
|
String |
getOvertimeWork()
Gets the value of the overtimeWork property.
|
Number |
getPercentComplete()
Gets the value of the percentComplete property.
|
Number |
getPercentWorkComplete()
Gets the value of the percentWorkComplete property.
|
Number |
getPhysicalPercentComplete()
Gets the value of the physicalPercentComplete property.
|
List<Project.Tasks.Task.PredecessorLink> |
getPredecessorLink()
Gets the value of the predecessorLink property.
|
LocalDateTime |
getPreLeveledFinish()
Gets the value of the preLeveledFinish property.
|
LocalDateTime |
getPreLeveledStart()
Gets the value of the preLeveledStart property.
|
BigInteger |
getPriority()
Gets the value of the priority property.
|
Project |
getProject()
Gets the value of the project property.
|
String |
getRegularWork()
Gets the value of the regularWork property.
|
BigDecimal |
getRemainingCost()
Gets the value of the remainingCost property.
|
String |
getRemainingDuration()
Gets the value of the remainingDuration property.
|
BigDecimal |
getRemainingOvertimeCost()
Gets the value of the remainingOvertimeCost property.
|
String |
getRemainingOvertimeWork()
Gets the value of the remainingOvertimeWork property.
|
String |
getRemainingWork()
Gets the value of the remainingWork property.
|
LocalDateTime |
getResume()
Gets the value of the resume property.
|
LocalDateTime |
getStart()
Gets the value of the start property.
|
BigInteger |
getStartSlack()
Gets the value of the startSlack property.
|
String |
getStartText()
Gets the value of the startText property.
|
BigInteger |
getStartVariance()
Gets the value of the startVariance property.
|
String |
getStatusManager()
Gets the value of the statusManager property.
|
LocalDateTime |
getStop()
Gets the value of the stop property.
|
String |
getSubprojectName()
Gets the value of the subprojectName property.
|
List<TimephasedDataType> |
getTimephasedData()
Gets the value of the timephasedData property.
|
BigInteger |
getTotalSlack()
Gets the value of the totalSlack property.
|
TaskType |
getType()
Gets the value of the type property.
|
Integer |
getUID()
Gets the value of the uid property.
|
String |
getWBS()
Gets the value of the wbs property.
|
String |
getWBSLevel()
Gets the value of the wbsLevel property.
|
String |
getWork()
Gets the value of the work property.
|
BigDecimal |
getWorkVariance()
Gets the value of the workVariance property.
|
Boolean |
isActive()
Gets the value of the active property.
|
Boolean |
isCritical()
Gets the value of the critical property.
|
Boolean |
isDisplayAsSummary()
Gets the value of the displayAsSummary property.
|
Boolean |
isEffortDriven()
Gets the value of the effortDriven property.
|
Boolean |
isEstimated()
Gets the value of the estimated property.
|
Boolean |
isExternalTask()
Gets the value of the externalTask property.
|
Boolean |
isHideBar()
Gets the value of the hideBar property.
|
Boolean |
isIgnoreResourceCalendar()
Gets the value of the ignoreResourceCalendar property.
|
Boolean |
isIsNull()
Gets the value of the isNull property.
|
Boolean |
isIsPublished()
Gets the value of the isPublished property.
|
Boolean |
isIsSubproject()
Gets the value of the isSubproject property.
|
Boolean |
isIsSubprojectReadOnly()
Gets the value of the isSubprojectReadOnly property.
|
Boolean |
isLevelAssignments()
Gets the value of the levelAssignments property.
|
Boolean |
isLevelingCanSplit()
Gets the value of the levelingCanSplit property.
|
Boolean |
isManual()
Gets the value of the manual property.
|
Boolean |
isMilestone()
Gets the value of the milestone property.
|
Boolean |
isOverAllocated()
Gets the value of the overAllocated property.
|
Boolean |
isRecurring()
Gets the value of the recurring property.
|
Boolean |
isResumeValid()
Gets the value of the resumeValid property.
|
Boolean |
isRollup()
Gets the value of the rollup property.
|
Boolean |
isSummary()
Gets the value of the summary property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setActualCost(BigDecimal value)
Sets the value of the actualCost property.
|
void |
setActualDuration(String value)
Sets the value of the actualDuration property.
|
void |
setActualFinish(LocalDateTime value)
Sets the value of the actualFinish property.
|
void |
setActualOvertimeCost(BigDecimal value)
Sets the value of the actualOvertimeCost property.
|
void |
setActualOvertimeWork(String value)
Sets the value of the actualOvertimeWork property.
|
void |
setActualOvertimeWorkProtected(String value)
Sets the value of the actualOvertimeWorkProtected property.
|
void |
setActualStart(LocalDateTime value)
Sets the value of the actualStart property.
|
void |
setActualWork(String value)
Sets the value of the actualWork property.
|
void |
setActualWorkProtected(String value)
Sets the value of the actualWorkProtected property.
|
void |
setACWP(BigDecimal value)
Sets the value of the acwp property.
|
void |
setBCWP(BigDecimal value)
Sets the value of the bcwp property.
|
void |
setBCWS(BigDecimal value)
Sets the value of the bcws property.
|
void |
setCalendarUID(BigInteger value)
Sets the value of the calendarUID property.
|
void |
setCommitmentFinish(LocalDateTime value)
Sets the value of the commitmentFinish property.
|
void |
setCommitmentStart(LocalDateTime value)
Sets the value of the commitmentStart property.
|
void |
setCommitmentType(BigInteger value)
Sets the value of the commitmentType property.
|
void |
setConstraintDate(LocalDateTime value)
Sets the value of the constraintDate property.
|
void |
setConstraintType(BigInteger value)
Sets the value of the constraintType property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setCost(BigDecimal value)
Sets the value of the cost property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCritical(Boolean value)
Sets the value of the critical property.
|
void |
setCV(BigDecimal value)
Sets the value of the cv property.
|
void |
setDeadline(LocalDateTime value)
Sets the value of the deadline property.
|
void |
setDisplayAsSummary(Boolean value)
Sets the value of the displayAsSummary property.
|
void |
setDuration(String value)
Sets the value of the duration property.
|
void |
setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.
|
void |
setDurationText(String value)
Sets the value of the durationText property.
|
void |
setEarlyFinish(LocalDateTime value)
Sets the value of the earlyFinish property.
|
void |
setEarlyStart(LocalDateTime value)
Sets the value of the earlyStart property.
|
void |
setEarnedValueMethod(BigInteger value)
Sets the value of the earnedValueMethod property.
|
void |
setEffortDriven(Boolean value)
Sets the value of the effortDriven property.
|
void |
setEstimated(Boolean value)
Sets the value of the estimated property.
|
void |
setExternalTask(Boolean value)
Sets the value of the externalTask property.
|
void |
setExternalTaskProject(String value)
Sets the value of the externalTaskProject property.
|
void |
setFinish(LocalDateTime value)
Sets the value of the finish property.
|
void |
setFinishSlack(BigInteger value)
Sets the value of the finishSlack property.
|
void |
setFinishText(String value)
Sets the value of the finishText property.
|
void |
setFinishVariance(BigInteger value)
Sets the value of the finishVariance property.
|
void |
setFixedCost(BigDecimal value)
Sets the value of the fixedCost property.
|
void |
setFixedCostAccrual(AccrueType value)
Sets the value of the fixedCostAccrual property.
|
void |
setFreeSlack(BigInteger value)
Sets the value of the freeSlack property.
|
void |
setGUID(UUID value)
Sets the value of the guid property.
|
void |
setHideBar(Boolean value)
Sets the value of the hideBar property.
|
void |
setHyperlink(String value)
Sets the value of the hyperlink property.
|
void |
setHyperlinkAddress(String value)
Sets the value of the hyperlinkAddress property.
|
void |
setHyperlinkSubAddress(String value)
Sets the value of the hyperlinkSubAddress property.
|
void |
setID(BigInteger value)
Sets the value of the id property.
|
void |
setIgnoreResourceCalendar(Boolean value)
Sets the value of the ignoreResourceCalendar property.
|
void |
setIsNull(Boolean value)
Sets the value of the isNull property.
|
void |
setIsPublished(Boolean value)
Sets the value of the isPublished property.
|
void |
setIsSubproject(Boolean value)
Sets the value of the isSubproject property.
|
void |
setIsSubprojectReadOnly(Boolean value)
Sets the value of the isSubprojectReadOnly property.
|
void |
setLateFinish(LocalDateTime value)
Sets the value of the lateFinish property.
|
void |
setLateStart(LocalDateTime value)
Sets the value of the lateStart property.
|
void |
setLevelAssignments(Boolean value)
Sets the value of the levelAssignments property.
|
void |
setLevelingCanSplit(Boolean value)
Sets the value of the levelingCanSplit property.
|
void |
setLevelingDelay(BigInteger value)
Sets the value of the levelingDelay property.
|
void |
setLevelingDelayFormat(BigInteger value)
Sets the value of the levelingDelayFormat property.
|
void |
setManual(Boolean value)
Sets the value of the manual property.
|
void |
setManualDuration(String value)
Sets the value of the manualDuration property.
|
void |
setManualFinish(LocalDateTime value)
Sets the value of the manualFinish property.
|
void |
setManualStart(LocalDateTime value)
Sets the value of the manualStart property.
|
void |
setMilestone(Boolean value)
Sets the value of the milestone property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setOutlineLevel(BigInteger value)
Sets the value of the outlineLevel property.
|
void |
setOutlineNumber(String value)
Sets the value of the outlineNumber property.
|
void |
setOverAllocated(Boolean value)
Sets the value of the overAllocated property.
|
void |
setOvertimeCost(BigDecimal value)
Sets the value of the overtimeCost property.
|
void |
setOvertimeWork(String value)
Sets the value of the overtimeWork property.
|
void |
setPercentComplete(Number value)
Sets the value of the percentComplete property.
|
void |
setPercentWorkComplete(Number value)
Sets the value of the percentWorkComplete property.
|
void |
setPhysicalPercentComplete(Number value)
Sets the value of the physicalPercentComplete property.
|
void |
setPreLeveledFinish(LocalDateTime value)
Sets the value of the preLeveledFinish property.
|
void |
setPreLeveledStart(LocalDateTime value)
Sets the value of the preLeveledStart property.
|
void |
setPriority(BigInteger value)
Sets the value of the priority property.
|
void |
setProject(Project value)
Sets the value of the project property.
|
void |
setRecurring(Boolean value)
Sets the value of the recurring property.
|
void |
setRegularWork(String value)
Sets the value of the regularWork property.
|
void |
setRemainingCost(BigDecimal value)
Sets the value of the remainingCost property.
|
void |
setRemainingDuration(String value)
Sets the value of the remainingDuration property.
|
void |
setRemainingOvertimeCost(BigDecimal value)
Sets the value of the remainingOvertimeCost property.
|
void |
setRemainingOvertimeWork(String value)
Sets the value of the remainingOvertimeWork property.
|
void |
setRemainingWork(String value)
Sets the value of the remainingWork property.
|
void |
setResume(LocalDateTime value)
Sets the value of the resume property.
|
void |
setResumeValid(Boolean value)
Sets the value of the resumeValid property.
|
void |
setRollup(Boolean value)
Sets the value of the rollup property.
|
void |
setStart(LocalDateTime value)
Sets the value of the start property.
|
void |
setStartSlack(BigInteger value)
Sets the value of the startSlack property.
|
void |
setStartText(String value)
Sets the value of the startText property.
|
void |
setStartVariance(BigInteger value)
Sets the value of the startVariance property.
|
void |
setStatusManager(String value)
Sets the value of the statusManager property.
|
void |
setStop(LocalDateTime value)
Sets the value of the stop property.
|
void |
setSubprojectName(String value)
Sets the value of the subprojectName property.
|
void |
setSummary(Boolean value)
Sets the value of the summary property.
|
void |
setTotalSlack(BigInteger value)
Sets the value of the totalSlack property.
|
void |
setType(TaskType value)
Sets the value of the type property.
|
void |
setUID(Integer value)
Sets the value of the uid property.
|
void |
setWBS(String value)
Sets the value of the wbs property.
|
void |
setWBSLevel(String value)
Sets the value of the wbsLevel property.
|
void |
setWork(String value)
Sets the value of the work property.
|
void |
setWorkVariance(BigDecimal value)
Sets the value of the workVariance property.
|
protected Integer uid
protected UUID guid
protected BigInteger id
protected String name
protected TaskType type
protected Boolean isNull
protected LocalDateTime createDate
protected String contact
protected String wbs
protected String wbsLevel
protected String outlineNumber
protected BigInteger outlineLevel
protected BigInteger priority
protected LocalDateTime start
protected LocalDateTime finish
protected String duration
protected BigInteger durationFormat
protected String work
protected LocalDateTime stop
protected LocalDateTime resume
protected Boolean resumeValid
protected Boolean effortDriven
protected Boolean recurring
protected Boolean overAllocated
protected Boolean estimated
protected Boolean milestone
protected Boolean summary
protected Boolean displayAsSummary
protected Boolean critical
protected Boolean isSubproject
protected Boolean isSubprojectReadOnly
protected String subprojectName
protected Boolean externalTask
protected String externalTaskProject
protected LocalDateTime earlyStart
protected LocalDateTime earlyFinish
protected LocalDateTime lateStart
protected LocalDateTime lateFinish
protected BigInteger startVariance
protected BigInteger finishVariance
protected BigDecimal workVariance
protected BigInteger freeSlack
protected BigInteger startSlack
protected BigInteger finishSlack
protected BigInteger totalSlack
protected BigDecimal fixedCost
protected AccrueType fixedCostAccrual
protected Number percentComplete
protected Number percentWorkComplete
protected BigDecimal cost
protected BigDecimal overtimeCost
protected String overtimeWork
protected LocalDateTime actualStart
protected LocalDateTime actualFinish
protected String actualDuration
protected BigDecimal actualCost
protected BigDecimal actualOvertimeCost
protected String actualWork
protected String actualOvertimeWork
protected String regularWork
protected String remainingDuration
protected BigDecimal remainingCost
protected String remainingWork
protected BigDecimal remainingOvertimeCost
protected String remainingOvertimeWork
protected BigDecimal acwp
protected BigDecimal cv
protected BigInteger constraintType
protected BigInteger calendarUID
protected LocalDateTime constraintDate
protected LocalDateTime deadline
protected Boolean levelAssignments
protected Boolean levelingCanSplit
protected BigInteger levelingDelay
protected BigInteger levelingDelayFormat
protected LocalDateTime preLeveledStart
protected LocalDateTime preLeveledFinish
protected String hyperlink
protected String hyperlinkAddress
protected String hyperlinkSubAddress
protected Boolean ignoreResourceCalendar
protected String notes
protected Boolean hideBar
protected Boolean rollup
protected BigDecimal bcws
protected BigDecimal bcwp
protected Number physicalPercentComplete
protected BigInteger earnedValueMethod
protected List<Project.Tasks.Task.PredecessorLink> predecessorLink
protected String actualWorkProtected
protected String actualOvertimeWorkProtected
protected List<Project.Tasks.Task.ExtendedAttribute> extendedAttribute
protected List<Project.Tasks.Task.Baseline> baseline
protected List<Project.Tasks.Task.OutlineCode> outlineCode
protected Boolean isPublished
protected String statusManager
protected LocalDateTime commitmentStart
protected LocalDateTime commitmentFinish
protected BigInteger commitmentType
protected Boolean active
protected Boolean manual
protected String startText
protected String finishText
protected String durationText
protected LocalDateTime manualStart
protected LocalDateTime manualFinish
protected String manualDuration
protected List<TimephasedDataType> timephasedData
protected Project project
public Integer getUID()
String
public void setUID(Integer value)
value
- allowed object is
String
public UUID getGUID()
String
public void setGUID(UUID value)
value
- allowed object is
String
public BigInteger getID()
BigInteger
public void setID(BigInteger value)
value
- allowed object is
BigInteger
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public TaskType getType()
String
public void setType(TaskType value)
value
- allowed object is
String
public Boolean isIsNull()
String
public void setIsNull(Boolean value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getContact()
String
public void setContact(String value)
value
- allowed object is
String
public String getWBS()
String
public void setWBS(String value)
value
- allowed object is
String
public String getWBSLevel()
String
public void setWBSLevel(String value)
value
- allowed object is
String
public String getOutlineNumber()
String
public void setOutlineNumber(String value)
value
- allowed object is
String
public BigInteger getOutlineLevel()
BigInteger
public void setOutlineLevel(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getPriority()
BigInteger
public void setPriority(BigInteger value)
value
- allowed object is
BigInteger
public LocalDateTime getStart()
String
public void setStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getFinish()
String
public void setFinish(LocalDateTime value)
value
- allowed object is
String
public String getDuration()
String
public void setDuration(String value)
value
- allowed object is
String
public BigInteger getDurationFormat()
BigInteger
public void setDurationFormat(BigInteger value)
value
- allowed object is
BigInteger
public String getWork()
String
public void setWork(String value)
value
- allowed object is
String
public LocalDateTime getStop()
String
public void setStop(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getResume()
String
public void setResume(LocalDateTime value)
value
- allowed object is
String
public Boolean isResumeValid()
String
public void setResumeValid(Boolean value)
value
- allowed object is
String
public Boolean isEffortDriven()
String
public void setEffortDriven(Boolean value)
value
- allowed object is
String
public Boolean isRecurring()
String
public void setRecurring(Boolean value)
value
- allowed object is
String
public Boolean isOverAllocated()
String
public void setOverAllocated(Boolean value)
value
- allowed object is
String
public Boolean isEstimated()
String
public void setEstimated(Boolean value)
value
- allowed object is
String
public Boolean isMilestone()
String
public void setMilestone(Boolean value)
value
- allowed object is
String
public Boolean isSummary()
String
public void setSummary(Boolean value)
value
- allowed object is
String
public Boolean isDisplayAsSummary()
String
public void setDisplayAsSummary(Boolean value)
value
- allowed object is
String
public Boolean isCritical()
String
public void setCritical(Boolean value)
value
- allowed object is
String
public Boolean isIsSubproject()
String
public void setIsSubproject(Boolean value)
value
- allowed object is
String
public Boolean isIsSubprojectReadOnly()
String
public void setIsSubprojectReadOnly(Boolean value)
value
- allowed object is
String
public String getSubprojectName()
String
public void setSubprojectName(String value)
value
- allowed object is
String
public Boolean isExternalTask()
String
public void setExternalTask(Boolean value)
value
- allowed object is
String
public String getExternalTaskProject()
String
public void setExternalTaskProject(String value)
value
- allowed object is
String
public LocalDateTime getEarlyStart()
String
public void setEarlyStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getEarlyFinish()
String
public void setEarlyFinish(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getLateStart()
String
public void setLateStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getLateFinish()
String
public void setLateFinish(LocalDateTime value)
value
- allowed object is
String
public BigInteger getStartVariance()
BigInteger
public void setStartVariance(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFinishVariance()
BigInteger
public void setFinishVariance(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getWorkVariance()
String
public void setWorkVariance(BigDecimal value)
value
- allowed object is
String
public BigInteger getFreeSlack()
BigInteger
public void setFreeSlack(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getStartSlack()
BigInteger
public void setStartSlack(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFinishSlack()
BigInteger
public void setFinishSlack(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getTotalSlack()
BigInteger
public void setTotalSlack(BigInteger value)
value
- allowed object is
BigInteger
public BigDecimal getFixedCost()
String
public void setFixedCost(BigDecimal value)
value
- allowed object is
String
public AccrueType getFixedCostAccrual()
String
public void setFixedCostAccrual(AccrueType value)
value
- allowed object is
String
public Number getPercentComplete()
String
public void setPercentComplete(Number value)
value
- allowed object is
String
public Number getPercentWorkComplete()
String
public void setPercentWorkComplete(Number value)
value
- allowed object is
String
public BigDecimal getCost()
BigDecimal
public void setCost(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getOvertimeCost()
BigDecimal
public void setOvertimeCost(BigDecimal value)
value
- allowed object is
BigDecimal
public String getOvertimeWork()
String
public void setOvertimeWork(String value)
value
- allowed object is
String
public LocalDateTime getActualStart()
String
public void setActualStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getActualFinish()
String
public void setActualFinish(LocalDateTime value)
value
- allowed object is
String
public String getActualDuration()
String
public void setActualDuration(String value)
value
- allowed object is
String
public BigDecimal getActualCost()
BigDecimal
public void setActualCost(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getActualOvertimeCost()
BigDecimal
public void setActualOvertimeCost(BigDecimal value)
value
- allowed object is
BigDecimal
public String getActualWork()
String
public void setActualWork(String value)
value
- allowed object is
String
public String getActualOvertimeWork()
String
public void setActualOvertimeWork(String value)
value
- allowed object is
String
public String getRegularWork()
String
public void setRegularWork(String value)
value
- allowed object is
String
public String getRemainingDuration()
String
public void setRemainingDuration(String value)
value
- allowed object is
String
public BigDecimal getRemainingCost()
BigDecimal
public void setRemainingCost(BigDecimal value)
value
- allowed object is
BigDecimal
public String getRemainingWork()
String
public void setRemainingWork(String value)
value
- allowed object is
String
public BigDecimal getRemainingOvertimeCost()
BigDecimal
public void setRemainingOvertimeCost(BigDecimal value)
value
- allowed object is
BigDecimal
public String getRemainingOvertimeWork()
String
public void setRemainingOvertimeWork(String value)
value
- allowed object is
String
public BigDecimal getACWP()
String
public void setACWP(BigDecimal value)
value
- allowed object is
String
public BigDecimal getCV()
String
public void setCV(BigDecimal value)
value
- allowed object is
String
public BigInteger getConstraintType()
BigInteger
public void setConstraintType(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCalendarUID()
BigInteger
public void setCalendarUID(BigInteger value)
value
- allowed object is
BigInteger
public LocalDateTime getConstraintDate()
String
public void setConstraintDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getDeadline()
String
public void setDeadline(LocalDateTime value)
value
- allowed object is
String
public Boolean isLevelAssignments()
String
public void setLevelAssignments(Boolean value)
value
- allowed object is
String
public Boolean isLevelingCanSplit()
String
public void setLevelingCanSplit(Boolean value)
value
- allowed object is
String
public BigInteger getLevelingDelay()
BigInteger
public void setLevelingDelay(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getLevelingDelayFormat()
BigInteger
public void setLevelingDelayFormat(BigInteger value)
value
- allowed object is
BigInteger
public LocalDateTime getPreLeveledStart()
String
public void setPreLeveledStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getPreLeveledFinish()
String
public void setPreLeveledFinish(LocalDateTime value)
value
- allowed object is
String
public String getHyperlink()
String
public void setHyperlink(String value)
value
- allowed object is
String
public String getHyperlinkAddress()
String
public void setHyperlinkAddress(String value)
value
- allowed object is
String
public String getHyperlinkSubAddress()
String
public void setHyperlinkSubAddress(String value)
value
- allowed object is
String
public Boolean isIgnoreResourceCalendar()
String
public void setIgnoreResourceCalendar(Boolean value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public Boolean isHideBar()
String
public void setHideBar(Boolean value)
value
- allowed object is
String
public Boolean isRollup()
String
public void setRollup(Boolean value)
value
- allowed object is
String
public BigDecimal getBCWS()
String
public void setBCWS(BigDecimal value)
value
- allowed object is
String
public BigDecimal getBCWP()
String
public void setBCWP(BigDecimal value)
value
- allowed object is
String
public Number getPhysicalPercentComplete()
String
public void setPhysicalPercentComplete(Number value)
value
- allowed object is
String
public BigInteger getEarnedValueMethod()
BigInteger
public void setEarnedValueMethod(BigInteger value)
value
- allowed object is
BigInteger
public List<Project.Tasks.Task.PredecessorLink> getPredecessorLink()
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 predecessorLink property.
For example, to add a new item, do as follows:
getPredecessorLink().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Tasks.Task.PredecessorLink
public String getActualWorkProtected()
String
public void setActualWorkProtected(String value)
value
- allowed object is
String
public String getActualOvertimeWorkProtected()
String
public void setActualOvertimeWorkProtected(String value)
value
- allowed object is
String
public List<Project.Tasks.Task.ExtendedAttribute> getExtendedAttribute()
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 extendedAttribute property.
For example, to add a new item, do as follows:
getExtendedAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Tasks.Task.ExtendedAttribute
public List<Project.Tasks.Task.Baseline> getBaseline()
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 baseline property.
For example, to add a new item, do as follows:
getBaseline().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Tasks.Task.Baseline
public List<Project.Tasks.Task.OutlineCode> getOutlineCode()
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 outlineCode property.
For example, to add a new item, do as follows:
getOutlineCode().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Tasks.Task.OutlineCode
public Boolean isIsPublished()
String
public void setIsPublished(Boolean value)
value
- allowed object is
String
public String getStatusManager()
String
public void setStatusManager(String value)
value
- allowed object is
String
public LocalDateTime getCommitmentStart()
String
public void setCommitmentStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getCommitmentFinish()
String
public void setCommitmentFinish(LocalDateTime value)
value
- allowed object is
String
public BigInteger getCommitmentType()
BigInteger
public void setCommitmentType(BigInteger value)
value
- allowed object is
BigInteger
public Boolean isActive()
String
public void setActive(Boolean value)
value
- allowed object is
String
public Boolean isManual()
String
public void setManual(Boolean value)
value
- allowed object is
String
public String getStartText()
String
public void setStartText(String value)
value
- allowed object is
String
public String getFinishText()
String
public void setFinishText(String value)
value
- allowed object is
String
public String getDurationText()
String
public void setDurationText(String value)
value
- allowed object is
String
public LocalDateTime getManualStart()
String
public void setManualStart(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getManualFinish()
String
public void setManualFinish(LocalDateTime value)
value
- allowed object is
String
public String getManualDuration()
String
public void setManualDuration(String value)
value
- allowed object is
String
public List<TimephasedDataType> getTimephasedData()
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 timephasedData property.
For example, to add a new item, do as follows:
getTimephasedData().add(newItem);
Objects of the following type(s) are allowed in the list
TimephasedDataType
public Project getProject()
Project
Copyright © 2000–2024 Packwood Software. All rights reserved.