public class WBSType extends Object
Java class for WBSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WBSType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AnticipatedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="AnticipatedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Code" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ContainsSummaryData" 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="CreateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="CurrentBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="CurrentVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="DistributedCurrentBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="EarnedValueComputeType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Activity Percent Complete"/> <enumeration value="0 / 100"/> <enumeration value="50 / 50"/> <enumeration value="Custom Percent Complete"/> <enumeration value="WBS Milestones Percent Complete"/> <enumeration value="Activity Percent Complete Using Resource Curves"/> </restriction> </simpleType> </element> <element name="EarnedValueETCComputeType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="ETC = Remaining Cost for Activity"/> <enumeration value="PF = 1"/> <enumeration value="PF = Custom Value"/> <enumeration value="PF = 1 / CPI"/> <enumeration value="PF = 1 / (CPI * SPI)"/> </restriction> </simpleType> </element> <element name="EarnedValueETCUserValue" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="EarnedValueUserPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="EstimatedWeight" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ForecastFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ForecastStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="GUID" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}|"/> </restriction> </simpleType> </element> <element name="IndependentETCLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="IndependentETCTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="IntegratedType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="ERP"/> <enumeration value="Gateway"/> <enumeration value="PrimaveraCloudScope"/> </restriction> </simpleType> </element> <element name="IntegratedWBS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsWorkPackage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastUpdateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="OBSName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="OBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="OriginalBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PhaseName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ProjectId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProposedBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="RolledUpFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RolledUpStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Status" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Planned"/> <enumeration value="Active"/> <enumeration value="Inactive"/> <enumeration value="What-If"/> <enumeration value="Requested"/> <enumeration value="Template"/> </restriction> </simpleType> </element> <element name="StatusReviewerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="StatusReviewerObjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SummaryAccountingVarianceByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAccountingVarianceByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryActualDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryActualThisPeriodCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualThisPeriodLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualThisPeriodLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualThisPeriodMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualThisPeriodNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualThisPeriodNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualValueByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryActualValueByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryAtCompletionTotalCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineCompletedActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryBaselineDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryBaselineInProgressActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryBaselineLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBaselineNotStartedActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryBaselineStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryBaselineTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBudgetAtCompletionByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryBudgetAtCompletionByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCompletedActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostPercentOfPlanned" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostPerformanceIndexByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostPerformanceIndexByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostVarianceByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostVarianceByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostVarianceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostVarianceIndexByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryCostVarianceIndexByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryDurationPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryDurationPercentOfPlanned" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryDurationVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEarnedValueByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEarnedValueByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateAtCompletionByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateAtCompletionByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateAtCompletionHighPercentByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateAtCompletionLowPercentByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateToCompleteByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryEstimateToCompleteByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryExpenseCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryExpenseCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryFinishDateVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryInProgressActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryLaborCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryLaborCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryLaborUnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryLaborUnitsVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryMaterialCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryMaterialCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryNonLaborCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryNonLaborCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryNonLaborUnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryNonLaborUnitsVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryNotStartedActivityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SummaryPerformancePercentCompleteByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPerformancePercentCompleteByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryPlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryPlannedValueByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryPlannedValueByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryProgressFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryRemainingDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryRemainingLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryRemainingStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SummaryRemainingTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummarySchedulePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummarySchedulePercentCompleteByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummarySchedulePerformanceIndexByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummarySchedulePerformanceIndexByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryScheduleVarianceByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryScheduleVarianceByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryScheduleVarianceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryScheduleVarianceIndexByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryScheduleVarianceIndexByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryStartDateVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryToCompletePerformanceIndexByCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryTotalCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryTotalFloat" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryUnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="SummaryVarianceAtCompletionByLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TotalBenefitPlan" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TotalBenefitPlanTally" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TotalSpendingPlan" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="TotalSpendingPlanTally" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="UnallocatedBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="UndistributedCurrentVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="WBSCategoryObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="WBSMilestonePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V23.12/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/> <element name="Spread" type="{http://xmlns.oracle.com/Primavera/P6/V23.12/API/BusinessObjects}EPSProjectWBSSpreadType" minOccurs="0"/> <element name="WBSResourceSpread" type="{http://xmlns.oracle.com/Primavera/P6/V23.12/API/BusinessObjects}ProjectResourceSpreadType" maxOccurs="unbounded" minOccurs="0"/> <element name="WBSRoleSpread" type="{http://xmlns.oracle.com/Primavera/P6/V23.12/API/BusinessObjects}ProjectRoleSpreadType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
WBSType() |
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getAnticipatedFinishDate()
Gets the value of the anticipatedFinishDate property.
|
LocalDateTime |
getAnticipatedStartDate()
Gets the value of the anticipatedStartDate property.
|
String |
getCode()
Gets the value of the code property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Double |
getCurrentBudget()
Gets the value of the currentBudget property.
|
Double |
getCurrentVariance()
Gets the value of the currentVariance property.
|
Double |
getDistributedCurrentBudget()
Gets the value of the distributedCurrentBudget property.
|
String |
getEarnedValueComputeType()
Gets the value of the earnedValueComputeType property.
|
String |
getEarnedValueETCComputeType()
Gets the value of the earnedValueETCComputeType property.
|
Double |
getEarnedValueETCUserValue()
Gets the value of the earnedValueETCUserValue property.
|
Double |
getEarnedValueUserPercent()
Gets the value of the earnedValueUserPercent property.
|
Double |
getEstimatedWeight()
Gets the value of the estimatedWeight property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
LocalDateTime |
getForecastFinishDate()
Gets the value of the forecastFinishDate property.
|
LocalDateTime |
getForecastStartDate()
Gets the value of the forecastStartDate property.
|
String |
getGUID()
Gets the value of the guid property.
|
Double |
getIndependentETCLaborUnits()
Gets the value of the independentETCLaborUnits property.
|
Double |
getIndependentETCTotalCost()
Gets the value of the independentETCTotalCost property.
|
String |
getIntegratedType()
Gets the value of the integratedType property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getOBSName()
Gets the value of the obsName property.
|
Integer |
getOBSObjectId()
Gets the value of the obsObjectId property.
|
Double |
getOriginalBudget()
Gets the value of the originalBudget property.
|
Integer |
getParentObjectId()
Gets the value of the parentObjectId property.
|
String |
getPhaseName()
Gets the value of the phaseName property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getProposedBudget()
Gets the value of the proposedBudget property.
|
LocalDateTime |
getRolledUpFinishDate()
Gets the value of the rolledUpFinishDate property.
|
LocalDateTime |
getRolledUpStartDate()
Gets the value of the rolledUpStartDate property.
|
Integer |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
EPSProjectWBSSpreadType |
getSpread()
Gets the value of the spread property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusReviewerName()
Gets the value of the statusReviewerName property.
|
String |
getStatusReviewerObjectId()
Gets the value of the statusReviewerObjectId property.
|
Double |
getSummaryAccountingVarianceByCost()
Gets the value of the summaryAccountingVarianceByCost property.
|
Double |
getSummaryAccountingVarianceByLaborUnits()
Gets the value of the summaryAccountingVarianceByLaborUnits property.
|
Integer |
getSummaryActivityCount()
Gets the value of the summaryActivityCount property.
|
Double |
getSummaryActualDuration()
Gets the value of the summaryActualDuration property.
|
Double |
getSummaryActualExpenseCost()
Gets the value of the summaryActualExpenseCost property.
|
LocalDateTime |
getSummaryActualFinishDate()
Gets the value of the summaryActualFinishDate property.
|
Double |
getSummaryActualLaborCost()
Gets the value of the summaryActualLaborCost property.
|
Double |
getSummaryActualLaborUnits()
Gets the value of the summaryActualLaborUnits property.
|
Double |
getSummaryActualMaterialCost()
Gets the value of the summaryActualMaterialCost property.
|
Double |
getSummaryActualNonLaborCost()
Gets the value of the summaryActualNonLaborCost property.
|
Double |
getSummaryActualNonLaborUnits()
Gets the value of the summaryActualNonLaborUnits property.
|
LocalDateTime |
getSummaryActualStartDate()
Gets the value of the summaryActualStartDate property.
|
Double |
getSummaryActualThisPeriodCost()
Gets the value of the summaryActualThisPeriodCost property.
|
Double |
getSummaryActualThisPeriodLaborCost()
Gets the value of the summaryActualThisPeriodLaborCost property.
|
Double |
getSummaryActualThisPeriodLaborUnits()
Gets the value of the summaryActualThisPeriodLaborUnits property.
|
Double |
getSummaryActualThisPeriodMaterialCost()
Gets the value of the summaryActualThisPeriodMaterialCost property.
|
Double |
getSummaryActualThisPeriodNonLaborCost()
Gets the value of the summaryActualThisPeriodNonLaborCost property.
|
Double |
getSummaryActualThisPeriodNonLaborUnits()
Gets the value of the summaryActualThisPeriodNonLaborUnits property.
|
Double |
getSummaryActualTotalCost()
Gets the value of the summaryActualTotalCost property.
|
Double |
getSummaryActualValueByCost()
Gets the value of the summaryActualValueByCost property.
|
Double |
getSummaryActualValueByLaborUnits()
Gets the value of the summaryActualValueByLaborUnits property.
|
Double |
getSummaryAtCompletionDuration()
Gets the value of the summaryAtCompletionDuration property.
|
Double |
getSummaryAtCompletionExpenseCost()
Gets the value of the summaryAtCompletionExpenseCost property.
|
Double |
getSummaryAtCompletionLaborCost()
Gets the value of the summaryAtCompletionLaborCost property.
|
Double |
getSummaryAtCompletionLaborUnits()
Gets the value of the summaryAtCompletionLaborUnits property.
|
Double |
getSummaryAtCompletionMaterialCost()
Gets the value of the summaryAtCompletionMaterialCost property.
|
Double |
getSummaryAtCompletionNonLaborCost()
Gets the value of the summaryAtCompletionNonLaborCost property.
|
Double |
getSummaryAtCompletionNonLaborUnits()
Gets the value of the summaryAtCompletionNonLaborUnits property.
|
Double |
getSummaryAtCompletionTotalCost()
Gets the value of the summaryAtCompletionTotalCost property.
|
Double |
getSummaryAtCompletionTotalCostVariance()
Gets the value of the summaryAtCompletionTotalCostVariance property.
|
Integer |
getSummaryBaselineCompletedActivityCount()
Gets the value of the summaryBaselineCompletedActivityCount property.
|
Double |
getSummaryBaselineDuration()
Gets the value of the summaryBaselineDuration property.
|
Double |
getSummaryBaselineExpenseCost()
Gets the value of the summaryBaselineExpenseCost property.
|
LocalDateTime |
getSummaryBaselineFinishDate()
Gets the value of the summaryBaselineFinishDate property.
|
Integer |
getSummaryBaselineInProgressActivityCount()
Gets the value of the summaryBaselineInProgressActivityCount property.
|
Double |
getSummaryBaselineLaborCost()
Gets the value of the summaryBaselineLaborCost property.
|
Double |
getSummaryBaselineLaborUnits()
Gets the value of the summaryBaselineLaborUnits property.
|
Double |
getSummaryBaselineMaterialCost()
Gets the value of the summaryBaselineMaterialCost property.
|
Double |
getSummaryBaselineNonLaborCost()
Gets the value of the summaryBaselineNonLaborCost property.
|
Double |
getSummaryBaselineNonLaborUnits()
Gets the value of the summaryBaselineNonLaborUnits property.
|
Integer |
getSummaryBaselineNotStartedActivityCount()
Gets the value of the summaryBaselineNotStartedActivityCount property.
|
LocalDateTime |
getSummaryBaselineStartDate()
Gets the value of the summaryBaselineStartDate property.
|
Double |
getSummaryBaselineTotalCost()
Gets the value of the summaryBaselineTotalCost property.
|
Double |
getSummaryBudgetAtCompletionByCost()
Gets the value of the summaryBudgetAtCompletionByCost property.
|
Double |
getSummaryBudgetAtCompletionByLaborUnits()
Gets the value of the summaryBudgetAtCompletionByLaborUnits property.
|
Integer |
getSummaryCompletedActivityCount()
Gets the value of the summaryCompletedActivityCount property.
|
Double |
getSummaryCostPercentComplete()
Gets the value of the summaryCostPercentComplete property.
|
Double |
getSummaryCostPercentOfPlanned()
Gets the value of the summaryCostPercentOfPlanned property.
|
Double |
getSummaryCostPerformanceIndexByCost()
Gets the value of the summaryCostPerformanceIndexByCost property.
|
Double |
getSummaryCostPerformanceIndexByLaborUnits()
Gets the value of the summaryCostPerformanceIndexByLaborUnits property.
|
Double |
getSummaryCostVarianceByCost()
Gets the value of the summaryCostVarianceByCost property.
|
Double |
getSummaryCostVarianceByLaborUnits()
Gets the value of the summaryCostVarianceByLaborUnits property.
|
Double |
getSummaryCostVarianceIndex()
Gets the value of the summaryCostVarianceIndex property.
|
Double |
getSummaryCostVarianceIndexByCost()
Gets the value of the summaryCostVarianceIndexByCost property.
|
Double |
getSummaryCostVarianceIndexByLaborUnits()
Gets the value of the summaryCostVarianceIndexByLaborUnits property.
|
Double |
getSummaryDurationPercentComplete()
Gets the value of the summaryDurationPercentComplete property.
|
Double |
getSummaryDurationPercentOfPlanned()
Gets the value of the summaryDurationPercentOfPlanned property.
|
Double |
getSummaryDurationVariance()
Gets the value of the summaryDurationVariance property.
|
Double |
getSummaryEarnedValueByCost()
Gets the value of the summaryEarnedValueByCost property.
|
Double |
getSummaryEarnedValueByLaborUnits()
Gets the value of the summaryEarnedValueByLaborUnits property.
|
Double |
getSummaryEstimateAtCompletionByCost()
Gets the value of the summaryEstimateAtCompletionByCost property.
|
Double |
getSummaryEstimateAtCompletionByLaborUnits()
Gets the value of the summaryEstimateAtCompletionByLaborUnits property.
|
Double |
getSummaryEstimateAtCompletionHighPercentByLaborUnits()
Gets the value of the summaryEstimateAtCompletionHighPercentByLaborUnits property.
|
Double |
getSummaryEstimateAtCompletionLowPercentByLaborUnits()
Gets the value of the summaryEstimateAtCompletionLowPercentByLaborUnits property.
|
Double |
getSummaryEstimateToCompleteByCost()
Gets the value of the summaryEstimateToCompleteByCost property.
|
Double |
getSummaryEstimateToCompleteByLaborUnits()
Gets the value of the summaryEstimateToCompleteByLaborUnits property.
|
Double |
getSummaryExpenseCostPercentComplete()
Gets the value of the summaryExpenseCostPercentComplete property.
|
Double |
getSummaryExpenseCostVariance()
Gets the value of the summaryExpenseCostVariance property.
|
Double |
getSummaryFinishDateVariance()
Gets the value of the summaryFinishDateVariance property.
|
Integer |
getSummaryInProgressActivityCount()
Gets the value of the summaryInProgressActivityCount property.
|
Double |
getSummaryLaborCostPercentComplete()
Gets the value of the summaryLaborCostPercentComplete property.
|
Double |
getSummaryLaborCostVariance()
Gets the value of the summaryLaborCostVariance property.
|
Double |
getSummaryLaborUnitsPercentComplete()
Gets the value of the summaryLaborUnitsPercentComplete property.
|
Double |
getSummaryLaborUnitsVariance()
Gets the value of the summaryLaborUnitsVariance property.
|
Double |
getSummaryMaterialCostPercentComplete()
Gets the value of the summaryMaterialCostPercentComplete property.
|
Double |
getSummaryMaterialCostVariance()
Gets the value of the summaryMaterialCostVariance property.
|
Double |
getSummaryNonLaborCostPercentComplete()
Gets the value of the summaryNonLaborCostPercentComplete property.
|
Double |
getSummaryNonLaborCostVariance()
Gets the value of the summaryNonLaborCostVariance property.
|
Double |
getSummaryNonLaborUnitsPercentComplete()
Gets the value of the summaryNonLaborUnitsPercentComplete property.
|
Double |
getSummaryNonLaborUnitsVariance()
Gets the value of the summaryNonLaborUnitsVariance property.
|
Integer |
getSummaryNotStartedActivityCount()
Gets the value of the summaryNotStartedActivityCount property.
|
Double |
getSummaryPerformancePercentCompleteByCost()
Gets the value of the summaryPerformancePercentCompleteByCost property.
|
Double |
getSummaryPerformancePercentCompleteByLaborUnits()
Gets the value of the summaryPerformancePercentCompleteByLaborUnits property.
|
Double |
getSummaryPlannedCost()
Gets the value of the summaryPlannedCost property.
|
Double |
getSummaryPlannedDuration()
Gets the value of the summaryPlannedDuration property.
|
Double |
getSummaryPlannedExpenseCost()
Gets the value of the summaryPlannedExpenseCost property.
|
LocalDateTime |
getSummaryPlannedFinishDate()
Gets the value of the summaryPlannedFinishDate property.
|
Double |
getSummaryPlannedLaborCost()
Gets the value of the summaryPlannedLaborCost property.
|
Double |
getSummaryPlannedLaborUnits()
Gets the value of the summaryPlannedLaborUnits property.
|
Double |
getSummaryPlannedMaterialCost()
Gets the value of the summaryPlannedMaterialCost property.
|
Double |
getSummaryPlannedNonLaborCost()
Gets the value of the summaryPlannedNonLaborCost property.
|
Double |
getSummaryPlannedNonLaborUnits()
Gets the value of the summaryPlannedNonLaborUnits property.
|
LocalDateTime |
getSummaryPlannedStartDate()
Gets the value of the summaryPlannedStartDate property.
|
Double |
getSummaryPlannedValueByCost()
Gets the value of the summaryPlannedValueByCost property.
|
Double |
getSummaryPlannedValueByLaborUnits()
Gets the value of the summaryPlannedValueByLaborUnits property.
|
LocalDateTime |
getSummaryProgressFinishDate()
Gets the value of the summaryProgressFinishDate property.
|
Double |
getSummaryRemainingDuration()
Gets the value of the summaryRemainingDuration property.
|
Double |
getSummaryRemainingExpenseCost()
Gets the value of the summaryRemainingExpenseCost property.
|
LocalDateTime |
getSummaryRemainingFinishDate()
Gets the value of the summaryRemainingFinishDate property.
|
Double |
getSummaryRemainingLaborCost()
Gets the value of the summaryRemainingLaborCost property.
|
Double |
getSummaryRemainingLaborUnits()
Gets the value of the summaryRemainingLaborUnits property.
|
Double |
getSummaryRemainingMaterialCost()
Gets the value of the summaryRemainingMaterialCost property.
|
Double |
getSummaryRemainingNonLaborCost()
Gets the value of the summaryRemainingNonLaborCost property.
|
Double |
getSummaryRemainingNonLaborUnits()
Gets the value of the summaryRemainingNonLaborUnits property.
|
LocalDateTime |
getSummaryRemainingStartDate()
Gets the value of the summaryRemainingStartDate property.
|
Double |
getSummaryRemainingTotalCost()
Gets the value of the summaryRemainingTotalCost property.
|
Double |
getSummarySchedulePercentComplete()
Gets the value of the summarySchedulePercentComplete property.
|
Double |
getSummarySchedulePercentCompleteByLaborUnits()
Gets the value of the summarySchedulePercentCompleteByLaborUnits property.
|
Double |
getSummarySchedulePerformanceIndexByCost()
Gets the value of the summarySchedulePerformanceIndexByCost property.
|
Double |
getSummarySchedulePerformanceIndexByLaborUnits()
Gets the value of the summarySchedulePerformanceIndexByLaborUnits property.
|
Double |
getSummaryScheduleVarianceByCost()
Gets the value of the summaryScheduleVarianceByCost property.
|
Double |
getSummaryScheduleVarianceByLaborUnits()
Gets the value of the summaryScheduleVarianceByLaborUnits property.
|
Double |
getSummaryScheduleVarianceIndex()
Gets the value of the summaryScheduleVarianceIndex property.
|
Double |
getSummaryScheduleVarianceIndexByCost()
Gets the value of the summaryScheduleVarianceIndexByCost property.
|
Double |
getSummaryScheduleVarianceIndexByLaborUnits()
Gets the value of the summaryScheduleVarianceIndexByLaborUnits property.
|
Double |
getSummaryStartDateVariance()
Gets the value of the summaryStartDateVariance property.
|
Double |
getSummaryToCompletePerformanceIndexByCost()
Gets the value of the summaryToCompletePerformanceIndexByCost property.
|
Double |
getSummaryTotalCostVariance()
Gets the value of the summaryTotalCostVariance property.
|
Double |
getSummaryTotalFloat()
Gets the value of the summaryTotalFloat property.
|
Double |
getSummaryUnitsPercentComplete()
Gets the value of the summaryUnitsPercentComplete property.
|
Double |
getSummaryVarianceAtCompletionByLaborUnits()
Gets the value of the summaryVarianceAtCompletionByLaborUnits property.
|
Double |
getTotalBenefitPlan()
Gets the value of the totalBenefitPlan property.
|
Double |
getTotalBenefitPlanTally()
Gets the value of the totalBenefitPlanTally property.
|
Double |
getTotalSpendingPlan()
Gets the value of the totalSpendingPlan property.
|
Double |
getTotalSpendingPlanTally()
Gets the value of the totalSpendingPlanTally property.
|
List<UDFAssignmentType> |
getUDF()
Gets the value of the udf property.
|
Double |
getUnallocatedBudget()
Gets the value of the unallocatedBudget property.
|
Double |
getUndistributedCurrentVariance()
Gets the value of the undistributedCurrentVariance property.
|
Integer |
getWBSCategoryObjectId()
Gets the value of the wbsCategoryObjectId property.
|
Double |
getWBSMilestonePercentComplete()
Gets the value of the wbsMilestonePercentComplete property.
|
List<ProjectResourceSpreadType> |
getWBSResourceSpread()
Gets the value of the wbsResourceSpread property.
|
List<ProjectRoleSpreadType> |
getWBSRoleSpread()
Gets the value of the wbsRoleSpread property.
|
Boolean |
isContainsSummaryData()
Gets the value of the containsSummaryData property.
|
Boolean |
isIntegratedWBS()
Gets the value of the integratedWBS property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
Boolean |
isIsWorkPackage()
Gets the value of the isWorkPackage property.
|
void |
setAnticipatedFinishDate(LocalDateTime value)
Sets the value of the anticipatedFinishDate property.
|
void |
setAnticipatedStartDate(LocalDateTime value)
Sets the value of the anticipatedStartDate property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setContainsSummaryData(Boolean value)
Sets the value of the containsSummaryData property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setCurrentBudget(Double value)
Sets the value of the currentBudget property.
|
void |
setCurrentVariance(Double value)
Sets the value of the currentVariance property.
|
void |
setDistributedCurrentBudget(Double value)
Sets the value of the distributedCurrentBudget property.
|
void |
setEarnedValueComputeType(String value)
Sets the value of the earnedValueComputeType property.
|
void |
setEarnedValueETCComputeType(String value)
Sets the value of the earnedValueETCComputeType property.
|
void |
setEarnedValueETCUserValue(Double value)
Sets the value of the earnedValueETCUserValue property.
|
void |
setEarnedValueUserPercent(Double value)
Sets the value of the earnedValueUserPercent property.
|
void |
setEstimatedWeight(Double value)
Sets the value of the estimatedWeight property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setForecastFinishDate(LocalDateTime value)
Sets the value of the forecastFinishDate property.
|
void |
setForecastStartDate(LocalDateTime value)
Sets the value of the forecastStartDate property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setIndependentETCLaborUnits(Double value)
Sets the value of the independentETCLaborUnits property.
|
void |
setIndependentETCTotalCost(Double value)
Sets the value of the independentETCTotalCost property.
|
void |
setIntegratedType(String value)
Sets the value of the integratedType property.
|
void |
setIntegratedWBS(Boolean value)
Sets the value of the integratedWBS property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setIsWorkPackage(Boolean value)
Sets the value of the isWorkPackage property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setOBSName(String value)
Sets the value of the obsName property.
|
void |
setOBSObjectId(Integer value)
Sets the value of the obsObjectId property.
|
void |
setOriginalBudget(Double value)
Sets the value of the originalBudget property.
|
void |
setParentObjectId(Integer value)
Sets the value of the parentObjectId property.
|
void |
setPhaseName(String value)
Sets the value of the phaseName property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setProposedBudget(Double value)
Sets the value of the proposedBudget property.
|
void |
setRolledUpFinishDate(LocalDateTime value)
Sets the value of the rolledUpFinishDate property.
|
void |
setRolledUpStartDate(LocalDateTime value)
Sets the value of the rolledUpStartDate property.
|
void |
setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.
|
void |
setSpread(EPSProjectWBSSpreadType value)
Sets the value of the spread property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusReviewerName(String value)
Sets the value of the statusReviewerName property.
|
void |
setStatusReviewerObjectId(String value)
Sets the value of the statusReviewerObjectId property.
|
void |
setSummaryAccountingVarianceByCost(Double value)
Sets the value of the summaryAccountingVarianceByCost property.
|
void |
setSummaryAccountingVarianceByLaborUnits(Double value)
Sets the value of the summaryAccountingVarianceByLaborUnits property.
|
void |
setSummaryActivityCount(Integer value)
Sets the value of the summaryActivityCount property.
|
void |
setSummaryActualDuration(Double value)
Sets the value of the summaryActualDuration property.
|
void |
setSummaryActualExpenseCost(Double value)
Sets the value of the summaryActualExpenseCost property.
|
void |
setSummaryActualFinishDate(LocalDateTime value)
Sets the value of the summaryActualFinishDate property.
|
void |
setSummaryActualLaborCost(Double value)
Sets the value of the summaryActualLaborCost property.
|
void |
setSummaryActualLaborUnits(Double value)
Sets the value of the summaryActualLaborUnits property.
|
void |
setSummaryActualMaterialCost(Double value)
Sets the value of the summaryActualMaterialCost property.
|
void |
setSummaryActualNonLaborCost(Double value)
Sets the value of the summaryActualNonLaborCost property.
|
void |
setSummaryActualNonLaborUnits(Double value)
Sets the value of the summaryActualNonLaborUnits property.
|
void |
setSummaryActualStartDate(LocalDateTime value)
Sets the value of the summaryActualStartDate property.
|
void |
setSummaryActualThisPeriodCost(Double value)
Sets the value of the summaryActualThisPeriodCost property.
|
void |
setSummaryActualThisPeriodLaborCost(Double value)
Sets the value of the summaryActualThisPeriodLaborCost property.
|
void |
setSummaryActualThisPeriodLaborUnits(Double value)
Sets the value of the summaryActualThisPeriodLaborUnits property.
|
void |
setSummaryActualThisPeriodMaterialCost(Double value)
Sets the value of the summaryActualThisPeriodMaterialCost property.
|
void |
setSummaryActualThisPeriodNonLaborCost(Double value)
Sets the value of the summaryActualThisPeriodNonLaborCost property.
|
void |
setSummaryActualThisPeriodNonLaborUnits(Double value)
Sets the value of the summaryActualThisPeriodNonLaborUnits property.
|
void |
setSummaryActualTotalCost(Double value)
Sets the value of the summaryActualTotalCost property.
|
void |
setSummaryActualValueByCost(Double value)
Sets the value of the summaryActualValueByCost property.
|
void |
setSummaryActualValueByLaborUnits(Double value)
Sets the value of the summaryActualValueByLaborUnits property.
|
void |
setSummaryAtCompletionDuration(Double value)
Sets the value of the summaryAtCompletionDuration property.
|
void |
setSummaryAtCompletionExpenseCost(Double value)
Sets the value of the summaryAtCompletionExpenseCost property.
|
void |
setSummaryAtCompletionLaborCost(Double value)
Sets the value of the summaryAtCompletionLaborCost property.
|
void |
setSummaryAtCompletionLaborUnits(Double value)
Sets the value of the summaryAtCompletionLaborUnits property.
|
void |
setSummaryAtCompletionMaterialCost(Double value)
Sets the value of the summaryAtCompletionMaterialCost property.
|
void |
setSummaryAtCompletionNonLaborCost(Double value)
Sets the value of the summaryAtCompletionNonLaborCost property.
|
void |
setSummaryAtCompletionNonLaborUnits(Double value)
Sets the value of the summaryAtCompletionNonLaborUnits property.
|
void |
setSummaryAtCompletionTotalCost(Double value)
Sets the value of the summaryAtCompletionTotalCost property.
|
void |
setSummaryAtCompletionTotalCostVariance(Double value)
Sets the value of the summaryAtCompletionTotalCostVariance property.
|
void |
setSummaryBaselineCompletedActivityCount(Integer value)
Sets the value of the summaryBaselineCompletedActivityCount property.
|
void |
setSummaryBaselineDuration(Double value)
Sets the value of the summaryBaselineDuration property.
|
void |
setSummaryBaselineExpenseCost(Double value)
Sets the value of the summaryBaselineExpenseCost property.
|
void |
setSummaryBaselineFinishDate(LocalDateTime value)
Sets the value of the summaryBaselineFinishDate property.
|
void |
setSummaryBaselineInProgressActivityCount(Integer value)
Sets the value of the summaryBaselineInProgressActivityCount property.
|
void |
setSummaryBaselineLaborCost(Double value)
Sets the value of the summaryBaselineLaborCost property.
|
void |
setSummaryBaselineLaborUnits(Double value)
Sets the value of the summaryBaselineLaborUnits property.
|
void |
setSummaryBaselineMaterialCost(Double value)
Sets the value of the summaryBaselineMaterialCost property.
|
void |
setSummaryBaselineNonLaborCost(Double value)
Sets the value of the summaryBaselineNonLaborCost property.
|
void |
setSummaryBaselineNonLaborUnits(Double value)
Sets the value of the summaryBaselineNonLaborUnits property.
|
void |
setSummaryBaselineNotStartedActivityCount(Integer value)
Sets the value of the summaryBaselineNotStartedActivityCount property.
|
void |
setSummaryBaselineStartDate(LocalDateTime value)
Sets the value of the summaryBaselineStartDate property.
|
void |
setSummaryBaselineTotalCost(Double value)
Sets the value of the summaryBaselineTotalCost property.
|
void |
setSummaryBudgetAtCompletionByCost(Double value)
Sets the value of the summaryBudgetAtCompletionByCost property.
|
void |
setSummaryBudgetAtCompletionByLaborUnits(Double value)
Sets the value of the summaryBudgetAtCompletionByLaborUnits property.
|
void |
setSummaryCompletedActivityCount(Integer value)
Sets the value of the summaryCompletedActivityCount property.
|
void |
setSummaryCostPercentComplete(Double value)
Sets the value of the summaryCostPercentComplete property.
|
void |
setSummaryCostPercentOfPlanned(Double value)
Sets the value of the summaryCostPercentOfPlanned property.
|
void |
setSummaryCostPerformanceIndexByCost(Double value)
Sets the value of the summaryCostPerformanceIndexByCost property.
|
void |
setSummaryCostPerformanceIndexByLaborUnits(Double value)
Sets the value of the summaryCostPerformanceIndexByLaborUnits property.
|
void |
setSummaryCostVarianceByCost(Double value)
Sets the value of the summaryCostVarianceByCost property.
|
void |
setSummaryCostVarianceByLaborUnits(Double value)
Sets the value of the summaryCostVarianceByLaborUnits property.
|
void |
setSummaryCostVarianceIndex(Double value)
Sets the value of the summaryCostVarianceIndex property.
|
void |
setSummaryCostVarianceIndexByCost(Double value)
Sets the value of the summaryCostVarianceIndexByCost property.
|
void |
setSummaryCostVarianceIndexByLaborUnits(Double value)
Sets the value of the summaryCostVarianceIndexByLaborUnits property.
|
void |
setSummaryDurationPercentComplete(Double value)
Sets the value of the summaryDurationPercentComplete property.
|
void |
setSummaryDurationPercentOfPlanned(Double value)
Sets the value of the summaryDurationPercentOfPlanned property.
|
void |
setSummaryDurationVariance(Double value)
Sets the value of the summaryDurationVariance property.
|
void |
setSummaryEarnedValueByCost(Double value)
Sets the value of the summaryEarnedValueByCost property.
|
void |
setSummaryEarnedValueByLaborUnits(Double value)
Sets the value of the summaryEarnedValueByLaborUnits property.
|
void |
setSummaryEstimateAtCompletionByCost(Double value)
Sets the value of the summaryEstimateAtCompletionByCost property.
|
void |
setSummaryEstimateAtCompletionByLaborUnits(Double value)
Sets the value of the summaryEstimateAtCompletionByLaborUnits property.
|
void |
setSummaryEstimateAtCompletionHighPercentByLaborUnits(Double value)
Sets the value of the summaryEstimateAtCompletionHighPercentByLaborUnits property.
|
void |
setSummaryEstimateAtCompletionLowPercentByLaborUnits(Double value)
Sets the value of the summaryEstimateAtCompletionLowPercentByLaborUnits property.
|
void |
setSummaryEstimateToCompleteByCost(Double value)
Sets the value of the summaryEstimateToCompleteByCost property.
|
void |
setSummaryEstimateToCompleteByLaborUnits(Double value)
Sets the value of the summaryEstimateToCompleteByLaborUnits property.
|
void |
setSummaryExpenseCostPercentComplete(Double value)
Sets the value of the summaryExpenseCostPercentComplete property.
|
void |
setSummaryExpenseCostVariance(Double value)
Sets the value of the summaryExpenseCostVariance property.
|
void |
setSummaryFinishDateVariance(Double value)
Sets the value of the summaryFinishDateVariance property.
|
void |
setSummaryInProgressActivityCount(Integer value)
Sets the value of the summaryInProgressActivityCount property.
|
void |
setSummaryLaborCostPercentComplete(Double value)
Sets the value of the summaryLaborCostPercentComplete property.
|
void |
setSummaryLaborCostVariance(Double value)
Sets the value of the summaryLaborCostVariance property.
|
void |
setSummaryLaborUnitsPercentComplete(Double value)
Sets the value of the summaryLaborUnitsPercentComplete property.
|
void |
setSummaryLaborUnitsVariance(Double value)
Sets the value of the summaryLaborUnitsVariance property.
|
void |
setSummaryMaterialCostPercentComplete(Double value)
Sets the value of the summaryMaterialCostPercentComplete property.
|
void |
setSummaryMaterialCostVariance(Double value)
Sets the value of the summaryMaterialCostVariance property.
|
void |
setSummaryNonLaborCostPercentComplete(Double value)
Sets the value of the summaryNonLaborCostPercentComplete property.
|
void |
setSummaryNonLaborCostVariance(Double value)
Sets the value of the summaryNonLaborCostVariance property.
|
void |
setSummaryNonLaborUnitsPercentComplete(Double value)
Sets the value of the summaryNonLaborUnitsPercentComplete property.
|
void |
setSummaryNonLaborUnitsVariance(Double value)
Sets the value of the summaryNonLaborUnitsVariance property.
|
void |
setSummaryNotStartedActivityCount(Integer value)
Sets the value of the summaryNotStartedActivityCount property.
|
void |
setSummaryPerformancePercentCompleteByCost(Double value)
Sets the value of the summaryPerformancePercentCompleteByCost property.
|
void |
setSummaryPerformancePercentCompleteByLaborUnits(Double value)
Sets the value of the summaryPerformancePercentCompleteByLaborUnits property.
|
void |
setSummaryPlannedCost(Double value)
Sets the value of the summaryPlannedCost property.
|
void |
setSummaryPlannedDuration(Double value)
Sets the value of the summaryPlannedDuration property.
|
void |
setSummaryPlannedExpenseCost(Double value)
Sets the value of the summaryPlannedExpenseCost property.
|
void |
setSummaryPlannedFinishDate(LocalDateTime value)
Sets the value of the summaryPlannedFinishDate property.
|
void |
setSummaryPlannedLaborCost(Double value)
Sets the value of the summaryPlannedLaborCost property.
|
void |
setSummaryPlannedLaborUnits(Double value)
Sets the value of the summaryPlannedLaborUnits property.
|
void |
setSummaryPlannedMaterialCost(Double value)
Sets the value of the summaryPlannedMaterialCost property.
|
void |
setSummaryPlannedNonLaborCost(Double value)
Sets the value of the summaryPlannedNonLaborCost property.
|
void |
setSummaryPlannedNonLaborUnits(Double value)
Sets the value of the summaryPlannedNonLaborUnits property.
|
void |
setSummaryPlannedStartDate(LocalDateTime value)
Sets the value of the summaryPlannedStartDate property.
|
void |
setSummaryPlannedValueByCost(Double value)
Sets the value of the summaryPlannedValueByCost property.
|
void |
setSummaryPlannedValueByLaborUnits(Double value)
Sets the value of the summaryPlannedValueByLaborUnits property.
|
void |
setSummaryProgressFinishDate(LocalDateTime value)
Sets the value of the summaryProgressFinishDate property.
|
void |
setSummaryRemainingDuration(Double value)
Sets the value of the summaryRemainingDuration property.
|
void |
setSummaryRemainingExpenseCost(Double value)
Sets the value of the summaryRemainingExpenseCost property.
|
void |
setSummaryRemainingFinishDate(LocalDateTime value)
Sets the value of the summaryRemainingFinishDate property.
|
void |
setSummaryRemainingLaborCost(Double value)
Sets the value of the summaryRemainingLaborCost property.
|
void |
setSummaryRemainingLaborUnits(Double value)
Sets the value of the summaryRemainingLaborUnits property.
|
void |
setSummaryRemainingMaterialCost(Double value)
Sets the value of the summaryRemainingMaterialCost property.
|
void |
setSummaryRemainingNonLaborCost(Double value)
Sets the value of the summaryRemainingNonLaborCost property.
|
void |
setSummaryRemainingNonLaborUnits(Double value)
Sets the value of the summaryRemainingNonLaborUnits property.
|
void |
setSummaryRemainingStartDate(LocalDateTime value)
Sets the value of the summaryRemainingStartDate property.
|
void |
setSummaryRemainingTotalCost(Double value)
Sets the value of the summaryRemainingTotalCost property.
|
void |
setSummarySchedulePercentComplete(Double value)
Sets the value of the summarySchedulePercentComplete property.
|
void |
setSummarySchedulePercentCompleteByLaborUnits(Double value)
Sets the value of the summarySchedulePercentCompleteByLaborUnits property.
|
void |
setSummarySchedulePerformanceIndexByCost(Double value)
Sets the value of the summarySchedulePerformanceIndexByCost property.
|
void |
setSummarySchedulePerformanceIndexByLaborUnits(Double value)
Sets the value of the summarySchedulePerformanceIndexByLaborUnits property.
|
void |
setSummaryScheduleVarianceByCost(Double value)
Sets the value of the summaryScheduleVarianceByCost property.
|
void |
setSummaryScheduleVarianceByLaborUnits(Double value)
Sets the value of the summaryScheduleVarianceByLaborUnits property.
|
void |
setSummaryScheduleVarianceIndex(Double value)
Sets the value of the summaryScheduleVarianceIndex property.
|
void |
setSummaryScheduleVarianceIndexByCost(Double value)
Sets the value of the summaryScheduleVarianceIndexByCost property.
|
void |
setSummaryScheduleVarianceIndexByLaborUnits(Double value)
Sets the value of the summaryScheduleVarianceIndexByLaborUnits property.
|
void |
setSummaryStartDateVariance(Double value)
Sets the value of the summaryStartDateVariance property.
|
void |
setSummaryToCompletePerformanceIndexByCost(Double value)
Sets the value of the summaryToCompletePerformanceIndexByCost property.
|
void |
setSummaryTotalCostVariance(Double value)
Sets the value of the summaryTotalCostVariance property.
|
void |
setSummaryTotalFloat(Double value)
Sets the value of the summaryTotalFloat property.
|
void |
setSummaryUnitsPercentComplete(Double value)
Sets the value of the summaryUnitsPercentComplete property.
|
void |
setSummaryVarianceAtCompletionByLaborUnits(Double value)
Sets the value of the summaryVarianceAtCompletionByLaborUnits property.
|
void |
setTotalBenefitPlan(Double value)
Sets the value of the totalBenefitPlan property.
|
void |
setTotalBenefitPlanTally(Double value)
Sets the value of the totalBenefitPlanTally property.
|
void |
setTotalSpendingPlan(Double value)
Sets the value of the totalSpendingPlan property.
|
void |
setTotalSpendingPlanTally(Double value)
Sets the value of the totalSpendingPlanTally property.
|
void |
setUnallocatedBudget(Double value)
Sets the value of the unallocatedBudget property.
|
void |
setUndistributedCurrentVariance(Double value)
Sets the value of the undistributedCurrentVariance property.
|
void |
setWBSCategoryObjectId(Integer value)
Sets the value of the wbsCategoryObjectId property.
|
void |
setWBSMilestonePercentComplete(Double value)
Sets the value of the wbsMilestonePercentComplete property.
|
protected LocalDateTime anticipatedFinishDate
protected LocalDateTime anticipatedStartDate
protected String code
protected Boolean containsSummaryData
protected LocalDateTime createDate
protected String createUser
protected Double currentBudget
protected Double currentVariance
protected Double distributedCurrentBudget
protected String earnedValueComputeType
protected String earnedValueETCComputeType
protected Double earnedValueETCUserValue
protected Double earnedValueUserPercent
protected Double estimatedWeight
protected LocalDateTime finishDate
protected LocalDateTime forecastFinishDate
protected LocalDateTime forecastStartDate
protected String guid
protected Double independentETCLaborUnits
protected Double independentETCTotalCost
protected String integratedType
protected Boolean integratedWBS
protected Boolean isBaseline
protected Boolean isTemplate
protected Boolean isWorkPackage
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String name
protected String obsName
protected Integer obsObjectId
protected Integer objectId
protected Double originalBudget
protected Integer parentObjectId
protected String phaseName
protected String projectId
protected Integer projectObjectId
protected Double proposedBudget
protected LocalDateTime rolledUpFinishDate
protected LocalDateTime rolledUpStartDate
protected Integer sequenceNumber
protected LocalDateTime startDate
protected String status
protected String statusReviewerName
protected String statusReviewerObjectId
protected Double summaryAccountingVarianceByCost
protected Double summaryAccountingVarianceByLaborUnits
protected Integer summaryActivityCount
protected Double summaryActualDuration
protected Double summaryActualExpenseCost
protected LocalDateTime summaryActualFinishDate
protected Double summaryActualLaborCost
protected Double summaryActualLaborUnits
protected Double summaryActualMaterialCost
protected Double summaryActualNonLaborCost
protected Double summaryActualNonLaborUnits
protected LocalDateTime summaryActualStartDate
protected Double summaryActualThisPeriodCost
protected Double summaryActualThisPeriodLaborCost
protected Double summaryActualThisPeriodLaborUnits
protected Double summaryActualThisPeriodMaterialCost
protected Double summaryActualThisPeriodNonLaborCost
protected Double summaryActualThisPeriodNonLaborUnits
protected Double summaryActualTotalCost
protected Double summaryActualValueByCost
protected Double summaryActualValueByLaborUnits
protected Double summaryAtCompletionDuration
protected Double summaryAtCompletionExpenseCost
protected Double summaryAtCompletionLaborCost
protected Double summaryAtCompletionLaborUnits
protected Double summaryAtCompletionMaterialCost
protected Double summaryAtCompletionNonLaborCost
protected Double summaryAtCompletionNonLaborUnits
protected Double summaryAtCompletionTotalCost
protected Double summaryAtCompletionTotalCostVariance
protected Integer summaryBaselineCompletedActivityCount
protected Double summaryBaselineDuration
protected Double summaryBaselineExpenseCost
protected LocalDateTime summaryBaselineFinishDate
protected Integer summaryBaselineInProgressActivityCount
protected Double summaryBaselineLaborCost
protected Double summaryBaselineLaborUnits
protected Double summaryBaselineMaterialCost
protected Double summaryBaselineNonLaborCost
protected Double summaryBaselineNonLaborUnits
protected Integer summaryBaselineNotStartedActivityCount
protected LocalDateTime summaryBaselineStartDate
protected Double summaryBaselineTotalCost
protected Double summaryBudgetAtCompletionByCost
protected Double summaryBudgetAtCompletionByLaborUnits
protected Integer summaryCompletedActivityCount
protected Double summaryCostPercentComplete
protected Double summaryCostPercentOfPlanned
protected Double summaryCostPerformanceIndexByCost
protected Double summaryCostPerformanceIndexByLaborUnits
protected Double summaryCostVarianceByCost
protected Double summaryCostVarianceByLaborUnits
protected Double summaryCostVarianceIndex
protected Double summaryCostVarianceIndexByCost
protected Double summaryCostVarianceIndexByLaborUnits
protected Double summaryDurationPercentComplete
protected Double summaryDurationPercentOfPlanned
protected Double summaryDurationVariance
protected Double summaryEarnedValueByCost
protected Double summaryEarnedValueByLaborUnits
protected Double summaryEstimateAtCompletionByCost
protected Double summaryEstimateAtCompletionByLaborUnits
protected Double summaryEstimateAtCompletionHighPercentByLaborUnits
protected Double summaryEstimateAtCompletionLowPercentByLaborUnits
protected Double summaryEstimateToCompleteByCost
protected Double summaryEstimateToCompleteByLaborUnits
protected Double summaryExpenseCostPercentComplete
protected Double summaryExpenseCostVariance
protected Double summaryFinishDateVariance
protected Integer summaryInProgressActivityCount
protected Double summaryLaborCostPercentComplete
protected Double summaryLaborCostVariance
protected Double summaryLaborUnitsPercentComplete
protected Double summaryLaborUnitsVariance
protected Double summaryMaterialCostPercentComplete
protected Double summaryMaterialCostVariance
protected Double summaryNonLaborCostPercentComplete
protected Double summaryNonLaborCostVariance
protected Double summaryNonLaborUnitsPercentComplete
protected Double summaryNonLaborUnitsVariance
protected Integer summaryNotStartedActivityCount
protected Double summaryPerformancePercentCompleteByCost
protected Double summaryPerformancePercentCompleteByLaborUnits
protected Double summaryPlannedCost
protected Double summaryPlannedDuration
protected Double summaryPlannedExpenseCost
protected LocalDateTime summaryPlannedFinishDate
protected Double summaryPlannedLaborCost
protected Double summaryPlannedLaborUnits
protected Double summaryPlannedMaterialCost
protected Double summaryPlannedNonLaborCost
protected Double summaryPlannedNonLaborUnits
protected LocalDateTime summaryPlannedStartDate
protected Double summaryPlannedValueByCost
protected Double summaryPlannedValueByLaborUnits
protected LocalDateTime summaryProgressFinishDate
protected Double summaryRemainingDuration
protected Double summaryRemainingExpenseCost
protected LocalDateTime summaryRemainingFinishDate
protected Double summaryRemainingLaborCost
protected Double summaryRemainingLaborUnits
protected Double summaryRemainingMaterialCost
protected Double summaryRemainingNonLaborCost
protected Double summaryRemainingNonLaborUnits
protected LocalDateTime summaryRemainingStartDate
protected Double summaryRemainingTotalCost
protected Double summarySchedulePercentComplete
protected Double summarySchedulePercentCompleteByLaborUnits
protected Double summarySchedulePerformanceIndexByCost
protected Double summarySchedulePerformanceIndexByLaborUnits
protected Double summaryScheduleVarianceByCost
protected Double summaryScheduleVarianceByLaborUnits
protected Double summaryScheduleVarianceIndex
protected Double summaryScheduleVarianceIndexByCost
protected Double summaryScheduleVarianceIndexByLaborUnits
protected Double summaryStartDateVariance
protected Double summaryToCompletePerformanceIndexByCost
protected Double summaryTotalCostVariance
protected Double summaryTotalFloat
protected Double summaryUnitsPercentComplete
protected Double summaryVarianceAtCompletionByLaborUnits
protected Double totalBenefitPlan
protected Double totalBenefitPlanTally
protected Double totalSpendingPlan
protected Double totalSpendingPlanTally
protected Double unallocatedBudget
protected Double undistributedCurrentVariance
protected Integer wbsCategoryObjectId
protected Double wbsMilestonePercentComplete
protected List<UDFAssignmentType> udf
protected EPSProjectWBSSpreadType spread
protected List<ProjectResourceSpreadType> wbsResourceSpread
protected List<ProjectRoleSpreadType> wbsRoleSpread
public LocalDateTime getAnticipatedFinishDate()
String
public void setAnticipatedFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getAnticipatedStartDate()
String
public void setAnticipatedStartDate(LocalDateTime value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public Boolean isContainsSummaryData()
String
public void setContainsSummaryData(Boolean value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public Double getCurrentBudget()
String
public void setCurrentBudget(Double value)
value
- allowed object is
String
public Double getCurrentVariance()
String
public void setCurrentVariance(Double value)
value
- allowed object is
String
public Double getDistributedCurrentBudget()
String
public void setDistributedCurrentBudget(Double value)
value
- allowed object is
String
public String getEarnedValueComputeType()
String
public void setEarnedValueComputeType(String value)
value
- allowed object is
String
public String getEarnedValueETCComputeType()
String
public void setEarnedValueETCComputeType(String value)
value
- allowed object is
String
public Double getEarnedValueETCUserValue()
String
public void setEarnedValueETCUserValue(Double value)
value
- allowed object is
String
public Double getEarnedValueUserPercent()
String
public void setEarnedValueUserPercent(Double value)
value
- allowed object is
String
public Double getEstimatedWeight()
String
public void setEstimatedWeight(Double value)
value
- allowed object is
String
public LocalDateTime getFinishDate()
String
public void setFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getForecastFinishDate()
String
public void setForecastFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getForecastStartDate()
String
public void setForecastStartDate(LocalDateTime value)
value
- allowed object is
String
public String getGUID()
String
public void setGUID(String value)
value
- allowed object is
String
public Double getIndependentETCLaborUnits()
String
public void setIndependentETCLaborUnits(Double value)
value
- allowed object is
String
public Double getIndependentETCTotalCost()
String
public void setIndependentETCTotalCost(Double value)
value
- allowed object is
String
public String getIntegratedType()
String
public void setIntegratedType(String value)
value
- allowed object is
String
public Boolean isIntegratedWBS()
String
public void setIntegratedWBS(Boolean value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public Boolean isIsWorkPackage()
String
public void setIsWorkPackage(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getOBSName()
String
public void setOBSName(String value)
value
- allowed object is
String
public Integer getOBSObjectId()
Integer
public void setOBSObjectId(Integer value)
value
- allowed object is
Integer
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Double getOriginalBudget()
String
public void setOriginalBudget(Double value)
value
- allowed object is
String
public Integer getParentObjectId()
Integer
public void setParentObjectId(Integer value)
value
- allowed object is
Integer
public String getPhaseName()
String
public void setPhaseName(String value)
value
- allowed object is
String
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getProposedBudget()
String
public void setProposedBudget(Double value)
value
- allowed object is
String
public LocalDateTime getRolledUpFinishDate()
String
public void setRolledUpFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getRolledUpStartDate()
String
public void setRolledUpStartDate(LocalDateTime value)
value
- allowed object is
String
public Integer getSequenceNumber()
Integer
public void setSequenceNumber(Integer value)
value
- allowed object is
Integer
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getStatusReviewerName()
String
public void setStatusReviewerName(String value)
value
- allowed object is
String
public String getStatusReviewerObjectId()
String
public void setStatusReviewerObjectId(String value)
value
- allowed object is
String
public Double getSummaryAccountingVarianceByCost()
String
public void setSummaryAccountingVarianceByCost(Double value)
value
- allowed object is
String
public Double getSummaryAccountingVarianceByLaborUnits()
String
public void setSummaryAccountingVarianceByLaborUnits(Double value)
value
- allowed object is
String
public Integer getSummaryActivityCount()
Integer
public void setSummaryActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryActualDuration()
String
public void setSummaryActualDuration(Double value)
value
- allowed object is
String
public Double getSummaryActualExpenseCost()
String
public void setSummaryActualExpenseCost(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryActualFinishDate()
String
public void setSummaryActualFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryActualLaborCost()
String
public void setSummaryActualLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryActualLaborUnits()
String
public void setSummaryActualLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryActualMaterialCost()
String
public void setSummaryActualMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryActualNonLaborCost()
String
public void setSummaryActualNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryActualNonLaborUnits()
String
public void setSummaryActualNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryActualStartDate()
String
public void setSummaryActualStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodCost()
String
public void setSummaryActualThisPeriodCost(Double value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodLaborCost()
String
public void setSummaryActualThisPeriodLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodLaborUnits()
String
public void setSummaryActualThisPeriodLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodMaterialCost()
String
public void setSummaryActualThisPeriodMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodNonLaborCost()
String
public void setSummaryActualThisPeriodNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryActualThisPeriodNonLaborUnits()
String
public void setSummaryActualThisPeriodNonLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryActualTotalCost()
String
public void setSummaryActualTotalCost(Double value)
value
- allowed object is
String
public Double getSummaryActualValueByCost()
String
public void setSummaryActualValueByCost(Double value)
value
- allowed object is
String
public Double getSummaryActualValueByLaborUnits()
String
public void setSummaryActualValueByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionDuration()
String
public void setSummaryAtCompletionDuration(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionExpenseCost()
String
public void setSummaryAtCompletionExpenseCost(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionLaborCost()
String
public void setSummaryAtCompletionLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionLaborUnits()
String
public void setSummaryAtCompletionLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionMaterialCost()
String
public void setSummaryAtCompletionMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionNonLaborCost()
String
public void setSummaryAtCompletionNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionNonLaborUnits()
String
public void setSummaryAtCompletionNonLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionTotalCost()
String
public void setSummaryAtCompletionTotalCost(Double value)
value
- allowed object is
String
public Double getSummaryAtCompletionTotalCostVariance()
String
public void setSummaryAtCompletionTotalCostVariance(Double value)
value
- allowed object is
String
public Integer getSummaryBaselineCompletedActivityCount()
Integer
public void setSummaryBaselineCompletedActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryBaselineDuration()
String
public void setSummaryBaselineDuration(Double value)
value
- allowed object is
String
public Double getSummaryBaselineExpenseCost()
String
public void setSummaryBaselineExpenseCost(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryBaselineFinishDate()
String
public void setSummaryBaselineFinishDate(LocalDateTime value)
value
- allowed object is
String
public Integer getSummaryBaselineInProgressActivityCount()
Integer
public void setSummaryBaselineInProgressActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryBaselineLaborCost()
String
public void setSummaryBaselineLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryBaselineLaborUnits()
String
public void setSummaryBaselineLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryBaselineMaterialCost()
String
public void setSummaryBaselineMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryBaselineNonLaborCost()
String
public void setSummaryBaselineNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryBaselineNonLaborUnits()
String
public void setSummaryBaselineNonLaborUnits(Double value)
value
- allowed object is
String
public Integer getSummaryBaselineNotStartedActivityCount()
Integer
public void setSummaryBaselineNotStartedActivityCount(Integer value)
value
- allowed object is
Integer
public LocalDateTime getSummaryBaselineStartDate()
String
public void setSummaryBaselineStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryBaselineTotalCost()
String
public void setSummaryBaselineTotalCost(Double value)
value
- allowed object is
String
public Double getSummaryBudgetAtCompletionByCost()
String
public void setSummaryBudgetAtCompletionByCost(Double value)
value
- allowed object is
String
public Double getSummaryBudgetAtCompletionByLaborUnits()
String
public void setSummaryBudgetAtCompletionByLaborUnits(Double value)
value
- allowed object is
String
public Integer getSummaryCompletedActivityCount()
Integer
public void setSummaryCompletedActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryCostPercentComplete()
String
public void setSummaryCostPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryCostPercentOfPlanned()
String
public void setSummaryCostPercentOfPlanned(Double value)
value
- allowed object is
String
public Double getSummaryCostPerformanceIndexByCost()
String
public void setSummaryCostPerformanceIndexByCost(Double value)
value
- allowed object is
String
public Double getSummaryCostPerformanceIndexByLaborUnits()
String
public void setSummaryCostPerformanceIndexByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryCostVarianceByCost()
String
public void setSummaryCostVarianceByCost(Double value)
value
- allowed object is
String
public Double getSummaryCostVarianceByLaborUnits()
String
public void setSummaryCostVarianceByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryCostVarianceIndex()
String
public void setSummaryCostVarianceIndex(Double value)
value
- allowed object is
String
public Double getSummaryCostVarianceIndexByCost()
String
public void setSummaryCostVarianceIndexByCost(Double value)
value
- allowed object is
String
public Double getSummaryCostVarianceIndexByLaborUnits()
String
public void setSummaryCostVarianceIndexByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryDurationPercentComplete()
String
public void setSummaryDurationPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryDurationPercentOfPlanned()
String
public void setSummaryDurationPercentOfPlanned(Double value)
value
- allowed object is
String
public Double getSummaryDurationVariance()
String
public void setSummaryDurationVariance(Double value)
value
- allowed object is
String
public Double getSummaryEarnedValueByCost()
String
public void setSummaryEarnedValueByCost(Double value)
value
- allowed object is
String
public Double getSummaryEarnedValueByLaborUnits()
String
public void setSummaryEarnedValueByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryEstimateAtCompletionByCost()
String
public void setSummaryEstimateAtCompletionByCost(Double value)
value
- allowed object is
String
public Double getSummaryEstimateAtCompletionByLaborUnits()
String
public void setSummaryEstimateAtCompletionByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryEstimateAtCompletionHighPercentByLaborUnits()
String
public void setSummaryEstimateAtCompletionHighPercentByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryEstimateAtCompletionLowPercentByLaborUnits()
String
public void setSummaryEstimateAtCompletionLowPercentByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryEstimateToCompleteByCost()
String
public void setSummaryEstimateToCompleteByCost(Double value)
value
- allowed object is
String
public Double getSummaryEstimateToCompleteByLaborUnits()
String
public void setSummaryEstimateToCompleteByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryExpenseCostPercentComplete()
String
public void setSummaryExpenseCostPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryExpenseCostVariance()
String
public void setSummaryExpenseCostVariance(Double value)
value
- allowed object is
String
public Double getSummaryFinishDateVariance()
String
public void setSummaryFinishDateVariance(Double value)
value
- allowed object is
String
public Integer getSummaryInProgressActivityCount()
Integer
public void setSummaryInProgressActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryLaborCostPercentComplete()
String
public void setSummaryLaborCostPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryLaborCostVariance()
String
public void setSummaryLaborCostVariance(Double value)
value
- allowed object is
String
public Double getSummaryLaborUnitsPercentComplete()
String
public void setSummaryLaborUnitsPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryLaborUnitsVariance()
String
public void setSummaryLaborUnitsVariance(Double value)
value
- allowed object is
String
public Double getSummaryMaterialCostPercentComplete()
String
public void setSummaryMaterialCostPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryMaterialCostVariance()
String
public void setSummaryMaterialCostVariance(Double value)
value
- allowed object is
String
public Double getSummaryNonLaborCostPercentComplete()
String
public void setSummaryNonLaborCostPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryNonLaborCostVariance()
String
public void setSummaryNonLaborCostVariance(Double value)
value
- allowed object is
String
public Double getSummaryNonLaborUnitsPercentComplete()
String
public void setSummaryNonLaborUnitsPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryNonLaborUnitsVariance()
String
public void setSummaryNonLaborUnitsVariance(Double value)
value
- allowed object is
String
public Integer getSummaryNotStartedActivityCount()
Integer
public void setSummaryNotStartedActivityCount(Integer value)
value
- allowed object is
Integer
public Double getSummaryPerformancePercentCompleteByCost()
String
public void setSummaryPerformancePercentCompleteByCost(Double value)
value
- allowed object is
String
public Double getSummaryPerformancePercentCompleteByLaborUnits()
String
public void setSummaryPerformancePercentCompleteByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryPlannedCost()
String
public void setSummaryPlannedCost(Double value)
value
- allowed object is
String
public Double getSummaryPlannedDuration()
String
public void setSummaryPlannedDuration(Double value)
value
- allowed object is
String
public Double getSummaryPlannedExpenseCost()
String
public void setSummaryPlannedExpenseCost(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryPlannedFinishDate()
String
public void setSummaryPlannedFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryPlannedLaborCost()
String
public void setSummaryPlannedLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryPlannedLaborUnits()
String
public void setSummaryPlannedLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryPlannedMaterialCost()
String
public void setSummaryPlannedMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryPlannedNonLaborCost()
String
public void setSummaryPlannedNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryPlannedNonLaborUnits()
String
public void setSummaryPlannedNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryPlannedStartDate()
String
public void setSummaryPlannedStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryPlannedValueByCost()
String
public void setSummaryPlannedValueByCost(Double value)
value
- allowed object is
String
public Double getSummaryPlannedValueByLaborUnits()
String
public void setSummaryPlannedValueByLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryProgressFinishDate()
String
public void setSummaryProgressFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryRemainingDuration()
String
public void setSummaryRemainingDuration(Double value)
value
- allowed object is
String
public Double getSummaryRemainingExpenseCost()
String
public void setSummaryRemainingExpenseCost(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryRemainingFinishDate()
String
public void setSummaryRemainingFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryRemainingLaborCost()
String
public void setSummaryRemainingLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryRemainingLaborUnits()
String
public void setSummaryRemainingLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryRemainingMaterialCost()
String
public void setSummaryRemainingMaterialCost(Double value)
value
- allowed object is
String
public Double getSummaryRemainingNonLaborCost()
String
public void setSummaryRemainingNonLaborCost(Double value)
value
- allowed object is
String
public Double getSummaryRemainingNonLaborUnits()
String
public void setSummaryRemainingNonLaborUnits(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryRemainingStartDate()
String
public void setSummaryRemainingStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryRemainingTotalCost()
String
public void setSummaryRemainingTotalCost(Double value)
value
- allowed object is
String
public Double getSummarySchedulePercentComplete()
String
public void setSummarySchedulePercentComplete(Double value)
value
- allowed object is
String
public Double getSummarySchedulePercentCompleteByLaborUnits()
String
public void setSummarySchedulePercentCompleteByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummarySchedulePerformanceIndexByCost()
String
public void setSummarySchedulePerformanceIndexByCost(Double value)
value
- allowed object is
String
public Double getSummarySchedulePerformanceIndexByLaborUnits()
String
public void setSummarySchedulePerformanceIndexByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryScheduleVarianceByCost()
String
public void setSummaryScheduleVarianceByCost(Double value)
value
- allowed object is
String
public Double getSummaryScheduleVarianceByLaborUnits()
String
public void setSummaryScheduleVarianceByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryScheduleVarianceIndex()
String
public void setSummaryScheduleVarianceIndex(Double value)
value
- allowed object is
String
public Double getSummaryScheduleVarianceIndexByCost()
String
public void setSummaryScheduleVarianceIndexByCost(Double value)
value
- allowed object is
String
public Double getSummaryScheduleVarianceIndexByLaborUnits()
String
public void setSummaryScheduleVarianceIndexByLaborUnits(Double value)
value
- allowed object is
String
public Double getSummaryStartDateVariance()
String
public void setSummaryStartDateVariance(Double value)
value
- allowed object is
String
public Double getSummaryToCompletePerformanceIndexByCost()
String
public void setSummaryToCompletePerformanceIndexByCost(Double value)
value
- allowed object is
String
public Double getSummaryTotalCostVariance()
String
public void setSummaryTotalCostVariance(Double value)
value
- allowed object is
String
public Double getSummaryTotalFloat()
String
public void setSummaryTotalFloat(Double value)
value
- allowed object is
String
public Double getSummaryUnitsPercentComplete()
String
public void setSummaryUnitsPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryVarianceAtCompletionByLaborUnits()
String
public void setSummaryVarianceAtCompletionByLaborUnits(Double value)
value
- allowed object is
String
public Double getTotalBenefitPlan()
String
public void setTotalBenefitPlan(Double value)
value
- allowed object is
String
public Double getTotalBenefitPlanTally()
String
public void setTotalBenefitPlanTally(Double value)
value
- allowed object is
String
public Double getTotalSpendingPlan()
String
public void setTotalSpendingPlan(Double value)
value
- allowed object is
String
public Double getTotalSpendingPlanTally()
String
public void setTotalSpendingPlanTally(Double value)
value
- allowed object is
String
public Double getUnallocatedBudget()
String
public void setUnallocatedBudget(Double value)
value
- allowed object is
String
public Double getUndistributedCurrentVariance()
String
public void setUndistributedCurrentVariance(Double value)
value
- allowed object is
String
public Integer getWBSCategoryObjectId()
Integer
public void setWBSCategoryObjectId(Integer value)
value
- allowed object is
Integer
public Double getWBSMilestonePercentComplete()
String
public void setWBSMilestonePercentComplete(Double value)
value
- allowed object is
String
public List<UDFAssignmentType> getUDF()
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 udf property.
For example, to add a new item, do as follows:
getUDF().add(newItem);
Objects of the following type(s) are allowed in the list
UDFAssignmentType
public EPSProjectWBSSpreadType getSpread()
EPSProjectWBSSpreadType
public void setSpread(EPSProjectWBSSpreadType value)
value
- allowed object is
EPSProjectWBSSpreadType
public List<ProjectResourceSpreadType> getWBSResourceSpread()
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 wbsResourceSpread property.
For example, to add a new item, do as follows:
getWBSResourceSpread().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectResourceSpreadType
public List<ProjectRoleSpreadType> getWBSRoleSpread()
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 wbsRoleSpread property.
For example, to add a new item, do as follows:
getWBSRoleSpread().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectRoleSpreadType
Copyright © 2000–2024 Packwood Software. All rights reserved.