// // 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.XmlAttribute; 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 ProjectType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ProjectType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="ActivityDefaultActivityType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Task Dependent"/> * <enumeration value="Resource Dependent"/> * <enumeration value="Level of Effort"/> * <enumeration value="Start Milestone"/> * <enumeration value="Finish Milestone"/> * <enumeration value="WBS Summary"/> * </restriction> * </simpleType> * </element> * <element name="ActivityDefaultCalendarObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActivityDefaultCostAccountObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActivityDefaultDurationType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Fixed Units/Time"/> * <enumeration value="Fixed Duration and Units/Time"/> * <enumeration value="Fixed Units"/> * <enumeration value="Fixed Duration and Units"/> * </restriction> * </simpleType> * </element> * <element name="ActivityDefaultPercentCompleteType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Physical"/> * <enumeration value="Duration"/> * <enumeration value="Units"/> * </restriction> * </simpleType> * </element> * <element name="ActivityDefaultPricePerUnit" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="ActivityDefaultReviewRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ActivityIdBasedOnSelectedActivity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ActivityIdIncrement" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActivityIdPrefix" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="ActivityIdSuffix" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActivityPercentCompleteBasedOnActivitySteps" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="AddActualToRemaining" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="AddedBy" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="AllowNegativeActualUnitsFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="AllowStatusReview" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="AnnualDiscountRate" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * <maxInclusive value="100.0"/> * </restriction> * </simpleType> * </element> * <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="AssignmentDefaultDrivingFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="AssignmentDefaultRateType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Price / Unit"/> * <enumeration value="Price / Unit 2"/> * <enumeration value="Price / Unit 3"/> * <enumeration value="Price / Unit 4"/> * <enumeration value="Price / Unit 5"/> * </restriction> * </simpleType> * </element> * <element name="CheckOutDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="CheckOutStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="CheckOutUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ContainsSummaryData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ContractManagementGroupName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="ContractManagementProjectName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="24"/> * </restriction> * </simpleType> * </element> * <element name="CostQuantityRecalculateFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="CreateUser" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="CriticalActivityFloatLimit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CriticalActivityPathType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Critical Float"/> * <enumeration value="Longest Path"/> * </restriction> * </simpleType> * </element> * <element name="CurrentBaselineProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <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="DataDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="DateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="DefaultPriceTimeUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="Hour"/> * <enumeration value="Day"/> * <enumeration value="Week"/> * <enumeration value="Month"/> * <enumeration value="Year"/> * <enumeration value="Days Hours"/> * <enumeration value="Hours Minutes"/> * </restriction> * </simpleType> * </element> * <element name="Description" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="500"/> * </restriction> * </simpleType> * </element> * <element name="DiscountApplicationPeriod" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Month"/> * <enumeration value="Quarter"/> * <enumeration value="Year"/> * </restriction> * </simpleType> * </element> * <element name="DistributedCurrentBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EarnedValueComputeType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="Activity Percent Complete"/> * <enumeration value="0 / 100"/> * <enumeration value="50 / 50"/> * <enumeration value="Custom Percent Complete"/> * <enumeration value="WBS Milestones Percent Complete"/> * <enumeration value="Activity Percent Complete Using Resource Curves"/> * </restriction> * </simpleType> * </element> * <element name="EarnedValueETCComputeType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="ETC = Remaining Cost for Activity"/> * <enumeration value="PF = 1"/> * <enumeration value="PF = Custom Value"/> * <enumeration value="PF = 1 / CPI"/> * <enumeration value="PF = 1 / (CPI * SPI)"/> * </restriction> * </simpleType> * </element> * <element name="EarnedValueETCUserValue" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="EarnedValueUserPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EnablePublication" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="EnableSummarization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="FiscalYearStartMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ForecastFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="ForecastStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="GUID" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <pattern value="\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}|"/> * </restriction> * </simpleType> * </element> * <element name="HasFutureBucketData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="HistoryInterval" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="Month"/> * <enumeration value="Week"/> * <enumeration value="Quarter"/> * <enumeration value="Year"/> * <enumeration value="Financial Period"/> * </restriction> * </simpleType> * </element> * <element name="HistoryLevel" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="None"/> * <enumeration value="Project"/> * <enumeration value="WBS"/> * <enumeration value="Activity"/> * </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" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="IntegratedType" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="ERP"/> * <enumeration value="Fusion"/> * </restriction> * </simpleType> * </element> * <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LastApplyActualsDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="LastFinancialPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="LastLevelDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="LastPublishedOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="LastScheduleDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <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="LevelingPriority" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}int"> * <minInclusive value="1"/> * <maxInclusive value="100"/> * </restriction> * </simpleType> * </element> * <element name="LinkActualToActualThisPeriod" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LinkPercentCompleteWithActual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LinkPlannedAndAtCompletionFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LocationName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="LocationObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="MustFinishByDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="Name" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="NetPresentValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <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="OverallProjectScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="OwnerResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ParentEPSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="PaybackPeriod" 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="PrimaryResourcesCanMarkActivitiesAsCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ProjectForecastStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="ProposedBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PublicationPriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ResetPlannedToRemainingFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ResourceCanBeAssignedToSameActivityMoreThanOnce" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ResourcesCanAssignThemselvesToActivities" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ResourcesCanEditAssignmentPercentComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ResourcesCanMarkAssignmentAsCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ResourcesCanViewInactiveActivities" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="ReturnOnInvestment" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RiskExposure" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RiskLevel" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Very High"/> * <enumeration value="High"/> * <enumeration value="Medium"/> * <enumeration value="Low"/> * <enumeration value="Very Low"/> * </restriction> * </simpleType> * </element> * <element name="RiskMatrixObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="RiskScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ScheduledFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="SourceProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="Status" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Planned"/> * <enumeration value="Active"/> * <enumeration value="Inactive"/> * <enumeration value="What-If"/> * <enumeration value="Requested"/> * <enumeration value="Template"/> * </restriction> * </simpleType> * </element> * <element name="StatusReviewerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="StatusReviewerObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="StrategicPriority" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}int"> * <minInclusive value="1"/> * <maxInclusive value="10000"/> * </restriction> * </simpleType> * </element> * <element name="SummarizeToWBSLevel" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}int"> * <minInclusive value="0"/> * <maxInclusive value="50"/> * </restriction> * </simpleType> * </element> * <element name="SummarizedDataDate" 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="SummaryLevel" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value=""/> * <enumeration value="WBS Level"/> * <enumeration value="Assignment Level"/> * </restriction> * </simpleType> * </element> * <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="TeamMemberActivityFields" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="512"/> * </restriction> * </simpleType> * </element> * <element name="TeamMemberAssignmentOption" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="32"/> * </restriction> * </simpleType> * </element> * <element name="TeamMemberResourceAssignmentFields" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="512"/> * </restriction> * </simpleType> * </element> * <element name="TeamMemberStepsAddDeletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="TeamMemberViewableFields" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="512"/> * </restriction> * </simpleType> * </element> * <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="UseProjectBaselineForEarnedValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="WBSCodeSeparator" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="2"/> * </restriction> * </simpleType> * </element> * <element name="WBSMilestonePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="WebSiteRootDirectory" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="120"/> * </restriction> * </simpleType> * </element> * <element name="WebSiteURL" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="200"/> * </restriction> * </simpleType> * </element> * <element name="Code" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}CodeAssignmentType" maxOccurs="unbounded" 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"/> * <element name="ProjectResourceSpread" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectResourceSpreadType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectRoleSpread" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectRoleSpreadType" maxOccurs="unbounded" minOccurs="0"/> * <sequence> * <element name="Calendar" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}CalendarType" maxOccurs="unbounded" minOccurs="0"/> * <element name="WBS" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}WBSType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectResource" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectResourceType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectResourceQuantity" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectResourceQuantityType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectBudgetChangeLog" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectBudgetChangeLogType" maxOccurs="unbounded" minOccurs="0"/> * <element name="WBSMilestone" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}WBSMilestoneType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectNote" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectNoteType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectThreshold" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectThresholdType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectSpendingPlan" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectSpendingPlanType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectFunding" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectFundingType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityCodeType" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityCodeTypeType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityCode" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityCodeType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Activity" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ResourceAssignment" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ResourceAssignmentType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityExpense" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityExpenseType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityNote" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityNoteType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityStep" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityStepType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Relationship" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RelationshipType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityPeriodActual" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityPeriodActualType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectIssue" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectIssueType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ResourceAssignmentPeriodActual" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ResourceAssignmentPeriodActualType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Document" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}DocumentType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ProjectDocument" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ProjectDocumentType" maxOccurs="unbounded" minOccurs="0"/> * <element name="Risk" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RiskType" maxOccurs="unbounded" minOccurs="0"/> * <element name="ActivityRisk" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}ActivityRiskType" maxOccurs="unbounded" minOccurs="0"/> * <element name="RiskImpact" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RiskImpactType" maxOccurs="unbounded" minOccurs="0"/> * <element name="RiskResponsePlan" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RiskResponsePlanType" maxOccurs="unbounded" minOccurs="0"/> * <element name="RiskResponseAction" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RiskResponseActionType" maxOccurs="unbounded" minOccurs="0"/> * <element name="RiskResponseActionImpact" type="{http://xmlns.oracle.com/Primavera/P6/V8.3/API/BusinessObjects}RiskResponseActionImpactType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </sequence> * <attribute name="external" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ProjectType", propOrder = { "activityDefaultActivityType", "activityDefaultCalendarObjectId", "activityDefaultCostAccountObjectId", "activityDefaultDurationType", "activityDefaultPercentCompleteType", "activityDefaultPricePerUnit", "activityDefaultReviewRequired", "activityIdBasedOnSelectedActivity", "activityIdIncrement", "activityIdPrefix", "activityIdSuffix", "activityPercentCompleteBasedOnActivitySteps", "addActualToRemaining", "addedBy", "allowNegativeActualUnitsFlag", "allowStatusReview", "annualDiscountRate", "anticipatedFinishDate", "anticipatedStartDate", "assignmentDefaultDrivingFlag", "assignmentDefaultRateType", "checkOutDate", "checkOutStatus", "checkOutUserObjectId", "containsSummaryData", "contractManagementGroupName", "contractManagementProjectName", "costQuantityRecalculateFlag", "createDate", "createUser", "criticalActivityFloatLimit", "criticalActivityPathType", "currentBaselineProjectObjectId", "currentBudget", "currentVariance", "dataDate", "dateAdded", "defaultPriceTimeUnits", "description", "discountApplicationPeriod", "distributedCurrentBudget", "earnedValueComputeType", "earnedValueETCComputeType", "earnedValueETCUserValue", "earnedValueUserPercent", "enablePublication", "enableSummarization", "finishDate", "fiscalYearStartMonth", "forecastFinishDate", "forecastStartDate", "guid", "hasFutureBucketData", "historyInterval", "historyLevel", "id", "independentETCLaborUnits", "independentETCTotalCost", "integratedType", "isTemplate", "lastApplyActualsDate", "lastFinancialPeriodObjectId", "lastLevelDate", "lastPublishedOn", "lastScheduleDate", "lastSummarizedDate", "lastUpdateDate", "lastUpdateUser", "levelingPriority", "linkActualToActualThisPeriod", "linkPercentCompleteWithActual", "linkPlannedAndAtCompletionFlag", "locationName", "locationObjectId", "mustFinishByDate", "name", "netPresentValue", "obsName", "obsObjectId", "objectId", "originalBudget", "overallProjectScore", "ownerResourceObjectId", "parentEPSObjectId", "paybackPeriod", "plannedStartDate", "primaryResourcesCanMarkActivitiesAsCompleted", "projectForecastStartDate", "proposedBudget", "publicationPriority", "resetPlannedToRemainingFlag", "resourceCanBeAssignedToSameActivityMoreThanOnce", "resourcesCanAssignThemselvesToActivities", "resourcesCanEditAssignmentPercentComplete", "resourcesCanMarkAssignmentAsCompleted", "resourcesCanViewInactiveActivities", "returnOnInvestment", "riskExposure", "riskLevel", "riskMatrixObjectId", "riskScore", "scheduledFinishDate", "sourceProjectObjectId", "startDate", "status", "statusReviewerName", "statusReviewerObjectId", "strategicPriority", "summarizeToWBSLevel", "summarizedDataDate", "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", "summaryLevel", "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", "teamMemberActivityFields", "teamMemberAssignmentOption", "teamMemberResourceAssignmentFields", "teamMemberStepsAddDeletable", "teamMemberViewableFields", "totalBenefitPlan", "totalBenefitPlanTally", "totalFunding", "totalSpendingPlan", "totalSpendingPlanTally", "unallocatedBudget", "undistributedCurrentVariance", "useProjectBaselineForEarnedValue", "wbsCodeSeparator", "wbsMilestonePercentComplete", "wbsObjectId", "webSiteRootDirectory", "webSiteURL", "code", "udf", "spread", "projectResourceSpread", "projectRoleSpread", "calendar", "wbs", "projectResource", "projectResourceQuantity", "projectBudgetChangeLog", "wbsMilestone", "projectNote", "projectThreshold", "projectSpendingPlan", "projectFunding", "activityCodeType", "activityCode", "activity", "resourceAssignment", "activityExpense", "activityNote", "activityStep", "relationship", "activityPeriodActual", "projectIssue", "resourceAssignmentPeriodActual", "document", "projectDocument", "risk", "activityRisk", "riskImpact", "riskResponsePlan", "riskResponseAction", "riskResponseActionImpact" }) public class ProjectType { @XmlElement(name = "ActivityDefaultActivityType") protected String activityDefaultActivityType; @XmlElement(name = "ActivityDefaultCalendarObjectId", nillable = true) protected Integer activityDefaultCalendarObjectId; @XmlElement(name = "ActivityDefaultCostAccountObjectId", nillable = true) protected Integer activityDefaultCostAccountObjectId; @XmlElement(name = "ActivityDefaultDurationType") protected String activityDefaultDurationType; @XmlElement(name = "ActivityDefaultPercentCompleteType") protected String activityDefaultPercentCompleteType; @XmlElement(name = "ActivityDefaultPricePerUnit", nillable = true) protected Double activityDefaultPricePerUnit; @XmlElement(name = "ActivityDefaultReviewRequired") protected Boolean activityDefaultReviewRequired; @XmlElement(name = "ActivityIdBasedOnSelectedActivity") protected Boolean activityIdBasedOnSelectedActivity; @XmlElement(name = "ActivityIdIncrement", nillable = true) protected Integer activityIdIncrement; @XmlElement(name = "ActivityIdPrefix") protected String activityIdPrefix; @XmlElement(name = "ActivityIdSuffix", nillable = true) protected Integer activityIdSuffix; @XmlElement(name = "ActivityPercentCompleteBasedOnActivitySteps") protected Boolean activityPercentCompleteBasedOnActivitySteps; @XmlElement(name = "AddActualToRemaining") protected Boolean addActualToRemaining; @XmlElement(name = "AddedBy") protected String addedBy; @XmlElement(name = "AllowNegativeActualUnitsFlag") protected Boolean allowNegativeActualUnitsFlag; @XmlElement(name = "AllowStatusReview") protected Boolean allowStatusReview; @XmlElement(name = "AnnualDiscountRate", nillable = true) protected Double annualDiscountRate; @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 = "AssignmentDefaultDrivingFlag") protected Boolean assignmentDefaultDrivingFlag; @XmlElement(name = "AssignmentDefaultRateType") protected String assignmentDefaultRateType; @XmlElement(name = "CheckOutDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date checkOutDate; @XmlElement(name = "CheckOutStatus") protected Boolean checkOutStatus; @XmlElement(name = "CheckOutUserObjectId", nillable = true) protected Integer checkOutUserObjectId; @XmlElement(name = "ContainsSummaryData") protected Boolean containsSummaryData; @XmlElement(name = "ContractManagementGroupName") protected String contractManagementGroupName; @XmlElement(name = "ContractManagementProjectName") protected String contractManagementProjectName; @XmlElement(name = "CostQuantityRecalculateFlag") protected Boolean costQuantityRecalculateFlag; @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 = "CriticalActivityFloatLimit", nillable = true) protected Double criticalActivityFloatLimit; @XmlElement(name = "CriticalActivityPathType") protected String criticalActivityPathType; @XmlElement(name = "CurrentBaselineProjectObjectId", nillable = true) protected Integer currentBaselineProjectObjectId; @XmlElement(name = "CurrentBudget", nillable = true) protected Double currentBudget; @XmlElement(name = "CurrentVariance", nillable = true) protected Double currentVariance; @XmlElement(name = "DataDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date dataDate; @XmlElement(name = "DateAdded", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date dateAdded; @XmlElement(name = "DefaultPriceTimeUnits") protected String defaultPriceTimeUnits; @XmlElement(name = "Description") protected String description; @XmlElement(name = "DiscountApplicationPeriod") protected String discountApplicationPeriod; @XmlElement(name = "DistributedCurrentBudget", nillable = true) protected Double distributedCurrentBudget; @XmlElement(name = "EarnedValueComputeType") protected String earnedValueComputeType; @XmlElement(name = "EarnedValueETCComputeType") protected String earnedValueETCComputeType; @XmlElement(name = "EarnedValueETCUserValue", nillable = true) protected Double earnedValueETCUserValue; @XmlElement(name = "EarnedValueUserPercent", nillable = true) protected Double earnedValueUserPercent; @XmlElement(name = "EnablePublication") protected Boolean enablePublication; @XmlElement(name = "EnableSummarization") protected Boolean enableSummarization; @XmlElement(name = "FinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date finishDate; @XmlElement(name = "FiscalYearStartMonth") protected Integer fiscalYearStartMonth; @XmlElement(name = "ForecastFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date forecastFinishDate; @XmlElement(name = "ForecastStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date forecastStartDate; @XmlElement(name = "GUID") protected String guid; @XmlElement(name = "HasFutureBucketData", nillable = true) protected Boolean hasFutureBucketData; @XmlElement(name = "HistoryInterval") protected String historyInterval; @XmlElement(name = "HistoryLevel") protected String historyLevel; @XmlElement(name = "Id") protected String id; @XmlElement(name = "IndependentETCLaborUnits", nillable = true) protected Double independentETCLaborUnits; @XmlElement(name = "IndependentETCTotalCost", nillable = true) protected Double independentETCTotalCost; @XmlElement(name = "IntegratedType") protected String integratedType; @XmlElement(name = "IsTemplate") protected Boolean isTemplate; @XmlElement(name = "LastApplyActualsDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastApplyActualsDate; @XmlElement(name = "LastFinancialPeriodObjectId", nillable = true) protected Integer lastFinancialPeriodObjectId; @XmlElement(name = "LastLevelDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastLevelDate; @XmlElement(name = "LastPublishedOn", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastPublishedOn; @XmlElement(name = "LastScheduleDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastScheduleDate; @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 = "LevelingPriority") protected Integer levelingPriority; @XmlElement(name = "LinkActualToActualThisPeriod") protected Boolean linkActualToActualThisPeriod; @XmlElement(name = "LinkPercentCompleteWithActual") protected Boolean linkPercentCompleteWithActual; @XmlElement(name = "LinkPlannedAndAtCompletionFlag") protected Boolean linkPlannedAndAtCompletionFlag; @XmlElement(name = "LocationName") protected String locationName; @XmlElement(name = "LocationObjectId", nillable = true) protected Integer locationObjectId; @XmlElement(name = "MustFinishByDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date mustFinishByDate; @XmlElement(name = "Name") protected String name; @XmlElement(name = "NetPresentValue", nillable = true) protected Double netPresentValue; @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 = "OverallProjectScore", nillable = true) protected Integer overallProjectScore; @XmlElement(name = "OwnerResourceObjectId", nillable = true) protected Integer ownerResourceObjectId; @XmlElement(name = "ParentEPSObjectId") protected Integer parentEPSObjectId; @XmlElement(name = "PaybackPeriod", nillable = true) protected Integer paybackPeriod; @XmlElement(name = "PlannedStartDate", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date plannedStartDate; @XmlElement(name = "PrimaryResourcesCanMarkActivitiesAsCompleted") protected Boolean primaryResourcesCanMarkActivitiesAsCompleted; @XmlElement(name = "ProjectForecastStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date projectForecastStartDate; @XmlElement(name = "ProposedBudget", nillable = true) protected Double proposedBudget; @XmlElement(name = "PublicationPriority") protected Integer publicationPriority; @XmlElement(name = "ResetPlannedToRemainingFlag") protected Boolean resetPlannedToRemainingFlag; @XmlElement(name = "ResourceCanBeAssignedToSameActivityMoreThanOnce") protected Boolean resourceCanBeAssignedToSameActivityMoreThanOnce; @XmlElement(name = "ResourcesCanAssignThemselvesToActivities") protected Boolean resourcesCanAssignThemselvesToActivities; @XmlElement(name = "ResourcesCanEditAssignmentPercentComplete") protected Boolean resourcesCanEditAssignmentPercentComplete; @XmlElement(name = "ResourcesCanMarkAssignmentAsCompleted") protected Boolean resourcesCanMarkAssignmentAsCompleted; @XmlElement(name = "ResourcesCanViewInactiveActivities") protected Boolean resourcesCanViewInactiveActivities; @XmlElement(name = "ReturnOnInvestment", nillable = true) protected Double returnOnInvestment; @XmlElement(name = "RiskExposure", nillable = true) protected Double riskExposure; @XmlElement(name = "RiskLevel") protected String riskLevel; @XmlElement(name = "RiskMatrixObjectId", nillable = true) protected Integer riskMatrixObjectId; @XmlElement(name = "RiskScore", nillable = true) protected Integer riskScore; @XmlElement(name = "ScheduledFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date scheduledFinishDate; @XmlElement(name = "SourceProjectObjectId", nillable = true) protected Integer sourceProjectObjectId; @XmlElement(name = "StartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date startDate; @XmlElement(name = "Status") protected String status; @XmlElement(name = "StatusReviewerName") protected String statusReviewerName; @XmlElement(name = "StatusReviewerObjectId", nillable = true) protected Integer statusReviewerObjectId; @XmlElement(name = "StrategicPriority", nillable = true) protected Integer strategicPriority; @XmlElement(name = "SummarizeToWBSLevel", nillable = true) protected Integer summarizeToWBSLevel; @XmlElement(name = "SummarizedDataDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date summarizedDataDate; @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 = "SummaryLevel") protected String summaryLevel; @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 = "TeamMemberActivityFields") protected String teamMemberActivityFields; @XmlElement(name = "TeamMemberAssignmentOption") protected String teamMemberAssignmentOption; @XmlElement(name = "TeamMemberResourceAssignmentFields") protected String teamMemberResourceAssignmentFields; @XmlElement(name = "TeamMemberStepsAddDeletable") protected Boolean teamMemberStepsAddDeletable; @XmlElement(name = "TeamMemberViewableFields") protected String teamMemberViewableFields; @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 = "UseProjectBaselineForEarnedValue") protected Boolean useProjectBaselineForEarnedValue; @XmlElement(name = "WBSCodeSeparator") protected String wbsCodeSeparator; @XmlElement(name = "WBSMilestonePercentComplete", nillable = true) protected Double wbsMilestonePercentComplete; @XmlElement(name = "WBSObjectId", nillable = true) protected Integer wbsObjectId; @XmlElement(name = "WebSiteRootDirectory") protected String webSiteRootDirectory; @XmlElement(name = "WebSiteURL") protected String webSiteURL; @XmlElement(name = "Code") protected List<CodeAssignmentType> code; @XmlElement(name = "UDF") protected List<UDFAssignmentType> udf; @XmlElement(name = "Spread") protected EPSProjectWBSSpreadType spread; @XmlElement(name = "ProjectResourceSpread") protected List<ProjectResourceSpreadType> projectResourceSpread; @XmlElement(name = "ProjectRoleSpread") protected List<ProjectRoleSpreadType> projectRoleSpread; @XmlElement(name = "Calendar") protected List<CalendarType> calendar; @XmlElement(name = "WBS") protected List<WBSType> wbs; @XmlElement(name = "ProjectResource") protected List<ProjectResourceType> projectResource; @XmlElement(name = "ProjectResourceQuantity") protected List<ProjectResourceQuantityType> projectResourceQuantity; @XmlElement(name = "ProjectBudgetChangeLog") protected List<ProjectBudgetChangeLogType> projectBudgetChangeLog; @XmlElement(name = "WBSMilestone") protected List<WBSMilestoneType> wbsMilestone; @XmlElement(name = "ProjectNote") protected List<ProjectNoteType> projectNote; @XmlElement(name = "ProjectThreshold") protected List<ProjectThresholdType> projectThreshold; @XmlElement(name = "ProjectSpendingPlan") protected List<ProjectSpendingPlanType> projectSpendingPlan; @XmlElement(name = "ProjectFunding") protected List<ProjectFundingType> projectFunding; @XmlElement(name = "ActivityCodeType") protected List<ActivityCodeTypeType> activityCodeType; @XmlElement(name = "ActivityCode") protected List<ActivityCodeType> activityCode; @XmlElement(name = "Activity") protected List<ActivityType> activity; @XmlElement(name = "ResourceAssignment") protected List<ResourceAssignmentType> resourceAssignment; @XmlElement(name = "ActivityExpense") protected List<ActivityExpenseType> activityExpense; @XmlElement(name = "ActivityNote") protected List<ActivityNoteType> activityNote; @XmlElement(name = "ActivityStep") protected List<ActivityStepType> activityStep; @XmlElement(name = "Relationship") protected List<RelationshipType> relationship; @XmlElement(name = "ActivityPeriodActual") protected List<ActivityPeriodActualType> activityPeriodActual; @XmlElement(name = "ProjectIssue") protected List<ProjectIssueType> projectIssue; @XmlElement(name = "ResourceAssignmentPeriodActual") protected List<ResourceAssignmentPeriodActualType> resourceAssignmentPeriodActual; @XmlElement(name = "Document") protected List<DocumentType> document; @XmlElement(name = "ProjectDocument") protected List<ProjectDocumentType> projectDocument; @XmlElement(name = "Risk") protected List<RiskType> risk; @XmlElement(name = "ActivityRisk") protected List<ActivityRiskType> activityRisk; @XmlElement(name = "RiskImpact") protected List<RiskImpactType> riskImpact; @XmlElement(name = "RiskResponsePlan") protected List<RiskResponsePlanType> riskResponsePlan; @XmlElement(name = "RiskResponseAction") protected List<RiskResponseActionType> riskResponseAction; @XmlElement(name = "RiskResponseActionImpact") protected List<RiskResponseActionImpactType> riskResponseActionImpact; @XmlAttribute(name = "external") protected Boolean external; /** * Gets the value of the activityDefaultActivityType property. * * @return * possible object is * {@link String } * */ public String getActivityDefaultActivityType() { return activityDefaultActivityType; } /** * Sets the value of the activityDefaultActivityType property. * * @param value * allowed object is * {@link String } * */ public void setActivityDefaultActivityType(String value) { this.activityDefaultActivityType = value; } /** * Gets the value of the activityDefaultCalendarObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityDefaultCalendarObjectId() { return activityDefaultCalendarObjectId; } /** * Sets the value of the activityDefaultCalendarObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityDefaultCalendarObjectId(Integer value) { this.activityDefaultCalendarObjectId = value; } /** * Gets the value of the activityDefaultCostAccountObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityDefaultCostAccountObjectId() { return activityDefaultCostAccountObjectId; } /** * Sets the value of the activityDefaultCostAccountObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityDefaultCostAccountObjectId(Integer value) { this.activityDefaultCostAccountObjectId = value; } /** * Gets the value of the activityDefaultDurationType property. * * @return * possible object is * {@link String } * */ public String getActivityDefaultDurationType() { return activityDefaultDurationType; } /** * Sets the value of the activityDefaultDurationType property. * * @param value * allowed object is * {@link String } * */ public void setActivityDefaultDurationType(String value) { this.activityDefaultDurationType = value; } /** * Gets the value of the activityDefaultPercentCompleteType property. * * @return * possible object is * {@link String } * */ public String getActivityDefaultPercentCompleteType() { return activityDefaultPercentCompleteType; } /** * Sets the value of the activityDefaultPercentCompleteType property. * * @param value * allowed object is * {@link String } * */ public void setActivityDefaultPercentCompleteType(String value) { this.activityDefaultPercentCompleteType = value; } /** * Gets the value of the activityDefaultPricePerUnit property. * * @return * possible object is * {@link Double } * */ public Double getActivityDefaultPricePerUnit() { return activityDefaultPricePerUnit; } /** * Sets the value of the activityDefaultPricePerUnit property. * * @param value * allowed object is * {@link Double } * */ public void setActivityDefaultPricePerUnit(Double value) { this.activityDefaultPricePerUnit = value; } /** * Gets the value of the activityDefaultReviewRequired property. * * @return * possible object is * {@link Boolean } * */ public Boolean isActivityDefaultReviewRequired() { return activityDefaultReviewRequired; } /** * Sets the value of the activityDefaultReviewRequired property. * * @param value * allowed object is * {@link Boolean } * */ public void setActivityDefaultReviewRequired(Boolean value) { this.activityDefaultReviewRequired = value; } /** * Gets the value of the activityIdBasedOnSelectedActivity property. * * @return * possible object is * {@link Boolean } * */ public Boolean isActivityIdBasedOnSelectedActivity() { return activityIdBasedOnSelectedActivity; } /** * Sets the value of the activityIdBasedOnSelectedActivity property. * * @param value * allowed object is * {@link Boolean } * */ public void setActivityIdBasedOnSelectedActivity(Boolean value) { this.activityIdBasedOnSelectedActivity = value; } /** * Gets the value of the activityIdIncrement property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityIdIncrement() { return activityIdIncrement; } /** * Sets the value of the activityIdIncrement property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityIdIncrement(Integer value) { this.activityIdIncrement = value; } /** * Gets the value of the activityIdPrefix property. * * @return * possible object is * {@link String } * */ public String getActivityIdPrefix() { return activityIdPrefix; } /** * Sets the value of the activityIdPrefix property. * * @param value * allowed object is * {@link String } * */ public void setActivityIdPrefix(String value) { this.activityIdPrefix = value; } /** * Gets the value of the activityIdSuffix property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityIdSuffix() { return activityIdSuffix; } /** * Sets the value of the activityIdSuffix property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityIdSuffix(Integer value) { this.activityIdSuffix = value; } /** * Gets the value of the activityPercentCompleteBasedOnActivitySteps property. * * @return * possible object is * {@link Boolean } * */ public Boolean isActivityPercentCompleteBasedOnActivitySteps() { return activityPercentCompleteBasedOnActivitySteps; } /** * Sets the value of the activityPercentCompleteBasedOnActivitySteps property. * * @param value * allowed object is * {@link Boolean } * */ public void setActivityPercentCompleteBasedOnActivitySteps(Boolean value) { this.activityPercentCompleteBasedOnActivitySteps = value; } /** * Gets the value of the addActualToRemaining property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAddActualToRemaining() { return addActualToRemaining; } /** * Sets the value of the addActualToRemaining property. * * @param value * allowed object is * {@link Boolean } * */ public void setAddActualToRemaining(Boolean value) { this.addActualToRemaining = value; } /** * Gets the value of the addedBy property. * * @return * possible object is * {@link String } * */ public String getAddedBy() { return addedBy; } /** * Sets the value of the addedBy property. * * @param value * allowed object is * {@link String } * */ public void setAddedBy(String value) { this.addedBy = value; } /** * Gets the value of the allowNegativeActualUnitsFlag property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowNegativeActualUnitsFlag() { return allowNegativeActualUnitsFlag; } /** * Sets the value of the allowNegativeActualUnitsFlag property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowNegativeActualUnitsFlag(Boolean value) { this.allowNegativeActualUnitsFlag = value; } /** * Gets the value of the allowStatusReview property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAllowStatusReview() { return allowStatusReview; } /** * Sets the value of the allowStatusReview property. * * @param value * allowed object is * {@link Boolean } * */ public void setAllowStatusReview(Boolean value) { this.allowStatusReview = value; } /** * Gets the value of the annualDiscountRate property. * * @return * possible object is * {@link Double } * */ public Double getAnnualDiscountRate() { return annualDiscountRate; } /** * Sets the value of the annualDiscountRate property. * * @param value * allowed object is * {@link Double } * */ public void setAnnualDiscountRate(Double value) { this.annualDiscountRate = value; } /** * 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 assignmentDefaultDrivingFlag property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAssignmentDefaultDrivingFlag() { return assignmentDefaultDrivingFlag; } /** * Sets the value of the assignmentDefaultDrivingFlag property. * * @param value * allowed object is * {@link Boolean } * */ public void setAssignmentDefaultDrivingFlag(Boolean value) { this.assignmentDefaultDrivingFlag = value; } /** * Gets the value of the assignmentDefaultRateType property. * * @return * possible object is * {@link String } * */ public String getAssignmentDefaultRateType() { return assignmentDefaultRateType; } /** * Sets the value of the assignmentDefaultRateType property. * * @param value * allowed object is * {@link String } * */ public void setAssignmentDefaultRateType(String value) { this.assignmentDefaultRateType = value; } /** * Gets the value of the checkOutDate property. * * @return * possible object is * {@link String } * */ public Date getCheckOutDate() { return checkOutDate; } /** * Sets the value of the checkOutDate property. * * @param value * allowed object is * {@link String } * */ public void setCheckOutDate(Date value) { this.checkOutDate = value; } /** * Gets the value of the checkOutStatus property. * * @return * possible object is * {@link Boolean } * */ public Boolean isCheckOutStatus() { return checkOutStatus; } /** * Sets the value of the checkOutStatus property. * * @param value * allowed object is * {@link Boolean } * */ public void setCheckOutStatus(Boolean value) { this.checkOutStatus = value; } /** * Gets the value of the checkOutUserObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getCheckOutUserObjectId() { return checkOutUserObjectId; } /** * Sets the value of the checkOutUserObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setCheckOutUserObjectId(Integer value) { this.checkOutUserObjectId = value; } /** * Gets the value of the containsSummaryData property. * * @return * possible object is * {@link Boolean } * */ public Boolean isContainsSummaryData() { return containsSummaryData; } /** * Sets the value of the containsSummaryData property. * * @param value * allowed object is * {@link Boolean } * */ public void setContainsSummaryData(Boolean value) { this.containsSummaryData = value; } /** * Gets the value of the contractManagementGroupName property. * * @return * possible object is * {@link String } * */ public String getContractManagementGroupName() { return contractManagementGroupName; } /** * Sets the value of the contractManagementGroupName property. * * @param value * allowed object is * {@link String } * */ public void setContractManagementGroupName(String value) { this.contractManagementGroupName = value; } /** * Gets the value of the contractManagementProjectName property. * * @return * possible object is * {@link String } * */ public String getContractManagementProjectName() { return contractManagementProjectName; } /** * Sets the value of the contractManagementProjectName property. * * @param value * allowed object is * {@link String } * */ public void setContractManagementProjectName(String value) { this.contractManagementProjectName = value; } /** * Gets the value of the costQuantityRecalculateFlag property. * * @return * possible object is * {@link Boolean } * */ public Boolean isCostQuantityRecalculateFlag() { return costQuantityRecalculateFlag; } /** * Sets the value of the costQuantityRecalculateFlag property. * * @param value * allowed object is * {@link Boolean } * */ public void setCostQuantityRecalculateFlag(Boolean value) { this.costQuantityRecalculateFlag = 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 criticalActivityFloatLimit property. * * @return * possible object is * {@link Double } * */ public Double getCriticalActivityFloatLimit() { return criticalActivityFloatLimit; } /** * Sets the value of the criticalActivityFloatLimit property. * * @param value * allowed object is * {@link Double } * */ public void setCriticalActivityFloatLimit(Double value) { this.criticalActivityFloatLimit = value; } /** * Gets the value of the criticalActivityPathType property. * * @return * possible object is * {@link String } * */ public String getCriticalActivityPathType() { return criticalActivityPathType; } /** * Sets the value of the criticalActivityPathType property. * * @param value * allowed object is * {@link String } * */ public void setCriticalActivityPathType(String value) { this.criticalActivityPathType = value; } /** * Gets the value of the currentBaselineProjectObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getCurrentBaselineProjectObjectId() { return currentBaselineProjectObjectId; } /** * Sets the value of the currentBaselineProjectObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setCurrentBaselineProjectObjectId(Integer value) { this.currentBaselineProjectObjectId = 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 dataDate property. * * @return * possible object is * {@link String } * */ public Date getDataDate() { return dataDate; } /** * Sets the value of the dataDate property. * * @param value * allowed object is * {@link String } * */ public void setDataDate(Date value) { this.dataDate = value; } /** * Gets the value of the dateAdded property. * * @return * possible object is * {@link String } * */ public Date getDateAdded() { return dateAdded; } /** * Sets the value of the dateAdded property. * * @param value * allowed object is * {@link String } * */ public void setDateAdded(Date value) { this.dateAdded = value; } /** * Gets the value of the defaultPriceTimeUnits property. * * @return * possible object is * {@link String } * */ public String getDefaultPriceTimeUnits() { return defaultPriceTimeUnits; } /** * Sets the value of the defaultPriceTimeUnits property. * * @param value * allowed object is * {@link String } * */ public void setDefaultPriceTimeUnits(String value) { this.defaultPriceTimeUnits = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ public void setDescription(String value) { this.description = value; } /** * Gets the value of the discountApplicationPeriod property. * * @return * possible object is * {@link String } * */ public String getDiscountApplicationPeriod() { return discountApplicationPeriod; } /** * Sets the value of the discountApplicationPeriod property. * * @param value * allowed object is * {@link String } * */ public void setDiscountApplicationPeriod(String value) { this.discountApplicationPeriod = 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 earnedValueComputeType property. * * @return * possible object is * {@link String } * */ public String getEarnedValueComputeType() { return earnedValueComputeType; } /** * Sets the value of the earnedValueComputeType property. * * @param value * allowed object is * {@link String } * */ public void setEarnedValueComputeType(String value) { this.earnedValueComputeType = value; } /** * Gets the value of the earnedValueETCComputeType property. * * @return * possible object is * {@link String } * */ public String getEarnedValueETCComputeType() { return earnedValueETCComputeType; } /** * Sets the value of the earnedValueETCComputeType property. * * @param value * allowed object is * {@link String } * */ public void setEarnedValueETCComputeType(String value) { this.earnedValueETCComputeType = value; } /** * Gets the value of the earnedValueETCUserValue property. * * @return * possible object is * {@link Double } * */ public Double getEarnedValueETCUserValue() { return earnedValueETCUserValue; } /** * Sets the value of the earnedValueETCUserValue property. * * @param value * allowed object is * {@link Double } * */ public void setEarnedValueETCUserValue(Double value) { this.earnedValueETCUserValue = value; } /** * Gets the value of the earnedValueUserPercent property. * * @return * possible object is * {@link Double } * */ public Double getEarnedValueUserPercent() { return earnedValueUserPercent; } /** * Sets the value of the earnedValueUserPercent property. * * @param value * allowed object is * {@link Double } * */ public void setEarnedValueUserPercent(Double value) { this.earnedValueUserPercent = value; } /** * Gets the value of the enablePublication property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnablePublication() { return enablePublication; } /** * Sets the value of the enablePublication property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnablePublication(Boolean value) { this.enablePublication = value; } /** * Gets the value of the enableSummarization property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableSummarization() { return enableSummarization; } /** * Sets the value of the enableSummarization property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableSummarization(Boolean value) { this.enableSummarization = 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 fiscalYearStartMonth property. * * @return * possible object is * {@link Integer } * */ public Integer getFiscalYearStartMonth() { return fiscalYearStartMonth; } /** * Sets the value of the fiscalYearStartMonth property. * * @param value * allowed object is * {@link Integer } * */ public void setFiscalYearStartMonth(Integer value) { this.fiscalYearStartMonth = value; } /** * Gets the value of the forecastFinishDate property. * * @return * possible object is * {@link String } * */ public Date getForecastFinishDate() { return forecastFinishDate; } /** * Sets the value of the forecastFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setForecastFinishDate(Date value) { this.forecastFinishDate = value; } /** * Gets the value of the forecastStartDate property. * * @return * possible object is * {@link String } * */ public Date getForecastStartDate() { return forecastStartDate; } /** * Sets the value of the forecastStartDate property. * * @param value * allowed object is * {@link String } * */ public void setForecastStartDate(Date value) { this.forecastStartDate = 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 hasFutureBucketData property. * * @return * possible object is * {@link Boolean } * */ public Boolean isHasFutureBucketData() { return hasFutureBucketData; } /** * Sets the value of the hasFutureBucketData property. * * @param value * allowed object is * {@link Boolean } * */ public void setHasFutureBucketData(Boolean value) { this.hasFutureBucketData = value; } /** * Gets the value of the historyInterval property. * * @return * possible object is * {@link String } * */ public String getHistoryInterval() { return historyInterval; } /** * Sets the value of the historyInterval property. * * @param value * allowed object is * {@link String } * */ public void setHistoryInterval(String value) { this.historyInterval = value; } /** * Gets the value of the historyLevel property. * * @return * possible object is * {@link String } * */ public String getHistoryLevel() { return historyLevel; } /** * Sets the value of the historyLevel property. * * @param value * allowed object is * {@link String } * */ public void setHistoryLevel(String value) { this.historyLevel = 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 integratedType property. * * @return * possible object is * {@link String } * */ public String getIntegratedType() { return integratedType; } /** * Sets the value of the integratedType property. * * @param value * allowed object is * {@link String } * */ public void setIntegratedType(String value) { this.integratedType = value; } /** * Gets the value of the isTemplate property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsTemplate() { return isTemplate; } /** * Sets the value of the isTemplate property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsTemplate(Boolean value) { this.isTemplate = value; } /** * Gets the value of the lastApplyActualsDate property. * * @return * possible object is * {@link String } * */ public Date getLastApplyActualsDate() { return lastApplyActualsDate; } /** * Sets the value of the lastApplyActualsDate property. * * @param value * allowed object is * {@link String } * */ public void setLastApplyActualsDate(Date value) { this.lastApplyActualsDate = value; } /** * Gets the value of the lastFinancialPeriodObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getLastFinancialPeriodObjectId() { return lastFinancialPeriodObjectId; } /** * Sets the value of the lastFinancialPeriodObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setLastFinancialPeriodObjectId(Integer value) { this.lastFinancialPeriodObjectId = value; } /** * Gets the value of the lastLevelDate property. * * @return * possible object is * {@link String } * */ public Date getLastLevelDate() { return lastLevelDate; } /** * Sets the value of the lastLevelDate property. * * @param value * allowed object is * {@link String } * */ public void setLastLevelDate(Date value) { this.lastLevelDate = value; } /** * Gets the value of the lastPublishedOn property. * * @return * possible object is * {@link String } * */ public Date getLastPublishedOn() { return lastPublishedOn; } /** * Sets the value of the lastPublishedOn property. * * @param value * allowed object is * {@link String } * */ public void setLastPublishedOn(Date value) { this.lastPublishedOn = value; } /** * Gets the value of the lastScheduleDate property. * * @return * possible object is * {@link String } * */ public Date getLastScheduleDate() { return lastScheduleDate; } /** * Sets the value of the lastScheduleDate property. * * @param value * allowed object is * {@link String } * */ public void setLastScheduleDate(Date value) { this.lastScheduleDate = 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 levelingPriority property. * * @return * possible object is * {@link Integer } * */ public Integer getLevelingPriority() { return levelingPriority; } /** * Sets the value of the levelingPriority property. * * @param value * allowed object is * {@link Integer } * */ public void setLevelingPriority(Integer value) { this.levelingPriority = value; } /** * Gets the value of the linkActualToActualThisPeriod property. * * @return * possible object is * {@link Boolean } * */ public Boolean isLinkActualToActualThisPeriod() { return linkActualToActualThisPeriod; } /** * Sets the value of the linkActualToActualThisPeriod property. * * @param value * allowed object is * {@link Boolean } * */ public void setLinkActualToActualThisPeriod(Boolean value) { this.linkActualToActualThisPeriod = value; } /** * Gets the value of the linkPercentCompleteWithActual property. * * @return * possible object is * {@link Boolean } * */ public Boolean isLinkPercentCompleteWithActual() { return linkPercentCompleteWithActual; } /** * Sets the value of the linkPercentCompleteWithActual property. * * @param value * allowed object is * {@link Boolean } * */ public void setLinkPercentCompleteWithActual(Boolean value) { this.linkPercentCompleteWithActual = value; } /** * Gets the value of the linkPlannedAndAtCompletionFlag property. * * @return * possible object is * {@link Boolean } * */ public Boolean isLinkPlannedAndAtCompletionFlag() { return linkPlannedAndAtCompletionFlag; } /** * Sets the value of the linkPlannedAndAtCompletionFlag property. * * @param value * allowed object is * {@link Boolean } * */ public void setLinkPlannedAndAtCompletionFlag(Boolean value) { this.linkPlannedAndAtCompletionFlag = value; } /** * Gets the value of the locationName property. * * @return * possible object is * {@link String } * */ public String getLocationName() { return locationName; } /** * Sets the value of the locationName property. * * @param value * allowed object is * {@link String } * */ public void setLocationName(String value) { this.locationName = value; } /** * Gets the value of the locationObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getLocationObjectId() { return locationObjectId; } /** * Sets the value of the locationObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setLocationObjectId(Integer value) { this.locationObjectId = value; } /** * Gets the value of the mustFinishByDate property. * * @return * possible object is * {@link String } * */ public Date getMustFinishByDate() { return mustFinishByDate; } /** * Sets the value of the mustFinishByDate property. * * @param value * allowed object is * {@link String } * */ public void setMustFinishByDate(Date value) { this.mustFinishByDate = 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 netPresentValue property. * * @return * possible object is * {@link Double } * */ public Double getNetPresentValue() { return netPresentValue; } /** * Sets the value of the netPresentValue property. * * @param value * allowed object is * {@link Double } * */ public void setNetPresentValue(Double value) { this.netPresentValue = 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 overallProjectScore property. * * @return * possible object is * {@link Integer } * */ public Integer getOverallProjectScore() { return overallProjectScore; } /** * Sets the value of the overallProjectScore property. * * @param value * allowed object is * {@link Integer } * */ public void setOverallProjectScore(Integer value) { this.overallProjectScore = value; } /** * Gets the value of the ownerResourceObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getOwnerResourceObjectId() { return ownerResourceObjectId; } /** * Sets the value of the ownerResourceObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setOwnerResourceObjectId(Integer value) { this.ownerResourceObjectId = value; } /** * Gets the value of the parentEPSObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getParentEPSObjectId() { return parentEPSObjectId; } /** * Sets the value of the parentEPSObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setParentEPSObjectId(Integer value) { this.parentEPSObjectId = value; } /** * Gets the value of the paybackPeriod property. * * @return * possible object is * {@link Integer } * */ public Integer getPaybackPeriod() { return paybackPeriod; } /** * Sets the value of the paybackPeriod property. * * @param value * allowed object is * {@link Integer } * */ public void setPaybackPeriod(Integer value) { this.paybackPeriod = 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 primaryResourcesCanMarkActivitiesAsCompleted property. * * @return * possible object is * {@link Boolean } * */ public Boolean isPrimaryResourcesCanMarkActivitiesAsCompleted() { return primaryResourcesCanMarkActivitiesAsCompleted; } /** * Sets the value of the primaryResourcesCanMarkActivitiesAsCompleted property. * * @param value * allowed object is * {@link Boolean } * */ public void setPrimaryResourcesCanMarkActivitiesAsCompleted(Boolean value) { this.primaryResourcesCanMarkActivitiesAsCompleted = value; } /** * Gets the value of the projectForecastStartDate property. * * @return * possible object is * {@link String } * */ public Date getProjectForecastStartDate() { return projectForecastStartDate; } /** * Sets the value of the projectForecastStartDate property. * * @param value * allowed object is * {@link String } * */ public void setProjectForecastStartDate(Date value) { this.projectForecastStartDate = 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 publicationPriority property. * * @return * possible object is * {@link Integer } * */ public Integer getPublicationPriority() { return publicationPriority; } /** * Sets the value of the publicationPriority property. * * @param value * allowed object is * {@link Integer } * */ public void setPublicationPriority(Integer value) { this.publicationPriority = value; } /** * Gets the value of the resetPlannedToRemainingFlag property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResetPlannedToRemainingFlag() { return resetPlannedToRemainingFlag; } /** * Sets the value of the resetPlannedToRemainingFlag property. * * @param value * allowed object is * {@link Boolean } * */ public void setResetPlannedToRemainingFlag(Boolean value) { this.resetPlannedToRemainingFlag = value; } /** * Gets the value of the resourceCanBeAssignedToSameActivityMoreThanOnce property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResourceCanBeAssignedToSameActivityMoreThanOnce() { return resourceCanBeAssignedToSameActivityMoreThanOnce; } /** * Sets the value of the resourceCanBeAssignedToSameActivityMoreThanOnce property. * * @param value * allowed object is * {@link Boolean } * */ public void setResourceCanBeAssignedToSameActivityMoreThanOnce(Boolean value) { this.resourceCanBeAssignedToSameActivityMoreThanOnce = value; } /** * Gets the value of the resourcesCanAssignThemselvesToActivities property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResourcesCanAssignThemselvesToActivities() { return resourcesCanAssignThemselvesToActivities; } /** * Sets the value of the resourcesCanAssignThemselvesToActivities property. * * @param value * allowed object is * {@link Boolean } * */ public void setResourcesCanAssignThemselvesToActivities(Boolean value) { this.resourcesCanAssignThemselvesToActivities = value; } /** * Gets the value of the resourcesCanEditAssignmentPercentComplete property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResourcesCanEditAssignmentPercentComplete() { return resourcesCanEditAssignmentPercentComplete; } /** * Sets the value of the resourcesCanEditAssignmentPercentComplete property. * * @param value * allowed object is * {@link Boolean } * */ public void setResourcesCanEditAssignmentPercentComplete(Boolean value) { this.resourcesCanEditAssignmentPercentComplete = value; } /** * Gets the value of the resourcesCanMarkAssignmentAsCompleted property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResourcesCanMarkAssignmentAsCompleted() { return resourcesCanMarkAssignmentAsCompleted; } /** * Sets the value of the resourcesCanMarkAssignmentAsCompleted property. * * @param value * allowed object is * {@link Boolean } * */ public void setResourcesCanMarkAssignmentAsCompleted(Boolean value) { this.resourcesCanMarkAssignmentAsCompleted = value; } /** * Gets the value of the resourcesCanViewInactiveActivities property. * * @return * possible object is * {@link Boolean } * */ public Boolean isResourcesCanViewInactiveActivities() { return resourcesCanViewInactiveActivities; } /** * Sets the value of the resourcesCanViewInactiveActivities property. * * @param value * allowed object is * {@link Boolean } * */ public void setResourcesCanViewInactiveActivities(Boolean value) { this.resourcesCanViewInactiveActivities = value; } /** * Gets the value of the returnOnInvestment property. * * @return * possible object is * {@link Double } * */ public Double getReturnOnInvestment() { return returnOnInvestment; } /** * Sets the value of the returnOnInvestment property. * * @param value * allowed object is * {@link Double } * */ public void setReturnOnInvestment(Double value) { this.returnOnInvestment = value; } /** * Gets the value of the riskExposure property. * * @return * possible object is * {@link Double } * */ public Double getRiskExposure() { return riskExposure; } /** * Sets the value of the riskExposure property. * * @param value * allowed object is * {@link Double } * */ public void setRiskExposure(Double value) { this.riskExposure = value; } /** * Gets the value of the riskLevel property. * * @return * possible object is * {@link String } * */ public String getRiskLevel() { return riskLevel; } /** * Sets the value of the riskLevel property. * * @param value * allowed object is * {@link String } * */ public void setRiskLevel(String value) { this.riskLevel = value; } /** * Gets the value of the riskMatrixObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getRiskMatrixObjectId() { return riskMatrixObjectId; } /** * Sets the value of the riskMatrixObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setRiskMatrixObjectId(Integer value) { this.riskMatrixObjectId = value; } /** * Gets the value of the riskScore property. * * @return * possible object is * {@link Integer } * */ public Integer getRiskScore() { return riskScore; } /** * Sets the value of the riskScore property. * * @param value * allowed object is * {@link Integer } * */ public void setRiskScore(Integer value) { this.riskScore = value; } /** * Gets the value of the scheduledFinishDate property. * * @return * possible object is * {@link String } * */ public Date getScheduledFinishDate() { return scheduledFinishDate; } /** * Sets the value of the scheduledFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setScheduledFinishDate(Date value) { this.scheduledFinishDate = value; } /** * Gets the value of the sourceProjectObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getSourceProjectObjectId() { return sourceProjectObjectId; } /** * Sets the value of the sourceProjectObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setSourceProjectObjectId(Integer value) { this.sourceProjectObjectId = 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 status property. * * @return * possible object is * {@link String } * */ public String getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link String } * */ public void setStatus(String value) { this.status = value; } /** * Gets the value of the statusReviewerName property. * * @return * possible object is * {@link String } * */ public String getStatusReviewerName() { return statusReviewerName; } /** * Sets the value of the statusReviewerName property. * * @param value * allowed object is * {@link String } * */ public void setStatusReviewerName(String value) { this.statusReviewerName = value; } /** * Gets the value of the statusReviewerObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getStatusReviewerObjectId() { return statusReviewerObjectId; } /** * Sets the value of the statusReviewerObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setStatusReviewerObjectId(Integer value) { this.statusReviewerObjectId = value; } /** * Gets the value of the strategicPriority property. * * @return * possible object is * {@link Integer } * */ public Integer getStrategicPriority() { return strategicPriority; } /** * Sets the value of the strategicPriority property. * * @param value * allowed object is * {@link Integer } * */ public void setStrategicPriority(Integer value) { this.strategicPriority = value; } /** * Gets the value of the summarizeToWBSLevel property. * * @return * possible object is * {@link Integer } * */ public Integer getSummarizeToWBSLevel() { return summarizeToWBSLevel; } /** * Sets the value of the summarizeToWBSLevel property. * * @param value * allowed object is * {@link Integer } * */ public void setSummarizeToWBSLevel(Integer value) { this.summarizeToWBSLevel = value; } /** * Gets the value of the summarizedDataDate property. * * @return * possible object is * {@link String } * */ public Date getSummarizedDataDate() { return summarizedDataDate; } /** * Sets the value of the summarizedDataDate property. * * @param value * allowed object is * {@link String } * */ public void setSummarizedDataDate(Date value) { this.summarizedDataDate = 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 summaryLevel property. * * @return * possible object is * {@link String } * */ public String getSummaryLevel() { return summaryLevel; } /** * Sets the value of the summaryLevel property. * * @param value * allowed object is * {@link String } * */ public void setSummaryLevel(String value) { this.summaryLevel = 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 teamMemberActivityFields property. * * @return * possible object is * {@link String } * */ public String getTeamMemberActivityFields() { return teamMemberActivityFields; } /** * Sets the value of the teamMemberActivityFields property. * * @param value * allowed object is * {@link String } * */ public void setTeamMemberActivityFields(String value) { this.teamMemberActivityFields = value; } /** * Gets the value of the teamMemberAssignmentOption property. * * @return * possible object is * {@link String } * */ public String getTeamMemberAssignmentOption() { return teamMemberAssignmentOption; } /** * Sets the value of the teamMemberAssignmentOption property. * * @param value * allowed object is * {@link String } * */ public void setTeamMemberAssignmentOption(String value) { this.teamMemberAssignmentOption = value; } /** * Gets the value of the teamMemberResourceAssignmentFields property. * * @return * possible object is * {@link String } * */ public String getTeamMemberResourceAssignmentFields() { return teamMemberResourceAssignmentFields; } /** * Sets the value of the teamMemberResourceAssignmentFields property. * * @param value * allowed object is * {@link String } * */ public void setTeamMemberResourceAssignmentFields(String value) { this.teamMemberResourceAssignmentFields = value; } /** * Gets the value of the teamMemberStepsAddDeletable property. * * @return * possible object is * {@link Boolean } * */ public Boolean isTeamMemberStepsAddDeletable() { return teamMemberStepsAddDeletable; } /** * Sets the value of the teamMemberStepsAddDeletable property. * * @param value * allowed object is * {@link Boolean } * */ public void setTeamMemberStepsAddDeletable(Boolean value) { this.teamMemberStepsAddDeletable = value; } /** * Gets the value of the teamMemberViewableFields property. * * @return * possible object is * {@link String } * */ public String getTeamMemberViewableFields() { return teamMemberViewableFields; } /** * Sets the value of the teamMemberViewableFields property. * * @param value * allowed object is * {@link String } * */ public void setTeamMemberViewableFields(String value) { this.teamMemberViewableFields = 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 useProjectBaselineForEarnedValue property. * * @return * possible object is * {@link Boolean } * */ public Boolean isUseProjectBaselineForEarnedValue() { return useProjectBaselineForEarnedValue; } /** * Sets the value of the useProjectBaselineForEarnedValue property. * * @param value * allowed object is * {@link Boolean } * */ public void setUseProjectBaselineForEarnedValue(Boolean value) { this.useProjectBaselineForEarnedValue = value; } /** * Gets the value of the wbsCodeSeparator property. * * @return * possible object is * {@link String } * */ public String getWBSCodeSeparator() { return wbsCodeSeparator; } /** * Sets the value of the wbsCodeSeparator property. * * @param value * allowed object is * {@link String } * */ public void setWBSCodeSeparator(String value) { this.wbsCodeSeparator = value; } /** * Gets the value of the wbsMilestonePercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getWBSMilestonePercentComplete() { return wbsMilestonePercentComplete; } /** * Sets the value of the wbsMilestonePercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setWBSMilestonePercentComplete(Double value) { this.wbsMilestonePercentComplete = value; } /** * Gets the value of the wbsObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getWBSObjectId() { return wbsObjectId; } /** * Sets the value of the wbsObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setWBSObjectId(Integer value) { this.wbsObjectId = value; } /** * Gets the value of the webSiteRootDirectory property. * * @return * possible object is * {@link String } * */ public String getWebSiteRootDirectory() { return webSiteRootDirectory; } /** * Sets the value of the webSiteRootDirectory property. * * @param value * allowed object is * {@link String } * */ public void setWebSiteRootDirectory(String value) { this.webSiteRootDirectory = value; } /** * Gets the value of the webSiteURL property. * * @return * possible object is * {@link String } * */ public String getWebSiteURL() { return webSiteURL; } /** * Sets the value of the webSiteURL property. * * @param value * allowed object is * {@link String } * */ public void setWebSiteURL(String value) { this.webSiteURL = value; } /** * Gets the value of the code 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 code property. * * <p> * For example, to add a new item, do as follows: * <pre> * getCode().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CodeAssignmentType } * * */ public List<CodeAssignmentType> getCode() { if (code == null) { code = new ArrayList<CodeAssignmentType>(); } return this.code; } /** * 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; } /** * Gets the value of the projectResourceSpread 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 projectResourceSpread property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectResourceSpread().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectResourceSpreadType } * * */ public List<ProjectResourceSpreadType> getProjectResourceSpread() { if (projectResourceSpread == null) { projectResourceSpread = new ArrayList<ProjectResourceSpreadType>(); } return this.projectResourceSpread; } /** * Gets the value of the projectRoleSpread 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 projectRoleSpread property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectRoleSpread().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectRoleSpreadType } * * */ public List<ProjectRoleSpreadType> getProjectRoleSpread() { if (projectRoleSpread == null) { projectRoleSpread = new ArrayList<ProjectRoleSpreadType>(); } return this.projectRoleSpread; } /** * Gets the value of the calendar 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 calendar property. * * <p> * For example, to add a new item, do as follows: * <pre> * getCalendar().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CalendarType } * * */ public List<CalendarType> getCalendar() { if (calendar == null) { calendar = new ArrayList<CalendarType>(); } return this.calendar; } /** * Gets the value of the wbs 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 wbs property. * * <p> * For example, to add a new item, do as follows: * <pre> * getWBS().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link WBSType } * * */ public List<WBSType> getWBS() { if (wbs == null) { wbs = new ArrayList<WBSType>(); } return this.wbs; } /** * Gets the value of the projectResource 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 projectResource property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectResource().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectResourceType } * * */ public List<ProjectResourceType> getProjectResource() { if (projectResource == null) { projectResource = new ArrayList<ProjectResourceType>(); } return this.projectResource; } /** * Gets the value of the projectResourceQuantity 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 projectResourceQuantity property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectResourceQuantity().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectResourceQuantityType } * * */ public List<ProjectResourceQuantityType> getProjectResourceQuantity() { if (projectResourceQuantity == null) { projectResourceQuantity = new ArrayList<ProjectResourceQuantityType>(); } return this.projectResourceQuantity; } /** * Gets the value of the projectBudgetChangeLog 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 projectBudgetChangeLog property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectBudgetChangeLog().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectBudgetChangeLogType } * * */ public List<ProjectBudgetChangeLogType> getProjectBudgetChangeLog() { if (projectBudgetChangeLog == null) { projectBudgetChangeLog = new ArrayList<ProjectBudgetChangeLogType>(); } return this.projectBudgetChangeLog; } /** * Gets the value of the wbsMilestone 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 wbsMilestone property. * * <p> * For example, to add a new item, do as follows: * <pre> * getWBSMilestone().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link WBSMilestoneType } * * */ public List<WBSMilestoneType> getWBSMilestone() { if (wbsMilestone == null) { wbsMilestone = new ArrayList<WBSMilestoneType>(); } return this.wbsMilestone; } /** * Gets the value of the projectNote 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 projectNote property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectNote().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectNoteType } * * */ public List<ProjectNoteType> getProjectNote() { if (projectNote == null) { projectNote = new ArrayList<ProjectNoteType>(); } return this.projectNote; } /** * Gets the value of the projectThreshold 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 projectThreshold property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectThreshold().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectThresholdType } * * */ public List<ProjectThresholdType> getProjectThreshold() { if (projectThreshold == null) { projectThreshold = new ArrayList<ProjectThresholdType>(); } return this.projectThreshold; } /** * Gets the value of the projectSpendingPlan 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 projectSpendingPlan property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectSpendingPlan().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectSpendingPlanType } * * */ public List<ProjectSpendingPlanType> getProjectSpendingPlan() { if (projectSpendingPlan == null) { projectSpendingPlan = new ArrayList<ProjectSpendingPlanType>(); } return this.projectSpendingPlan; } /** * Gets the value of the projectFunding 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 projectFunding property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectFunding().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectFundingType } * * */ public List<ProjectFundingType> getProjectFunding() { if (projectFunding == null) { projectFunding = new ArrayList<ProjectFundingType>(); } return this.projectFunding; } /** * Gets the value of the activityCodeType 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 activityCodeType property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityCodeType().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityCodeTypeType } * * */ public List<ActivityCodeTypeType> getActivityCodeType() { if (activityCodeType == null) { activityCodeType = new ArrayList<ActivityCodeTypeType>(); } return this.activityCodeType; } /** * Gets the value of the activityCode 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 activityCode property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityCode().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityCodeType } * * */ public List<ActivityCodeType> getActivityCode() { if (activityCode == null) { activityCode = new ArrayList<ActivityCodeType>(); } return this.activityCode; } /** * Gets the value of the activity 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 activity property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivity().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityType } * * */ public List<ActivityType> getActivity() { if (activity == null) { activity = new ArrayList<ActivityType>(); } return this.activity; } /** * Gets the value of the resourceAssignment 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 resourceAssignment property. * * <p> * For example, to add a new item, do as follows: * <pre> * getResourceAssignment().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ResourceAssignmentType } * * */ public List<ResourceAssignmentType> getResourceAssignment() { if (resourceAssignment == null) { resourceAssignment = new ArrayList<ResourceAssignmentType>(); } return this.resourceAssignment; } /** * Gets the value of the activityExpense 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 activityExpense property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityExpense().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityExpenseType } * * */ public List<ActivityExpenseType> getActivityExpense() { if (activityExpense == null) { activityExpense = new ArrayList<ActivityExpenseType>(); } return this.activityExpense; } /** * Gets the value of the activityNote 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 activityNote property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityNote().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityNoteType } * * */ public List<ActivityNoteType> getActivityNote() { if (activityNote == null) { activityNote = new ArrayList<ActivityNoteType>(); } return this.activityNote; } /** * Gets the value of the activityStep 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 activityStep property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityStep().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityStepType } * * */ public List<ActivityStepType> getActivityStep() { if (activityStep == null) { activityStep = new ArrayList<ActivityStepType>(); } return this.activityStep; } /** * Gets the value of the relationship 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 relationship property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRelationship().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RelationshipType } * * */ public List<RelationshipType> getRelationship() { if (relationship == null) { relationship = new ArrayList<RelationshipType>(); } return this.relationship; } /** * Gets the value of the activityPeriodActual 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 activityPeriodActual property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityPeriodActual().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityPeriodActualType } * * */ public List<ActivityPeriodActualType> getActivityPeriodActual() { if (activityPeriodActual == null) { activityPeriodActual = new ArrayList<ActivityPeriodActualType>(); } return this.activityPeriodActual; } /** * Gets the value of the projectIssue 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 projectIssue property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectIssue().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectIssueType } * * */ public List<ProjectIssueType> getProjectIssue() { if (projectIssue == null) { projectIssue = new ArrayList<ProjectIssueType>(); } return this.projectIssue; } /** * Gets the value of the resourceAssignmentPeriodActual 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 resourceAssignmentPeriodActual property. * * <p> * For example, to add a new item, do as follows: * <pre> * getResourceAssignmentPeriodActual().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ResourceAssignmentPeriodActualType } * * */ public List<ResourceAssignmentPeriodActualType> getResourceAssignmentPeriodActual() { if (resourceAssignmentPeriodActual == null) { resourceAssignmentPeriodActual = new ArrayList<ResourceAssignmentPeriodActualType>(); } return this.resourceAssignmentPeriodActual; } /** * Gets the value of the document 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 document property. * * <p> * For example, to add a new item, do as follows: * <pre> * getDocument().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link DocumentType } * * */ public List<DocumentType> getDocument() { if (document == null) { document = new ArrayList<DocumentType>(); } return this.document; } /** * Gets the value of the projectDocument 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 projectDocument property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProjectDocument().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ProjectDocumentType } * * */ public List<ProjectDocumentType> getProjectDocument() { if (projectDocument == null) { projectDocument = new ArrayList<ProjectDocumentType>(); } return this.projectDocument; } /** * Gets the value of the risk 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 risk property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRisk().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RiskType } * * */ public List<RiskType> getRisk() { if (risk == null) { risk = new ArrayList<RiskType>(); } return this.risk; } /** * Gets the value of the activityRisk 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 activityRisk property. * * <p> * For example, to add a new item, do as follows: * <pre> * getActivityRisk().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivityRiskType } * * */ public List<ActivityRiskType> getActivityRisk() { if (activityRisk == null) { activityRisk = new ArrayList<ActivityRiskType>(); } return this.activityRisk; } /** * Gets the value of the riskImpact 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 riskImpact property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRiskImpact().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RiskImpactType } * * */ public List<RiskImpactType> getRiskImpact() { if (riskImpact == null) { riskImpact = new ArrayList<RiskImpactType>(); } return this.riskImpact; } /** * Gets the value of the riskResponsePlan 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 riskResponsePlan property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRiskResponsePlan().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RiskResponsePlanType } * * */ public List<RiskResponsePlanType> getRiskResponsePlan() { if (riskResponsePlan == null) { riskResponsePlan = new ArrayList<RiskResponsePlanType>(); } return this.riskResponsePlan; } /** * Gets the value of the riskResponseAction 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 riskResponseAction property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRiskResponseAction().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RiskResponseActionType } * * */ public List<RiskResponseActionType> getRiskResponseAction() { if (riskResponseAction == null) { riskResponseAction = new ArrayList<RiskResponseActionType>(); } return this.riskResponseAction; } /** * Gets the value of the riskResponseActionImpact 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 riskResponseActionImpact property. * * <p> * For example, to add a new item, do as follows: * <pre> * getRiskResponseActionImpact().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link RiskResponseActionImpactType } * * */ public List<RiskResponseActionImpactType> getRiskResponseActionImpact() { if (riskResponseActionImpact == null) { riskResponseActionImpact = new ArrayList<RiskResponseActionImpactType>(); } return this.riskResponseActionImpact; } /** * Gets the value of the external property. * * @return * possible object is * {@link Boolean } * */ public Boolean isExternal() { return external; } /** * Sets the value of the external property. * * @param value * allowed object is * {@link Boolean } * */ public void setExternal(Boolean value) { this.external = value; } }