// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.08.02 at 12:16:58 PM BST // package net.sf.mpxj.primavera.schema; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * <p>Java class for EPSType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="EPSType"> * <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="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="FinishDate" 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="Id" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="IndependentETCLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="IndependentETCTotalCost" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="LastSummarizedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="PlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <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="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="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="TotalFunding" 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="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Spread" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}EPSProjectWBSSpreadType" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "EPSType", propOrder = { "anticipatedFinishDate", "anticipatedStartDate", "createDate", "createUser", "currentBudget", "currentVariance", "distributedCurrentBudget", "finishDate", "guid", "id", "independentETCLaborUnits", "independentETCTotalCost", "lastSummarizedDate", "lastUpdateDate", "lastUpdateUser", "name", "obsName", "obsObjectId", "objectId", "originalBudget", "parentObjectId", "plannedStartDate", "projectObjectId", "proposedBudget", "sequenceNumber", "startDate", "summaryAccountingVarianceByCost", "summaryAccountingVarianceByLaborUnits", "summaryActivityCount", "summaryActualDuration", "summaryActualExpenseCost", "summaryActualFinishDate", "summaryActualLaborCost", "summaryActualLaborUnits", "summaryActualMaterialCost", "summaryActualNonLaborCost", "summaryActualNonLaborUnits", "summaryActualStartDate", "summaryActualThisPeriodCost", "summaryActualThisPeriodLaborCost", "summaryActualThisPeriodLaborUnits", "summaryActualThisPeriodMaterialCost", "summaryActualThisPeriodNonLaborCost", "summaryActualThisPeriodNonLaborUnits", "summaryActualTotalCost", "summaryActualValueByCost", "summaryActualValueByLaborUnits", "summaryAtCompletionDuration", "summaryAtCompletionExpenseCost", "summaryAtCompletionLaborCost", "summaryAtCompletionLaborUnits", "summaryAtCompletionMaterialCost", "summaryAtCompletionNonLaborCost", "summaryAtCompletionNonLaborUnits", "summaryAtCompletionTotalCost", "summaryAtCompletionTotalCostVariance", "summaryBaselineCompletedActivityCount", "summaryBaselineDuration", "summaryBaselineExpenseCost", "summaryBaselineFinishDate", "summaryBaselineInProgressActivityCount", "summaryBaselineLaborCost", "summaryBaselineLaborUnits", "summaryBaselineMaterialCost", "summaryBaselineNonLaborCost", "summaryBaselineNonLaborUnits", "summaryBaselineNotStartedActivityCount", "summaryBaselineStartDate", "summaryBaselineTotalCost", "summaryBudgetAtCompletionByCost", "summaryBudgetAtCompletionByLaborUnits", "summaryCompletedActivityCount", "summaryCostPercentComplete", "summaryCostPercentOfPlanned", "summaryCostPerformanceIndexByCost", "summaryCostPerformanceIndexByLaborUnits", "summaryCostVarianceByCost", "summaryCostVarianceByLaborUnits", "summaryCostVarianceIndex", "summaryCostVarianceIndexByCost", "summaryCostVarianceIndexByLaborUnits", "summaryDurationPercentComplete", "summaryDurationPercentOfPlanned", "summaryDurationVariance", "summaryEarnedValueByCost", "summaryEarnedValueByLaborUnits", "summaryEstimateAtCompletionByCost", "summaryEstimateAtCompletionByLaborUnits", "summaryEstimateAtCompletionHighPercentByLaborUnits", "summaryEstimateAtCompletionLowPercentByLaborUnits", "summaryEstimateToCompleteByCost", "summaryEstimateToCompleteByLaborUnits", "summaryExpenseCostPercentComplete", "summaryExpenseCostVariance", "summaryFinishDateVariance", "summaryInProgressActivityCount", "summaryLaborCostPercentComplete", "summaryLaborCostVariance", "summaryLaborUnitsPercentComplete", "summaryLaborUnitsVariance", "summaryMaterialCostPercentComplete", "summaryMaterialCostVariance", "summaryNonLaborCostPercentComplete", "summaryNonLaborCostVariance", "summaryNonLaborUnitsPercentComplete", "summaryNonLaborUnitsVariance", "summaryNotStartedActivityCount", "summaryPerformancePercentCompleteByCost", "summaryPerformancePercentCompleteByLaborUnits", "summaryPlannedCost", "summaryPlannedDuration", "summaryPlannedExpenseCost", "summaryPlannedFinishDate", "summaryPlannedLaborCost", "summaryPlannedLaborUnits", "summaryPlannedMaterialCost", "summaryPlannedNonLaborCost", "summaryPlannedNonLaborUnits", "summaryPlannedStartDate", "summaryPlannedValueByCost", "summaryPlannedValueByLaborUnits", "summaryProgressFinishDate", "summaryRemainingDuration", "summaryRemainingExpenseCost", "summaryRemainingFinishDate", "summaryRemainingLaborCost", "summaryRemainingLaborUnits", "summaryRemainingMaterialCost", "summaryRemainingNonLaborCost", "summaryRemainingNonLaborUnits", "summaryRemainingStartDate", "summaryRemainingTotalCost", "summarySchedulePercentComplete", "summarySchedulePercentCompleteByLaborUnits", "summarySchedulePerformanceIndexByCost", "summarySchedulePerformanceIndexByLaborUnits", "summaryScheduleVarianceByCost", "summaryScheduleVarianceByLaborUnits", "summaryScheduleVarianceIndex", "summaryScheduleVarianceIndexByCost", "summaryScheduleVarianceIndexByLaborUnits", "summaryStartDateVariance", "summaryToCompletePerformanceIndexByCost", "summaryTotalCostVariance", "summaryTotalFloat", "summaryUnitsPercentComplete", "summaryVarianceAtCompletionByLaborUnits", "totalBenefitPlan", "totalBenefitPlanTally", "totalFunding", "totalSpendingPlan", "totalSpendingPlanTally", "unallocatedBudget", "undistributedCurrentVariance", "udf", "spread" }) public class EPSType { @XmlElement(name = "AnticipatedFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date anticipatedFinishDate; @XmlElement(name = "AnticipatedStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date anticipatedStartDate; @XmlElement(name = "CreateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date createDate; @XmlElement(name = "CreateUser") protected String createUser; @XmlElement(name = "CurrentBudget", nillable = true) protected Double currentBudget; @XmlElement(name = "CurrentVariance", nillable = true) protected Double currentVariance; @XmlElement(name = "DistributedCurrentBudget", nillable = true) protected Double distributedCurrentBudget; @XmlElement(name = "FinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date finishDate; @XmlElement(name = "GUID") protected String guid; @XmlElement(name = "Id") protected String id; @XmlElement(name = "IndependentETCLaborUnits", nillable = true) protected Double independentETCLaborUnits; @XmlElement(name = "IndependentETCTotalCost", nillable = true) protected Double independentETCTotalCost; @XmlElement(name = "LastSummarizedDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastSummarizedDate; @XmlElement(name = "LastUpdateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastUpdateDate; @XmlElement(name = "LastUpdateUser") protected String lastUpdateUser; @XmlElement(name = "Name") protected String name; @XmlElement(name = "OBSName") protected String obsName; @XmlElement(name = "OBSObjectId") protected Integer obsObjectId; @XmlElement(name = "ObjectId") protected Integer objectId; @XmlElement(name = "OriginalBudget", nillable = true) protected Double originalBudget; @XmlElement(name = "ParentObjectId", nillable = true) protected Integer parentObjectId; @XmlElement(name = "PlannedStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date plannedStartDate; @XmlElement(name = "ProjectObjectId", nillable = true) protected Integer projectObjectId; @XmlElement(name = "ProposedBudget", nillable = true) protected Double proposedBudget; @XmlElement(name = "SequenceNumber") protected Integer sequenceNumber; @XmlElement(name = "StartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date startDate; @XmlElement(name = "SummaryAccountingVarianceByCost", nillable = true) protected Double summaryAccountingVarianceByCost; @XmlElement(name = "SummaryAccountingVarianceByLaborUnits", nillable = true) protected Double summaryAccountingVarianceByLaborUnits; @XmlElement(name = "SummaryActivityCount", nillable = true) protected Integer summaryActivityCount; @XmlElement(name = "SummaryActualDuration", nillable = true) protected Double summaryActualDuration; @XmlElement(name = "SummaryActualExpenseCost", nillable = true) protected Double summaryActualExpenseCost; @XmlElement(name = "SummaryActualFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryActualFinishDate; @XmlElement(name = "SummaryActualLaborCost", nillable = true) protected Double summaryActualLaborCost; @XmlElement(name = "SummaryActualLaborUnits", nillable = true) protected Double summaryActualLaborUnits; @XmlElement(name = "SummaryActualMaterialCost", nillable = true) protected Double summaryActualMaterialCost; @XmlElement(name = "SummaryActualNonLaborCost", nillable = true) protected Double summaryActualNonLaborCost; @XmlElement(name = "SummaryActualNonLaborUnits", nillable = true) protected Double summaryActualNonLaborUnits; @XmlElement(name = "SummaryActualStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryActualStartDate; @XmlElement(name = "SummaryActualThisPeriodCost", nillable = true) protected Double summaryActualThisPeriodCost; @XmlElement(name = "SummaryActualThisPeriodLaborCost", nillable = true) protected Double summaryActualThisPeriodLaborCost; @XmlElement(name = "SummaryActualThisPeriodLaborUnits", nillable = true) protected Double summaryActualThisPeriodLaborUnits; @XmlElement(name = "SummaryActualThisPeriodMaterialCost", nillable = true) protected Double summaryActualThisPeriodMaterialCost; @XmlElement(name = "SummaryActualThisPeriodNonLaborCost", nillable = true) protected Double summaryActualThisPeriodNonLaborCost; @XmlElement(name = "SummaryActualThisPeriodNonLaborUnits", nillable = true) protected Double summaryActualThisPeriodNonLaborUnits; @XmlElement(name = "SummaryActualTotalCost", nillable = true) protected Double summaryActualTotalCost; @XmlElement(name = "SummaryActualValueByCost", nillable = true) protected Double summaryActualValueByCost; @XmlElement(name = "SummaryActualValueByLaborUnits", nillable = true) protected Double summaryActualValueByLaborUnits; @XmlElement(name = "SummaryAtCompletionDuration", nillable = true) protected Double summaryAtCompletionDuration; @XmlElement(name = "SummaryAtCompletionExpenseCost", nillable = true) protected Double summaryAtCompletionExpenseCost; @XmlElement(name = "SummaryAtCompletionLaborCost", nillable = true) protected Double summaryAtCompletionLaborCost; @XmlElement(name = "SummaryAtCompletionLaborUnits", nillable = true) protected Double summaryAtCompletionLaborUnits; @XmlElement(name = "SummaryAtCompletionMaterialCost", nillable = true) protected Double summaryAtCompletionMaterialCost; @XmlElement(name = "SummaryAtCompletionNonLaborCost", nillable = true) protected Double summaryAtCompletionNonLaborCost; @XmlElement(name = "SummaryAtCompletionNonLaborUnits", nillable = true) protected Double summaryAtCompletionNonLaborUnits; @XmlElement(name = "SummaryAtCompletionTotalCost", nillable = true) protected Double summaryAtCompletionTotalCost; @XmlElement(name = "SummaryAtCompletionTotalCostVariance", nillable = true) protected Double summaryAtCompletionTotalCostVariance; @XmlElement(name = "SummaryBaselineCompletedActivityCount", nillable = true) protected Integer summaryBaselineCompletedActivityCount; @XmlElement(name = "SummaryBaselineDuration", nillable = true) protected Double summaryBaselineDuration; @XmlElement(name = "SummaryBaselineExpenseCost", nillable = true) protected Double summaryBaselineExpenseCost; @XmlElement(name = "SummaryBaselineFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryBaselineFinishDate; @XmlElement(name = "SummaryBaselineInProgressActivityCount", nillable = true) protected Integer summaryBaselineInProgressActivityCount; @XmlElement(name = "SummaryBaselineLaborCost", nillable = true) protected Double summaryBaselineLaborCost; @XmlElement(name = "SummaryBaselineLaborUnits", nillable = true) protected Double summaryBaselineLaborUnits; @XmlElement(name = "SummaryBaselineMaterialCost", nillable = true) protected Double summaryBaselineMaterialCost; @XmlElement(name = "SummaryBaselineNonLaborCost", nillable = true) protected Double summaryBaselineNonLaborCost; @XmlElement(name = "SummaryBaselineNonLaborUnits", nillable = true) protected Double summaryBaselineNonLaborUnits; @XmlElement(name = "SummaryBaselineNotStartedActivityCount", nillable = true) protected Integer summaryBaselineNotStartedActivityCount; @XmlElement(name = "SummaryBaselineStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryBaselineStartDate; @XmlElement(name = "SummaryBaselineTotalCost", nillable = true) protected Double summaryBaselineTotalCost; @XmlElement(name = "SummaryBudgetAtCompletionByCost", nillable = true) protected Double summaryBudgetAtCompletionByCost; @XmlElement(name = "SummaryBudgetAtCompletionByLaborUnits", nillable = true) protected Double summaryBudgetAtCompletionByLaborUnits; @XmlElement(name = "SummaryCompletedActivityCount", nillable = true) protected Integer summaryCompletedActivityCount; @XmlElement(name = "SummaryCostPercentComplete", nillable = true) protected Double summaryCostPercentComplete; @XmlElement(name = "SummaryCostPercentOfPlanned", nillable = true) protected Double summaryCostPercentOfPlanned; @XmlElement(name = "SummaryCostPerformanceIndexByCost", nillable = true) protected Double summaryCostPerformanceIndexByCost; @XmlElement(name = "SummaryCostPerformanceIndexByLaborUnits", nillable = true) protected Double summaryCostPerformanceIndexByLaborUnits; @XmlElement(name = "SummaryCostVarianceByCost", nillable = true) protected Double summaryCostVarianceByCost; @XmlElement(name = "SummaryCostVarianceByLaborUnits", nillable = true) protected Double summaryCostVarianceByLaborUnits; @XmlElement(name = "SummaryCostVarianceIndex", nillable = true) protected Double summaryCostVarianceIndex; @XmlElement(name = "SummaryCostVarianceIndexByCost", nillable = true) protected Double summaryCostVarianceIndexByCost; @XmlElement(name = "SummaryCostVarianceIndexByLaborUnits", nillable = true) protected Double summaryCostVarianceIndexByLaborUnits; @XmlElement(name = "SummaryDurationPercentComplete", nillable = true) protected Double summaryDurationPercentComplete; @XmlElement(name = "SummaryDurationPercentOfPlanned", nillable = true) protected Double summaryDurationPercentOfPlanned; @XmlElement(name = "SummaryDurationVariance", nillable = true) protected Double summaryDurationVariance; @XmlElement(name = "SummaryEarnedValueByCost", nillable = true) protected Double summaryEarnedValueByCost; @XmlElement(name = "SummaryEarnedValueByLaborUnits", nillable = true) protected Double summaryEarnedValueByLaborUnits; @XmlElement(name = "SummaryEstimateAtCompletionByCost", nillable = true) protected Double summaryEstimateAtCompletionByCost; @XmlElement(name = "SummaryEstimateAtCompletionByLaborUnits", nillable = true) protected Double summaryEstimateAtCompletionByLaborUnits; @XmlElement(name = "SummaryEstimateAtCompletionHighPercentByLaborUnits", nillable = true) protected Double summaryEstimateAtCompletionHighPercentByLaborUnits; @XmlElement(name = "SummaryEstimateAtCompletionLowPercentByLaborUnits", nillable = true) protected Double summaryEstimateAtCompletionLowPercentByLaborUnits; @XmlElement(name = "SummaryEstimateToCompleteByCost", nillable = true) protected Double summaryEstimateToCompleteByCost; @XmlElement(name = "SummaryEstimateToCompleteByLaborUnits", nillable = true) protected Double summaryEstimateToCompleteByLaborUnits; @XmlElement(name = "SummaryExpenseCostPercentComplete", nillable = true) protected Double summaryExpenseCostPercentComplete; @XmlElement(name = "SummaryExpenseCostVariance", nillable = true) protected Double summaryExpenseCostVariance; @XmlElement(name = "SummaryFinishDateVariance", nillable = true) protected Double summaryFinishDateVariance; @XmlElement(name = "SummaryInProgressActivityCount", nillable = true) protected Integer summaryInProgressActivityCount; @XmlElement(name = "SummaryLaborCostPercentComplete", nillable = true) protected Double summaryLaborCostPercentComplete; @XmlElement(name = "SummaryLaborCostVariance", nillable = true) protected Double summaryLaborCostVariance; @XmlElement(name = "SummaryLaborUnitsPercentComplete", nillable = true) protected Double summaryLaborUnitsPercentComplete; @XmlElement(name = "SummaryLaborUnitsVariance", nillable = true) protected Double summaryLaborUnitsVariance; @XmlElement(name = "SummaryMaterialCostPercentComplete", nillable = true) protected Double summaryMaterialCostPercentComplete; @XmlElement(name = "SummaryMaterialCostVariance", nillable = true) protected Double summaryMaterialCostVariance; @XmlElement(name = "SummaryNonLaborCostPercentComplete", nillable = true) protected Double summaryNonLaborCostPercentComplete; @XmlElement(name = "SummaryNonLaborCostVariance", nillable = true) protected Double summaryNonLaborCostVariance; @XmlElement(name = "SummaryNonLaborUnitsPercentComplete", nillable = true) protected Double summaryNonLaborUnitsPercentComplete; @XmlElement(name = "SummaryNonLaborUnitsVariance", nillable = true) protected Double summaryNonLaborUnitsVariance; @XmlElement(name = "SummaryNotStartedActivityCount", nillable = true) protected Integer summaryNotStartedActivityCount; @XmlElement(name = "SummaryPerformancePercentCompleteByCost", nillable = true) protected Double summaryPerformancePercentCompleteByCost; @XmlElement(name = "SummaryPerformancePercentCompleteByLaborUnits", nillable = true) protected Double summaryPerformancePercentCompleteByLaborUnits; @XmlElement(name = "SummaryPlannedCost", nillable = true) protected Double summaryPlannedCost; @XmlElement(name = "SummaryPlannedDuration", nillable = true) protected Double summaryPlannedDuration; @XmlElement(name = "SummaryPlannedExpenseCost", nillable = true) protected Double summaryPlannedExpenseCost; @XmlElement(name = "SummaryPlannedFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryPlannedFinishDate; @XmlElement(name = "SummaryPlannedLaborCost", nillable = true) protected Double summaryPlannedLaborCost; @XmlElement(name = "SummaryPlannedLaborUnits", nillable = true) protected Double summaryPlannedLaborUnits; @XmlElement(name = "SummaryPlannedMaterialCost", nillable = true) protected Double summaryPlannedMaterialCost; @XmlElement(name = "SummaryPlannedNonLaborCost", nillable = true) protected Double summaryPlannedNonLaborCost; @XmlElement(name = "SummaryPlannedNonLaborUnits", nillable = true) protected Double summaryPlannedNonLaborUnits; @XmlElement(name = "SummaryPlannedStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryPlannedStartDate; @XmlElement(name = "SummaryPlannedValueByCost", nillable = true) protected Double summaryPlannedValueByCost; @XmlElement(name = "SummaryPlannedValueByLaborUnits", nillable = true) protected Double summaryPlannedValueByLaborUnits; @XmlElement(name = "SummaryProgressFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryProgressFinishDate; @XmlElement(name = "SummaryRemainingDuration", nillable = true) protected Double summaryRemainingDuration; @XmlElement(name = "SummaryRemainingExpenseCost", nillable = true) protected Double summaryRemainingExpenseCost; @XmlElement(name = "SummaryRemainingFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryRemainingFinishDate; @XmlElement(name = "SummaryRemainingLaborCost", nillable = true) protected Double summaryRemainingLaborCost; @XmlElement(name = "SummaryRemainingLaborUnits", nillable = true) protected Double summaryRemainingLaborUnits; @XmlElement(name = "SummaryRemainingMaterialCost", nillable = true) protected Double summaryRemainingMaterialCost; @XmlElement(name = "SummaryRemainingNonLaborCost", nillable = true) protected Double summaryRemainingNonLaborCost; @XmlElement(name = "SummaryRemainingNonLaborUnits", nillable = true) protected Double summaryRemainingNonLaborUnits; @XmlElement(name = "SummaryRemainingStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summaryRemainingStartDate; @XmlElement(name = "SummaryRemainingTotalCost", nillable = true) protected Double summaryRemainingTotalCost; @XmlElement(name = "SummarySchedulePercentComplete", nillable = true) protected Double summarySchedulePercentComplete; @XmlElement(name = "SummarySchedulePercentCompleteByLaborUnits", nillable = true) protected Double summarySchedulePercentCompleteByLaborUnits; @XmlElement(name = "SummarySchedulePerformanceIndexByCost", nillable = true) protected Double summarySchedulePerformanceIndexByCost; @XmlElement(name = "SummarySchedulePerformanceIndexByLaborUnits", nillable = true) protected Double summarySchedulePerformanceIndexByLaborUnits; @XmlElement(name = "SummaryScheduleVarianceByCost", nillable = true) protected Double summaryScheduleVarianceByCost; @XmlElement(name = "SummaryScheduleVarianceByLaborUnits", nillable = true) protected Double summaryScheduleVarianceByLaborUnits; @XmlElement(name = "SummaryScheduleVarianceIndex", nillable = true) protected Double summaryScheduleVarianceIndex; @XmlElement(name = "SummaryScheduleVarianceIndexByCost", nillable = true) protected Double summaryScheduleVarianceIndexByCost; @XmlElement(name = "SummaryScheduleVarianceIndexByLaborUnits", nillable = true) protected Double summaryScheduleVarianceIndexByLaborUnits; @XmlElement(name = "SummaryStartDateVariance", nillable = true) protected Double summaryStartDateVariance; @XmlElement(name = "SummaryToCompletePerformanceIndexByCost", nillable = true) protected Double summaryToCompletePerformanceIndexByCost; @XmlElement(name = "SummaryTotalCostVariance", nillable = true) protected Double summaryTotalCostVariance; @XmlElement(name = "SummaryTotalFloat", nillable = true) protected Double summaryTotalFloat; @XmlElement(name = "SummaryUnitsPercentComplete", nillable = true) protected Double summaryUnitsPercentComplete; @XmlElement(name = "SummaryVarianceAtCompletionByLaborUnits", nillable = true) protected Double summaryVarianceAtCompletionByLaborUnits; @XmlElement(name = "TotalBenefitPlan", nillable = true) protected Double totalBenefitPlan; @XmlElement(name = "TotalBenefitPlanTally", nillable = true) protected Double totalBenefitPlanTally; @XmlElement(name = "TotalFunding", nillable = true) protected Double totalFunding; @XmlElement(name = "TotalSpendingPlan", nillable = true) protected Double totalSpendingPlan; @XmlElement(name = "TotalSpendingPlanTally", nillable = true) protected Double totalSpendingPlanTally; @XmlElement(name = "UnallocatedBudget", nillable = true) protected Double unallocatedBudget; @XmlElement(name = "UndistributedCurrentVariance", nillable = true) protected Double undistributedCurrentVariance; @XmlElement(name = "UDF") protected List<UDFAssignmentType> udf; @XmlElement(name = "Spread") protected EPSProjectWBSSpreadType spread; /** * Gets the value of the anticipatedFinishDate property. * * @return * possible object is * {@link String } * */ public Date getAnticipatedFinishDate() { return anticipatedFinishDate; } /** * Sets the value of the anticipatedFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setAnticipatedFinishDate(Date value) { this.anticipatedFinishDate = value; } /** * Gets the value of the anticipatedStartDate property. * * @return * possible object is * {@link String } * */ public Date getAnticipatedStartDate() { return anticipatedStartDate; } /** * Sets the value of the anticipatedStartDate property. * * @param value * allowed object is * {@link String } * */ public void setAnticipatedStartDate(Date value) { this.anticipatedStartDate = value; } /** * Gets the value of the createDate property. * * @return * possible object is * {@link String } * */ public Date getCreateDate() { return createDate; } /** * Sets the value of the createDate property. * * @param value * allowed object is * {@link String } * */ public void setCreateDate(Date value) { this.createDate = value; } /** * Gets the value of the createUser property. * * @return * possible object is * {@link String } * */ public String getCreateUser() { return createUser; } /** * Sets the value of the createUser property. * * @param value * allowed object is * {@link String } * */ public void setCreateUser(String value) { this.createUser = value; } /** * Gets the value of the currentBudget property. * * @return * possible object is * {@link Double } * */ public Double getCurrentBudget() { return currentBudget; } /** * Sets the value of the currentBudget property. * * @param value * allowed object is * {@link Double } * */ public void setCurrentBudget(Double value) { this.currentBudget = value; } /** * Gets the value of the currentVariance property. * * @return * possible object is * {@link Double } * */ public Double getCurrentVariance() { return currentVariance; } /** * Sets the value of the currentVariance property. * * @param value * allowed object is * {@link Double } * */ public void setCurrentVariance(Double value) { this.currentVariance = value; } /** * Gets the value of the distributedCurrentBudget property. * * @return * possible object is * {@link Double } * */ public Double getDistributedCurrentBudget() { return distributedCurrentBudget; } /** * Sets the value of the distributedCurrentBudget property. * * @param value * allowed object is * {@link Double } * */ public void setDistributedCurrentBudget(Double value) { this.distributedCurrentBudget = value; } /** * Gets the value of the finishDate property. * * @return * possible object is * {@link String } * */ public Date getFinishDate() { return finishDate; } /** * Sets the value of the finishDate property. * * @param value * allowed object is * {@link String } * */ public void setFinishDate(Date value) { this.finishDate = value; } /** * Gets the value of the guid property. * * @return * possible object is * {@link String } * */ public String getGUID() { return guid; } /** * Sets the value of the guid property. * * @param value * allowed object is * {@link String } * */ public void setGUID(String value) { this.guid = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the independentETCLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getIndependentETCLaborUnits() { return independentETCLaborUnits; } /** * Sets the value of the independentETCLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setIndependentETCLaborUnits(Double value) { this.independentETCLaborUnits = value; } /** * Gets the value of the independentETCTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getIndependentETCTotalCost() { return independentETCTotalCost; } /** * Sets the value of the independentETCTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setIndependentETCTotalCost(Double value) { this.independentETCTotalCost = value; } /** * Gets the value of the lastSummarizedDate property. * * @return * possible object is * {@link String } * */ public Date getLastSummarizedDate() { return lastSummarizedDate; } /** * Sets the value of the lastSummarizedDate property. * * @param value * allowed object is * {@link String } * */ public void setLastSummarizedDate(Date value) { this.lastSummarizedDate = value; } /** * Gets the value of the lastUpdateDate property. * * @return * possible object is * {@link String } * */ public Date getLastUpdateDate() { return lastUpdateDate; } /** * Sets the value of the lastUpdateDate property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateDate(Date value) { this.lastUpdateDate = value; } /** * Gets the value of the lastUpdateUser property. * * @return * possible object is * {@link String } * */ public String getLastUpdateUser() { return lastUpdateUser; } /** * Sets the value of the lastUpdateUser property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateUser(String value) { this.lastUpdateUser = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } /** * Gets the value of the obsName property. * * @return * possible object is * {@link String } * */ public String getOBSName() { return obsName; } /** * Sets the value of the obsName property. * * @param value * allowed object is * {@link String } * */ public void setOBSName(String value) { this.obsName = value; } /** * Gets the value of the obsObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getOBSObjectId() { return obsObjectId; } /** * Sets the value of the obsObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setOBSObjectId(Integer value) { this.obsObjectId = value; } /** * Gets the value of the objectId property. * * @return * possible object is * {@link Integer } * */ public Integer getObjectId() { return objectId; } /** * Sets the value of the objectId property. * * @param value * allowed object is * {@link Integer } * */ public void setObjectId(Integer value) { this.objectId = value; } /** * Gets the value of the originalBudget property. * * @return * possible object is * {@link Double } * */ public Double getOriginalBudget() { return originalBudget; } /** * Sets the value of the originalBudget property. * * @param value * allowed object is * {@link Double } * */ public void setOriginalBudget(Double value) { this.originalBudget = value; } /** * Gets the value of the parentObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getParentObjectId() { return parentObjectId; } /** * Sets the value of the parentObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setParentObjectId(Integer value) { this.parentObjectId = value; } /** * Gets the value of the plannedStartDate property. * * @return * possible object is * {@link String } * */ public Date getPlannedStartDate() { return plannedStartDate; } /** * Sets the value of the plannedStartDate property. * * @param value * allowed object is * {@link String } * */ public void setPlannedStartDate(Date value) { this.plannedStartDate = value; } /** * Gets the value of the projectObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getProjectObjectId() { return projectObjectId; } /** * Sets the value of the projectObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setProjectObjectId(Integer value) { this.projectObjectId = value; } /** * Gets the value of the proposedBudget property. * * @return * possible object is * {@link Double } * */ public Double getProposedBudget() { return proposedBudget; } /** * Sets the value of the proposedBudget property. * * @param value * allowed object is * {@link Double } * */ public void setProposedBudget(Double value) { this.proposedBudget = value; } /** * Gets the value of the sequenceNumber property. * * @return * possible object is * {@link Integer } * */ public Integer getSequenceNumber() { return sequenceNumber; } /** * Sets the value of the sequenceNumber property. * * @param value * allowed object is * {@link Integer } * */ public void setSequenceNumber(Integer value) { this.sequenceNumber = value; } /** * Gets the value of the startDate property. * * @return * possible object is * {@link String } * */ public Date getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link String } * */ public void setStartDate(Date value) { this.startDate = value; } /** * Gets the value of the summaryAccountingVarianceByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAccountingVarianceByCost() { return summaryAccountingVarianceByCost; } /** * Sets the value of the summaryAccountingVarianceByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAccountingVarianceByCost(Double value) { this.summaryAccountingVarianceByCost = value; } /** * Gets the value of the summaryAccountingVarianceByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAccountingVarianceByLaborUnits() { return summaryAccountingVarianceByLaborUnits; } /** * Sets the value of the summaryAccountingVarianceByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAccountingVarianceByLaborUnits(Double value) { this.summaryAccountingVarianceByLaborUnits = value; } /** * Gets the value of the summaryActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryActivityCount() { return summaryActivityCount; } /** * Sets the value of the summaryActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryActivityCount(Integer value) { this.summaryActivityCount = value; } /** * Gets the value of the summaryActualDuration property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualDuration() { return summaryActualDuration; } /** * Sets the value of the summaryActualDuration property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualDuration(Double value) { this.summaryActualDuration = value; } /** * Gets the value of the summaryActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualExpenseCost() { return summaryActualExpenseCost; } /** * Sets the value of the summaryActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualExpenseCost(Double value) { this.summaryActualExpenseCost = value; } /** * Gets the value of the summaryActualFinishDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryActualFinishDate() { return summaryActualFinishDate; } /** * Sets the value of the summaryActualFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryActualFinishDate(Date value) { this.summaryActualFinishDate = value; } /** * Gets the value of the summaryActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualLaborCost() { return summaryActualLaborCost; } /** * Sets the value of the summaryActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualLaborCost(Double value) { this.summaryActualLaborCost = value; } /** * Gets the value of the summaryActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualLaborUnits() { return summaryActualLaborUnits; } /** * Sets the value of the summaryActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualLaborUnits(Double value) { this.summaryActualLaborUnits = value; } /** * Gets the value of the summaryActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualMaterialCost() { return summaryActualMaterialCost; } /** * Sets the value of the summaryActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualMaterialCost(Double value) { this.summaryActualMaterialCost = value; } /** * Gets the value of the summaryActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualNonLaborCost() { return summaryActualNonLaborCost; } /** * Sets the value of the summaryActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualNonLaborCost(Double value) { this.summaryActualNonLaborCost = value; } /** * Gets the value of the summaryActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualNonLaborUnits() { return summaryActualNonLaborUnits; } /** * Sets the value of the summaryActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualNonLaborUnits(Double value) { this.summaryActualNonLaborUnits = value; } /** * Gets the value of the summaryActualStartDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryActualStartDate() { return summaryActualStartDate; } /** * Sets the value of the summaryActualStartDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryActualStartDate(Date value) { this.summaryActualStartDate = value; } /** * Gets the value of the summaryActualThisPeriodCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodCost() { return summaryActualThisPeriodCost; } /** * Sets the value of the summaryActualThisPeriodCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodCost(Double value) { this.summaryActualThisPeriodCost = value; } /** * Gets the value of the summaryActualThisPeriodLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodLaborCost() { return summaryActualThisPeriodLaborCost; } /** * Sets the value of the summaryActualThisPeriodLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodLaborCost(Double value) { this.summaryActualThisPeriodLaborCost = value; } /** * Gets the value of the summaryActualThisPeriodLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodLaborUnits() { return summaryActualThisPeriodLaborUnits; } /** * Sets the value of the summaryActualThisPeriodLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodLaborUnits(Double value) { this.summaryActualThisPeriodLaborUnits = value; } /** * Gets the value of the summaryActualThisPeriodMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodMaterialCost() { return summaryActualThisPeriodMaterialCost; } /** * Sets the value of the summaryActualThisPeriodMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodMaterialCost(Double value) { this.summaryActualThisPeriodMaterialCost = value; } /** * Gets the value of the summaryActualThisPeriodNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodNonLaborCost() { return summaryActualThisPeriodNonLaborCost; } /** * Sets the value of the summaryActualThisPeriodNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodNonLaborCost(Double value) { this.summaryActualThisPeriodNonLaborCost = value; } /** * Gets the value of the summaryActualThisPeriodNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualThisPeriodNonLaborUnits() { return summaryActualThisPeriodNonLaborUnits; } /** * Sets the value of the summaryActualThisPeriodNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualThisPeriodNonLaborUnits(Double value) { this.summaryActualThisPeriodNonLaborUnits = value; } /** * Gets the value of the summaryActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualTotalCost() { return summaryActualTotalCost; } /** * Sets the value of the summaryActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualTotalCost(Double value) { this.summaryActualTotalCost = value; } /** * Gets the value of the summaryActualValueByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualValueByCost() { return summaryActualValueByCost; } /** * Sets the value of the summaryActualValueByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualValueByCost(Double value) { this.summaryActualValueByCost = value; } /** * Gets the value of the summaryActualValueByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryActualValueByLaborUnits() { return summaryActualValueByLaborUnits; } /** * Sets the value of the summaryActualValueByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryActualValueByLaborUnits(Double value) { this.summaryActualValueByLaborUnits = value; } /** * Gets the value of the summaryAtCompletionDuration property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionDuration() { return summaryAtCompletionDuration; } /** * Sets the value of the summaryAtCompletionDuration property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionDuration(Double value) { this.summaryAtCompletionDuration = value; } /** * Gets the value of the summaryAtCompletionExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionExpenseCost() { return summaryAtCompletionExpenseCost; } /** * Sets the value of the summaryAtCompletionExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionExpenseCost(Double value) { this.summaryAtCompletionExpenseCost = value; } /** * Gets the value of the summaryAtCompletionLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionLaborCost() { return summaryAtCompletionLaborCost; } /** * Sets the value of the summaryAtCompletionLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionLaborCost(Double value) { this.summaryAtCompletionLaborCost = value; } /** * Gets the value of the summaryAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionLaborUnits() { return summaryAtCompletionLaborUnits; } /** * Sets the value of the summaryAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionLaborUnits(Double value) { this.summaryAtCompletionLaborUnits = value; } /** * Gets the value of the summaryAtCompletionMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionMaterialCost() { return summaryAtCompletionMaterialCost; } /** * Sets the value of the summaryAtCompletionMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionMaterialCost(Double value) { this.summaryAtCompletionMaterialCost = value; } /** * Gets the value of the summaryAtCompletionNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionNonLaborCost() { return summaryAtCompletionNonLaborCost; } /** * Sets the value of the summaryAtCompletionNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionNonLaborCost(Double value) { this.summaryAtCompletionNonLaborCost = value; } /** * Gets the value of the summaryAtCompletionNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionNonLaborUnits() { return summaryAtCompletionNonLaborUnits; } /** * Sets the value of the summaryAtCompletionNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionNonLaborUnits(Double value) { this.summaryAtCompletionNonLaborUnits = value; } /** * Gets the value of the summaryAtCompletionTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionTotalCost() { return summaryAtCompletionTotalCost; } /** * Sets the value of the summaryAtCompletionTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionTotalCost(Double value) { this.summaryAtCompletionTotalCost = value; } /** * Gets the value of the summaryAtCompletionTotalCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryAtCompletionTotalCostVariance() { return summaryAtCompletionTotalCostVariance; } /** * Sets the value of the summaryAtCompletionTotalCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryAtCompletionTotalCostVariance(Double value) { this.summaryAtCompletionTotalCostVariance = value; } /** * Gets the value of the summaryBaselineCompletedActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryBaselineCompletedActivityCount() { return summaryBaselineCompletedActivityCount; } /** * Sets the value of the summaryBaselineCompletedActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryBaselineCompletedActivityCount(Integer value) { this.summaryBaselineCompletedActivityCount = value; } /** * Gets the value of the summaryBaselineDuration property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineDuration() { return summaryBaselineDuration; } /** * Sets the value of the summaryBaselineDuration property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineDuration(Double value) { this.summaryBaselineDuration = value; } /** * Gets the value of the summaryBaselineExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineExpenseCost() { return summaryBaselineExpenseCost; } /** * Sets the value of the summaryBaselineExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineExpenseCost(Double value) { this.summaryBaselineExpenseCost = value; } /** * Gets the value of the summaryBaselineFinishDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryBaselineFinishDate() { return summaryBaselineFinishDate; } /** * Sets the value of the summaryBaselineFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryBaselineFinishDate(Date value) { this.summaryBaselineFinishDate = value; } /** * Gets the value of the summaryBaselineInProgressActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryBaselineInProgressActivityCount() { return summaryBaselineInProgressActivityCount; } /** * Sets the value of the summaryBaselineInProgressActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryBaselineInProgressActivityCount(Integer value) { this.summaryBaselineInProgressActivityCount = value; } /** * Gets the value of the summaryBaselineLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineLaborCost() { return summaryBaselineLaborCost; } /** * Sets the value of the summaryBaselineLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineLaborCost(Double value) { this.summaryBaselineLaborCost = value; } /** * Gets the value of the summaryBaselineLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineLaborUnits() { return summaryBaselineLaborUnits; } /** * Sets the value of the summaryBaselineLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineLaborUnits(Double value) { this.summaryBaselineLaborUnits = value; } /** * Gets the value of the summaryBaselineMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineMaterialCost() { return summaryBaselineMaterialCost; } /** * Sets the value of the summaryBaselineMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineMaterialCost(Double value) { this.summaryBaselineMaterialCost = value; } /** * Gets the value of the summaryBaselineNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineNonLaborCost() { return summaryBaselineNonLaborCost; } /** * Sets the value of the summaryBaselineNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineNonLaborCost(Double value) { this.summaryBaselineNonLaborCost = value; } /** * Gets the value of the summaryBaselineNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineNonLaborUnits() { return summaryBaselineNonLaborUnits; } /** * Sets the value of the summaryBaselineNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineNonLaborUnits(Double value) { this.summaryBaselineNonLaborUnits = value; } /** * Gets the value of the summaryBaselineNotStartedActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryBaselineNotStartedActivityCount() { return summaryBaselineNotStartedActivityCount; } /** * Sets the value of the summaryBaselineNotStartedActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryBaselineNotStartedActivityCount(Integer value) { this.summaryBaselineNotStartedActivityCount = value; } /** * Gets the value of the summaryBaselineStartDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryBaselineStartDate() { return summaryBaselineStartDate; } /** * Sets the value of the summaryBaselineStartDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryBaselineStartDate(Date value) { this.summaryBaselineStartDate = value; } /** * Gets the value of the summaryBaselineTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBaselineTotalCost() { return summaryBaselineTotalCost; } /** * Sets the value of the summaryBaselineTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBaselineTotalCost(Double value) { this.summaryBaselineTotalCost = value; } /** * Gets the value of the summaryBudgetAtCompletionByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBudgetAtCompletionByCost() { return summaryBudgetAtCompletionByCost; } /** * Sets the value of the summaryBudgetAtCompletionByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBudgetAtCompletionByCost(Double value) { this.summaryBudgetAtCompletionByCost = value; } /** * Gets the value of the summaryBudgetAtCompletionByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryBudgetAtCompletionByLaborUnits() { return summaryBudgetAtCompletionByLaborUnits; } /** * Sets the value of the summaryBudgetAtCompletionByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryBudgetAtCompletionByLaborUnits(Double value) { this.summaryBudgetAtCompletionByLaborUnits = value; } /** * Gets the value of the summaryCompletedActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryCompletedActivityCount() { return summaryCompletedActivityCount; } /** * Sets the value of the summaryCompletedActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryCompletedActivityCount(Integer value) { this.summaryCompletedActivityCount = value; } /** * Gets the value of the summaryCostPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostPercentComplete() { return summaryCostPercentComplete; } /** * Sets the value of the summaryCostPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostPercentComplete(Double value) { this.summaryCostPercentComplete = value; } /** * Gets the value of the summaryCostPercentOfPlanned property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostPercentOfPlanned() { return summaryCostPercentOfPlanned; } /** * Sets the value of the summaryCostPercentOfPlanned property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostPercentOfPlanned(Double value) { this.summaryCostPercentOfPlanned = value; } /** * Gets the value of the summaryCostPerformanceIndexByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostPerformanceIndexByCost() { return summaryCostPerformanceIndexByCost; } /** * Sets the value of the summaryCostPerformanceIndexByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostPerformanceIndexByCost(Double value) { this.summaryCostPerformanceIndexByCost = value; } /** * Gets the value of the summaryCostPerformanceIndexByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostPerformanceIndexByLaborUnits() { return summaryCostPerformanceIndexByLaborUnits; } /** * Sets the value of the summaryCostPerformanceIndexByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostPerformanceIndexByLaborUnits(Double value) { this.summaryCostPerformanceIndexByLaborUnits = value; } /** * Gets the value of the summaryCostVarianceByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostVarianceByCost() { return summaryCostVarianceByCost; } /** * Sets the value of the summaryCostVarianceByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostVarianceByCost(Double value) { this.summaryCostVarianceByCost = value; } /** * Gets the value of the summaryCostVarianceByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostVarianceByLaborUnits() { return summaryCostVarianceByLaborUnits; } /** * Sets the value of the summaryCostVarianceByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostVarianceByLaborUnits(Double value) { this.summaryCostVarianceByLaborUnits = value; } /** * Gets the value of the summaryCostVarianceIndex property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostVarianceIndex() { return summaryCostVarianceIndex; } /** * Sets the value of the summaryCostVarianceIndex property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostVarianceIndex(Double value) { this.summaryCostVarianceIndex = value; } /** * Gets the value of the summaryCostVarianceIndexByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostVarianceIndexByCost() { return summaryCostVarianceIndexByCost; } /** * Sets the value of the summaryCostVarianceIndexByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostVarianceIndexByCost(Double value) { this.summaryCostVarianceIndexByCost = value; } /** * Gets the value of the summaryCostVarianceIndexByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryCostVarianceIndexByLaborUnits() { return summaryCostVarianceIndexByLaborUnits; } /** * Sets the value of the summaryCostVarianceIndexByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryCostVarianceIndexByLaborUnits(Double value) { this.summaryCostVarianceIndexByLaborUnits = value; } /** * Gets the value of the summaryDurationPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryDurationPercentComplete() { return summaryDurationPercentComplete; } /** * Sets the value of the summaryDurationPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryDurationPercentComplete(Double value) { this.summaryDurationPercentComplete = value; } /** * Gets the value of the summaryDurationPercentOfPlanned property. * * @return * possible object is * {@link Double } * */ public Double getSummaryDurationPercentOfPlanned() { return summaryDurationPercentOfPlanned; } /** * Sets the value of the summaryDurationPercentOfPlanned property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryDurationPercentOfPlanned(Double value) { this.summaryDurationPercentOfPlanned = value; } /** * Gets the value of the summaryDurationVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryDurationVariance() { return summaryDurationVariance; } /** * Sets the value of the summaryDurationVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryDurationVariance(Double value) { this.summaryDurationVariance = value; } /** * Gets the value of the summaryEarnedValueByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEarnedValueByCost() { return summaryEarnedValueByCost; } /** * Sets the value of the summaryEarnedValueByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEarnedValueByCost(Double value) { this.summaryEarnedValueByCost = value; } /** * Gets the value of the summaryEarnedValueByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEarnedValueByLaborUnits() { return summaryEarnedValueByLaborUnits; } /** * Sets the value of the summaryEarnedValueByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEarnedValueByLaborUnits(Double value) { this.summaryEarnedValueByLaborUnits = value; } /** * Gets the value of the summaryEstimateAtCompletionByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateAtCompletionByCost() { return summaryEstimateAtCompletionByCost; } /** * Sets the value of the summaryEstimateAtCompletionByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateAtCompletionByCost(Double value) { this.summaryEstimateAtCompletionByCost = value; } /** * Gets the value of the summaryEstimateAtCompletionByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateAtCompletionByLaborUnits() { return summaryEstimateAtCompletionByLaborUnits; } /** * Sets the value of the summaryEstimateAtCompletionByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateAtCompletionByLaborUnits(Double value) { this.summaryEstimateAtCompletionByLaborUnits = value; } /** * Gets the value of the summaryEstimateAtCompletionHighPercentByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateAtCompletionHighPercentByLaborUnits() { return summaryEstimateAtCompletionHighPercentByLaborUnits; } /** * Sets the value of the summaryEstimateAtCompletionHighPercentByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateAtCompletionHighPercentByLaborUnits(Double value) { this.summaryEstimateAtCompletionHighPercentByLaborUnits = value; } /** * Gets the value of the summaryEstimateAtCompletionLowPercentByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateAtCompletionLowPercentByLaborUnits() { return summaryEstimateAtCompletionLowPercentByLaborUnits; } /** * Sets the value of the summaryEstimateAtCompletionLowPercentByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateAtCompletionLowPercentByLaborUnits(Double value) { this.summaryEstimateAtCompletionLowPercentByLaborUnits = value; } /** * Gets the value of the summaryEstimateToCompleteByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateToCompleteByCost() { return summaryEstimateToCompleteByCost; } /** * Sets the value of the summaryEstimateToCompleteByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateToCompleteByCost(Double value) { this.summaryEstimateToCompleteByCost = value; } /** * Gets the value of the summaryEstimateToCompleteByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryEstimateToCompleteByLaborUnits() { return summaryEstimateToCompleteByLaborUnits; } /** * Sets the value of the summaryEstimateToCompleteByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryEstimateToCompleteByLaborUnits(Double value) { this.summaryEstimateToCompleteByLaborUnits = value; } /** * Gets the value of the summaryExpenseCostPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryExpenseCostPercentComplete() { return summaryExpenseCostPercentComplete; } /** * Sets the value of the summaryExpenseCostPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryExpenseCostPercentComplete(Double value) { this.summaryExpenseCostPercentComplete = value; } /** * Gets the value of the summaryExpenseCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryExpenseCostVariance() { return summaryExpenseCostVariance; } /** * Sets the value of the summaryExpenseCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryExpenseCostVariance(Double value) { this.summaryExpenseCostVariance = value; } /** * Gets the value of the summaryFinishDateVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryFinishDateVariance() { return summaryFinishDateVariance; } /** * Sets the value of the summaryFinishDateVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryFinishDateVariance(Double value) { this.summaryFinishDateVariance = value; } /** * Gets the value of the summaryInProgressActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryInProgressActivityCount() { return summaryInProgressActivityCount; } /** * Sets the value of the summaryInProgressActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryInProgressActivityCount(Integer value) { this.summaryInProgressActivityCount = value; } /** * Gets the value of the summaryLaborCostPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryLaborCostPercentComplete() { return summaryLaborCostPercentComplete; } /** * Sets the value of the summaryLaborCostPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryLaborCostPercentComplete(Double value) { this.summaryLaborCostPercentComplete = value; } /** * Gets the value of the summaryLaborCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryLaborCostVariance() { return summaryLaborCostVariance; } /** * Sets the value of the summaryLaborCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryLaborCostVariance(Double value) { this.summaryLaborCostVariance = value; } /** * Gets the value of the summaryLaborUnitsPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryLaborUnitsPercentComplete() { return summaryLaborUnitsPercentComplete; } /** * Sets the value of the summaryLaborUnitsPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryLaborUnitsPercentComplete(Double value) { this.summaryLaborUnitsPercentComplete = value; } /** * Gets the value of the summaryLaborUnitsVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryLaborUnitsVariance() { return summaryLaborUnitsVariance; } /** * Sets the value of the summaryLaborUnitsVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryLaborUnitsVariance(Double value) { this.summaryLaborUnitsVariance = value; } /** * Gets the value of the summaryMaterialCostPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryMaterialCostPercentComplete() { return summaryMaterialCostPercentComplete; } /** * Sets the value of the summaryMaterialCostPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryMaterialCostPercentComplete(Double value) { this.summaryMaterialCostPercentComplete = value; } /** * Gets the value of the summaryMaterialCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryMaterialCostVariance() { return summaryMaterialCostVariance; } /** * Sets the value of the summaryMaterialCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryMaterialCostVariance(Double value) { this.summaryMaterialCostVariance = value; } /** * Gets the value of the summaryNonLaborCostPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryNonLaborCostPercentComplete() { return summaryNonLaborCostPercentComplete; } /** * Sets the value of the summaryNonLaborCostPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryNonLaborCostPercentComplete(Double value) { this.summaryNonLaborCostPercentComplete = value; } /** * Gets the value of the summaryNonLaborCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryNonLaborCostVariance() { return summaryNonLaborCostVariance; } /** * Sets the value of the summaryNonLaborCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryNonLaborCostVariance(Double value) { this.summaryNonLaborCostVariance = value; } /** * Gets the value of the summaryNonLaborUnitsPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryNonLaborUnitsPercentComplete() { return summaryNonLaborUnitsPercentComplete; } /** * Sets the value of the summaryNonLaborUnitsPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryNonLaborUnitsPercentComplete(Double value) { this.summaryNonLaborUnitsPercentComplete = value; } /** * Gets the value of the summaryNonLaborUnitsVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryNonLaborUnitsVariance() { return summaryNonLaborUnitsVariance; } /** * Sets the value of the summaryNonLaborUnitsVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryNonLaborUnitsVariance(Double value) { this.summaryNonLaborUnitsVariance = value; } /** * Gets the value of the summaryNotStartedActivityCount property. * * @return * possible object is * {@link Integer } * */ public Integer getSummaryNotStartedActivityCount() { return summaryNotStartedActivityCount; } /** * Sets the value of the summaryNotStartedActivityCount property. * * @param value * allowed object is * {@link Integer } * */ public void setSummaryNotStartedActivityCount(Integer value) { this.summaryNotStartedActivityCount = value; } /** * Gets the value of the summaryPerformancePercentCompleteByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPerformancePercentCompleteByCost() { return summaryPerformancePercentCompleteByCost; } /** * Sets the value of the summaryPerformancePercentCompleteByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPerformancePercentCompleteByCost(Double value) { this.summaryPerformancePercentCompleteByCost = value; } /** * Gets the value of the summaryPerformancePercentCompleteByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPerformancePercentCompleteByLaborUnits() { return summaryPerformancePercentCompleteByLaborUnits; } /** * Sets the value of the summaryPerformancePercentCompleteByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPerformancePercentCompleteByLaborUnits(Double value) { this.summaryPerformancePercentCompleteByLaborUnits = value; } /** * Gets the value of the summaryPlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedCost() { return summaryPlannedCost; } /** * Sets the value of the summaryPlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedCost(Double value) { this.summaryPlannedCost = value; } /** * Gets the value of the summaryPlannedDuration property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedDuration() { return summaryPlannedDuration; } /** * Sets the value of the summaryPlannedDuration property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedDuration(Double value) { this.summaryPlannedDuration = value; } /** * Gets the value of the summaryPlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedExpenseCost() { return summaryPlannedExpenseCost; } /** * Sets the value of the summaryPlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedExpenseCost(Double value) { this.summaryPlannedExpenseCost = value; } /** * Gets the value of the summaryPlannedFinishDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryPlannedFinishDate() { return summaryPlannedFinishDate; } /** * Sets the value of the summaryPlannedFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryPlannedFinishDate(Date value) { this.summaryPlannedFinishDate = value; } /** * Gets the value of the summaryPlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedLaborCost() { return summaryPlannedLaborCost; } /** * Sets the value of the summaryPlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedLaborCost(Double value) { this.summaryPlannedLaborCost = value; } /** * Gets the value of the summaryPlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedLaborUnits() { return summaryPlannedLaborUnits; } /** * Sets the value of the summaryPlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedLaborUnits(Double value) { this.summaryPlannedLaborUnits = value; } /** * Gets the value of the summaryPlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedMaterialCost() { return summaryPlannedMaterialCost; } /** * Sets the value of the summaryPlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedMaterialCost(Double value) { this.summaryPlannedMaterialCost = value; } /** * Gets the value of the summaryPlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedNonLaborCost() { return summaryPlannedNonLaborCost; } /** * Sets the value of the summaryPlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedNonLaborCost(Double value) { this.summaryPlannedNonLaborCost = value; } /** * Gets the value of the summaryPlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedNonLaborUnits() { return summaryPlannedNonLaborUnits; } /** * Sets the value of the summaryPlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedNonLaborUnits(Double value) { this.summaryPlannedNonLaborUnits = value; } /** * Gets the value of the summaryPlannedStartDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryPlannedStartDate() { return summaryPlannedStartDate; } /** * Sets the value of the summaryPlannedStartDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryPlannedStartDate(Date value) { this.summaryPlannedStartDate = value; } /** * Gets the value of the summaryPlannedValueByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedValueByCost() { return summaryPlannedValueByCost; } /** * Sets the value of the summaryPlannedValueByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedValueByCost(Double value) { this.summaryPlannedValueByCost = value; } /** * Gets the value of the summaryPlannedValueByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryPlannedValueByLaborUnits() { return summaryPlannedValueByLaborUnits; } /** * Sets the value of the summaryPlannedValueByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryPlannedValueByLaborUnits(Double value) { this.summaryPlannedValueByLaborUnits = value; } /** * Gets the value of the summaryProgressFinishDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryProgressFinishDate() { return summaryProgressFinishDate; } /** * Sets the value of the summaryProgressFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryProgressFinishDate(Date value) { this.summaryProgressFinishDate = value; } /** * Gets the value of the summaryRemainingDuration property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingDuration() { return summaryRemainingDuration; } /** * Sets the value of the summaryRemainingDuration property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingDuration(Double value) { this.summaryRemainingDuration = value; } /** * Gets the value of the summaryRemainingExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingExpenseCost() { return summaryRemainingExpenseCost; } /** * Sets the value of the summaryRemainingExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingExpenseCost(Double value) { this.summaryRemainingExpenseCost = value; } /** * Gets the value of the summaryRemainingFinishDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryRemainingFinishDate() { return summaryRemainingFinishDate; } /** * Sets the value of the summaryRemainingFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryRemainingFinishDate(Date value) { this.summaryRemainingFinishDate = value; } /** * Gets the value of the summaryRemainingLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingLaborCost() { return summaryRemainingLaborCost; } /** * Sets the value of the summaryRemainingLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingLaborCost(Double value) { this.summaryRemainingLaborCost = value; } /** * Gets the value of the summaryRemainingLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingLaborUnits() { return summaryRemainingLaborUnits; } /** * Sets the value of the summaryRemainingLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingLaborUnits(Double value) { this.summaryRemainingLaborUnits = value; } /** * Gets the value of the summaryRemainingMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingMaterialCost() { return summaryRemainingMaterialCost; } /** * Sets the value of the summaryRemainingMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingMaterialCost(Double value) { this.summaryRemainingMaterialCost = value; } /** * Gets the value of the summaryRemainingNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingNonLaborCost() { return summaryRemainingNonLaborCost; } /** * Sets the value of the summaryRemainingNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingNonLaborCost(Double value) { this.summaryRemainingNonLaborCost = value; } /** * Gets the value of the summaryRemainingNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingNonLaborUnits() { return summaryRemainingNonLaborUnits; } /** * Sets the value of the summaryRemainingNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingNonLaborUnits(Double value) { this.summaryRemainingNonLaborUnits = value; } /** * Gets the value of the summaryRemainingStartDate property. * * @return * possible object is * {@link String } * */ public Date getSummaryRemainingStartDate() { return summaryRemainingStartDate; } /** * Sets the value of the summaryRemainingStartDate property. * * @param value * allowed object is * {@link String } * */ public void setSummaryRemainingStartDate(Date value) { this.summaryRemainingStartDate = value; } /** * Gets the value of the summaryRemainingTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryRemainingTotalCost() { return summaryRemainingTotalCost; } /** * Sets the value of the summaryRemainingTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryRemainingTotalCost(Double value) { this.summaryRemainingTotalCost = value; } /** * Gets the value of the summarySchedulePercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummarySchedulePercentComplete() { return summarySchedulePercentComplete; } /** * Sets the value of the summarySchedulePercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummarySchedulePercentComplete(Double value) { this.summarySchedulePercentComplete = value; } /** * Gets the value of the summarySchedulePercentCompleteByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummarySchedulePercentCompleteByLaborUnits() { return summarySchedulePercentCompleteByLaborUnits; } /** * Sets the value of the summarySchedulePercentCompleteByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummarySchedulePercentCompleteByLaborUnits(Double value) { this.summarySchedulePercentCompleteByLaborUnits = value; } /** * Gets the value of the summarySchedulePerformanceIndexByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummarySchedulePerformanceIndexByCost() { return summarySchedulePerformanceIndexByCost; } /** * Sets the value of the summarySchedulePerformanceIndexByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummarySchedulePerformanceIndexByCost(Double value) { this.summarySchedulePerformanceIndexByCost = value; } /** * Gets the value of the summarySchedulePerformanceIndexByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummarySchedulePerformanceIndexByLaborUnits() { return summarySchedulePerformanceIndexByLaborUnits; } /** * Sets the value of the summarySchedulePerformanceIndexByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummarySchedulePerformanceIndexByLaborUnits(Double value) { this.summarySchedulePerformanceIndexByLaborUnits = value; } /** * Gets the value of the summaryScheduleVarianceByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryScheduleVarianceByCost() { return summaryScheduleVarianceByCost; } /** * Sets the value of the summaryScheduleVarianceByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryScheduleVarianceByCost(Double value) { this.summaryScheduleVarianceByCost = value; } /** * Gets the value of the summaryScheduleVarianceByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryScheduleVarianceByLaborUnits() { return summaryScheduleVarianceByLaborUnits; } /** * Sets the value of the summaryScheduleVarianceByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryScheduleVarianceByLaborUnits(Double value) { this.summaryScheduleVarianceByLaborUnits = value; } /** * Gets the value of the summaryScheduleVarianceIndex property. * * @return * possible object is * {@link Double } * */ public Double getSummaryScheduleVarianceIndex() { return summaryScheduleVarianceIndex; } /** * Sets the value of the summaryScheduleVarianceIndex property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryScheduleVarianceIndex(Double value) { this.summaryScheduleVarianceIndex = value; } /** * Gets the value of the summaryScheduleVarianceIndexByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryScheduleVarianceIndexByCost() { return summaryScheduleVarianceIndexByCost; } /** * Sets the value of the summaryScheduleVarianceIndexByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryScheduleVarianceIndexByCost(Double value) { this.summaryScheduleVarianceIndexByCost = value; } /** * Gets the value of the summaryScheduleVarianceIndexByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryScheduleVarianceIndexByLaborUnits() { return summaryScheduleVarianceIndexByLaborUnits; } /** * Sets the value of the summaryScheduleVarianceIndexByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryScheduleVarianceIndexByLaborUnits(Double value) { this.summaryScheduleVarianceIndexByLaborUnits = value; } /** * Gets the value of the summaryStartDateVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryStartDateVariance() { return summaryStartDateVariance; } /** * Sets the value of the summaryStartDateVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryStartDateVariance(Double value) { this.summaryStartDateVariance = value; } /** * Gets the value of the summaryToCompletePerformanceIndexByCost property. * * @return * possible object is * {@link Double } * */ public Double getSummaryToCompletePerformanceIndexByCost() { return summaryToCompletePerformanceIndexByCost; } /** * Sets the value of the summaryToCompletePerformanceIndexByCost property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryToCompletePerformanceIndexByCost(Double value) { this.summaryToCompletePerformanceIndexByCost = value; } /** * Gets the value of the summaryTotalCostVariance property. * * @return * possible object is * {@link Double } * */ public Double getSummaryTotalCostVariance() { return summaryTotalCostVariance; } /** * Sets the value of the summaryTotalCostVariance property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryTotalCostVariance(Double value) { this.summaryTotalCostVariance = value; } /** * Gets the value of the summaryTotalFloat property. * * @return * possible object is * {@link Double } * */ public Double getSummaryTotalFloat() { return summaryTotalFloat; } /** * Sets the value of the summaryTotalFloat property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryTotalFloat(Double value) { this.summaryTotalFloat = value; } /** * Gets the value of the summaryUnitsPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getSummaryUnitsPercentComplete() { return summaryUnitsPercentComplete; } /** * Sets the value of the summaryUnitsPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryUnitsPercentComplete(Double value) { this.summaryUnitsPercentComplete = value; } /** * Gets the value of the summaryVarianceAtCompletionByLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getSummaryVarianceAtCompletionByLaborUnits() { return summaryVarianceAtCompletionByLaborUnits; } /** * Sets the value of the summaryVarianceAtCompletionByLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setSummaryVarianceAtCompletionByLaborUnits(Double value) { this.summaryVarianceAtCompletionByLaborUnits = value; } /** * Gets the value of the totalBenefitPlan property. * * @return * possible object is * {@link Double } * */ public Double getTotalBenefitPlan() { return totalBenefitPlan; } /** * Sets the value of the totalBenefitPlan property. * * @param value * allowed object is * {@link Double } * */ public void setTotalBenefitPlan(Double value) { this.totalBenefitPlan = value; } /** * Gets the value of the totalBenefitPlanTally property. * * @return * possible object is * {@link Double } * */ public Double getTotalBenefitPlanTally() { return totalBenefitPlanTally; } /** * Sets the value of the totalBenefitPlanTally property. * * @param value * allowed object is * {@link Double } * */ public void setTotalBenefitPlanTally(Double value) { this.totalBenefitPlanTally = value; } /** * Gets the value of the totalFunding property. * * @return * possible object is * {@link Double } * */ public Double getTotalFunding() { return totalFunding; } /** * Sets the value of the totalFunding property. * * @param value * allowed object is * {@link Double } * */ public void setTotalFunding(Double value) { this.totalFunding = value; } /** * Gets the value of the totalSpendingPlan property. * * @return * possible object is * {@link Double } * */ public Double getTotalSpendingPlan() { return totalSpendingPlan; } /** * Sets the value of the totalSpendingPlan property. * * @param value * allowed object is * {@link Double } * */ public void setTotalSpendingPlan(Double value) { this.totalSpendingPlan = value; } /** * Gets the value of the totalSpendingPlanTally property. * * @return * possible object is * {@link Double } * */ public Double getTotalSpendingPlanTally() { return totalSpendingPlanTally; } /** * Sets the value of the totalSpendingPlanTally property. * * @param value * allowed object is * {@link Double } * */ public void setTotalSpendingPlanTally(Double value) { this.totalSpendingPlanTally = value; } /** * Gets the value of the unallocatedBudget property. * * @return * possible object is * {@link Double } * */ public Double getUnallocatedBudget() { return unallocatedBudget; } /** * Sets the value of the unallocatedBudget property. * * @param value * allowed object is * {@link Double } * */ public void setUnallocatedBudget(Double value) { this.unallocatedBudget = value; } /** * Gets the value of the undistributedCurrentVariance property. * * @return * possible object is * {@link Double } * */ public Double getUndistributedCurrentVariance() { return undistributedCurrentVariance; } /** * Sets the value of the undistributedCurrentVariance property. * * @param value * allowed object is * {@link Double } * */ public void setUndistributedCurrentVariance(Double value) { this.undistributedCurrentVariance = value; } /** * Gets the value of the udf property. * * <p> * 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 JAXB object. * This is why there is not a <CODE>set</CODE> method for the udf property. * * <p> * For example, to add a new item, do as follows: * <pre> * getUDF().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link UDFAssignmentType } * * */ public List<UDFAssignmentType> getUDF() { if (udf == null) { udf = new ArrayList<UDFAssignmentType>(); } return this.udf; } /** * Gets the value of the spread property. * * @return * possible object is * {@link EPSProjectWBSSpreadType } * */ public EPSProjectWBSSpreadType getSpread() { return spread; } /** * Sets the value of the spread property. * * @param value * allowed object is * {@link EPSProjectWBSSpreadType } * */ public void setSpread(EPSProjectWBSSpreadType value) { this.spread = value; } }