public class ActivityType extends Object
Java class for ActivityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountingVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AccountingVarianceLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ActualThisPeriodLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualThisPeriodLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualThisPeriodMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualThisPeriodNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualThisPeriodNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ActualTotalUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="AtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionLaborUnitsVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionTotalUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AtCompletionVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="AutoComputeActuals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Baseline1Duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Baseline1PlannedDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Baseline1StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BaselineDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselineFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BaselinePlannedDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselinePlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BaselineStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="BudgetAtCompletion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CBSCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CalendarName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="CalendarObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostPercentOfPlanned" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostPerformanceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostPerformanceIndexLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostVarianceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostVarianceIndexLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CostVarianceLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" 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="DataDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Duration1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="DurationPercentComplete" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="DurationPercentOfPlanned" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="DurationType" 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="DurationVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EarlyFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EarlyStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimateAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimateToComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimateToCompleteLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpenseCost1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExpenseCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExpenseCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ExternalEarlyStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExternalLateFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Feedback" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FinishDate1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FinishDateVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FloatPath" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FloatPathOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FreeFloat" type="{http://www.w3.org/2001/XMLSchema}double" 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="Id" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsCritical" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsLongestPath" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsNewFeedback" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsStarred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LaborCost1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LaborCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LaborCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LaborUnits1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LaborUnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LaborUnitsVariance" type="{http://www.w3.org/2001/XMLSchema}double" 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="LateFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LateStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LevelingPriority" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Top"/>
<enumeration value="High"/>
<enumeration value="Normal"/>
<enumeration value="Low"/>
<enumeration value="Lowest"/>
</restriction>
</simpleType>
</element>
<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="MaterialCost1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaterialCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaterialCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="NonLaborCost1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NonLaborCostPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NonLaborCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NonLaborUnits1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NonLaborUnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NonLaborUnitsVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NotesToResources" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PercentCompleteType" 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="PerformancePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PhysicalPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedTotalUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PlannedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PrimaryConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PrimaryConstraintType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Start On"/>
<enumeration value="Start On or Before"/>
<enumeration value="Start On or After"/>
<enumeration value="Finish On"/>
<enumeration value="Finish On or Before"/>
<enumeration value="Finish On or After"/>
<enumeration value="As Late As Possible"/>
<enumeration value="Mandatory Start"/>
<enumeration value="Mandatory Finish"/>
</restriction>
</simpleType>
</element>
<element name="PrimaryResourceId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="PrimaryResourceName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="PrimaryResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RemainingDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="RemainingEarlyFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RemainingEarlyStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RemainingExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingFloat" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingLateFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RemainingLateStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RemainingMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RemainingTotalUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ResumeDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ReviewFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ReviewRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ReviewStatus" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="OK"/>
<enumeration value="For Review"/>
<enumeration value="Rejected"/>
</restriction>
</simpleType>
</element>
<element name="SchedulePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SchedulePerformanceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SchedulePerformanceIndexLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScheduleVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScheduleVarianceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScheduleVarianceIndexLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScheduleVarianceLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SecondaryConstraintDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SecondaryConstraintType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Start On"/>
<enumeration value="Start On or Before"/>
<enumeration value="Start On or After"/>
<enumeration value="Finish On"/>
<enumeration value="Finish On or Before"/>
<enumeration value="Finish On or After"/>
<enumeration value="As Late As Possible"/>
<enumeration value="Mandatory Start"/>
<enumeration value="Mandatory Finish"/>
</restriction>
</simpleType>
</element>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="StartDate1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="StartDateVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Status" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Not Started"/>
<enumeration value="In Progress"/>
<enumeration value="Completed"/>
</restriction>
</simpleType>
</element>
<element name="SuspendDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ToCompletePerformanceIndex" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TotalCost1Variance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TotalCostVariance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TotalFloat" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Type" 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="UnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="UnreadCommentCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WBSCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="WBSName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<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}ActivitySpreadType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ActivityType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAccountingVariance()
Gets the value of the accountingVariance property.
|
Double |
getAccountingVarianceLaborUnits()
Gets the value of the accountingVarianceLaborUnits property.
|
Double |
getActualDuration()
Gets the value of the actualDuration property.
|
Double |
getActualExpenseCost()
Gets the value of the actualExpenseCost property.
|
Date |
getActualFinishDate()
Gets the value of the actualFinishDate property.
|
Double |
getActualLaborCost()
Gets the value of the actualLaborCost property.
|
Double |
getActualLaborUnits()
Gets the value of the actualLaborUnits property.
|
Double |
getActualMaterialCost()
Gets the value of the actualMaterialCost property.
|
Double |
getActualNonLaborCost()
Gets the value of the actualNonLaborCost property.
|
Double |
getActualNonLaborUnits()
Gets the value of the actualNonLaborUnits property.
|
Date |
getActualStartDate()
Gets the value of the actualStartDate property.
|
Double |
getActualThisPeriodLaborCost()
Gets the value of the actualThisPeriodLaborCost property.
|
Double |
getActualThisPeriodLaborUnits()
Gets the value of the actualThisPeriodLaborUnits property.
|
Double |
getActualThisPeriodMaterialCost()
Gets the value of the actualThisPeriodMaterialCost property.
|
Double |
getActualThisPeriodNonLaborCost()
Gets the value of the actualThisPeriodNonLaborCost property.
|
Double |
getActualThisPeriodNonLaborUnits()
Gets the value of the actualThisPeriodNonLaborUnits property.
|
Double |
getActualTotalCost()
Gets the value of the actualTotalCost property.
|
Double |
getActualTotalUnits()
Gets the value of the actualTotalUnits property.
|
Double |
getAtCompletionDuration()
Gets the value of the atCompletionDuration property.
|
Double |
getAtCompletionExpenseCost()
Gets the value of the atCompletionExpenseCost property.
|
Double |
getAtCompletionLaborCost()
Gets the value of the atCompletionLaborCost property.
|
Double |
getAtCompletionLaborUnits()
Gets the value of the atCompletionLaborUnits property.
|
Double |
getAtCompletionLaborUnitsVariance()
Gets the value of the atCompletionLaborUnitsVariance property.
|
Double |
getAtCompletionMaterialCost()
Gets the value of the atCompletionMaterialCost property.
|
Double |
getAtCompletionNonLaborCost()
Gets the value of the atCompletionNonLaborCost property.
|
Double |
getAtCompletionNonLaborUnits()
Gets the value of the atCompletionNonLaborUnits property.
|
Double |
getAtCompletionTotalCost()
Gets the value of the atCompletionTotalCost property.
|
Double |
getAtCompletionTotalUnits()
Gets the value of the atCompletionTotalUnits property.
|
Double |
getAtCompletionVariance()
Gets the value of the atCompletionVariance property.
|
Double |
getBaseline1Duration()
Gets the value of the baseline1Duration property.
|
Date |
getBaseline1FinishDate()
Gets the value of the baseline1FinishDate property.
|
Double |
getBaseline1PlannedDuration()
Gets the value of the baseline1PlannedDuration property.
|
Double |
getBaseline1PlannedExpenseCost()
Gets the value of the baseline1PlannedExpenseCost property.
|
Double |
getBaseline1PlannedLaborCost()
Gets the value of the baseline1PlannedLaborCost property.
|
Double |
getBaseline1PlannedLaborUnits()
Gets the value of the baseline1PlannedLaborUnits property.
|
Double |
getBaseline1PlannedMaterialCost()
Gets the value of the baseline1PlannedMaterialCost property.
|
Double |
getBaseline1PlannedNonLaborCost()
Gets the value of the baseline1PlannedNonLaborCost property.
|
Double |
getBaseline1PlannedNonLaborUnits()
Gets the value of the baseline1PlannedNonLaborUnits property.
|
Double |
getBaseline1PlannedTotalCost()
Gets the value of the baseline1PlannedTotalCost property.
|
Date |
getBaseline1StartDate()
Gets the value of the baseline1StartDate property.
|
Double |
getBaselineDuration()
Gets the value of the baselineDuration property.
|
Date |
getBaselineFinishDate()
Gets the value of the baselineFinishDate property.
|
Double |
getBaselinePlannedDuration()
Gets the value of the baselinePlannedDuration property.
|
Double |
getBaselinePlannedExpenseCost()
Gets the value of the baselinePlannedExpenseCost property.
|
Double |
getBaselinePlannedLaborCost()
Gets the value of the baselinePlannedLaborCost property.
|
Double |
getBaselinePlannedLaborUnits()
Gets the value of the baselinePlannedLaborUnits property.
|
Double |
getBaselinePlannedMaterialCost()
Gets the value of the baselinePlannedMaterialCost property.
|
Double |
getBaselinePlannedNonLaborCost()
Gets the value of the baselinePlannedNonLaborCost property.
|
Double |
getBaselinePlannedNonLaborUnits()
Gets the value of the baselinePlannedNonLaborUnits property.
|
Double |
getBaselinePlannedTotalCost()
Gets the value of the baselinePlannedTotalCost property.
|
Date |
getBaselineStartDate()
Gets the value of the baselineStartDate property.
|
Double |
getBudgetAtCompletion()
Gets the value of the budgetAtCompletion property.
|
String |
getCalendarName()
Gets the value of the calendarName property.
|
Integer |
getCalendarObjectId()
Gets the value of the calendarObjectId property.
|
String |
getCBSCode()
Gets the value of the cbsCode property.
|
Integer |
getCBSObjectId()
Gets the value of the cbsObjectId property.
|
List<CodeAssignmentType> |
getCode()
Gets the value of the code property.
|
Double |
getCostPercentComplete()
Gets the value of the costPercentComplete property.
|
Double |
getCostPercentOfPlanned()
Gets the value of the costPercentOfPlanned property.
|
Double |
getCostPerformanceIndex()
Gets the value of the costPerformanceIndex property.
|
Double |
getCostPerformanceIndexLaborUnits()
Gets the value of the costPerformanceIndexLaborUnits property.
|
Double |
getCostVariance()
Gets the value of the costVariance property.
|
Double |
getCostVarianceIndex()
Gets the value of the costVarianceIndex property.
|
Double |
getCostVarianceIndexLaborUnits()
Gets the value of the costVarianceIndexLaborUnits property.
|
Double |
getCostVarianceLaborUnits()
Gets the value of the costVarianceLaborUnits property.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Date |
getDataDate()
Gets the value of the dataDate property.
|
Double |
getDuration1Variance()
Gets the value of the duration1Variance property.
|
Double |
getDurationPercentComplete()
Gets the value of the durationPercentComplete property.
|
Double |
getDurationPercentOfPlanned()
Gets the value of the durationPercentOfPlanned property.
|
String |
getDurationType()
Gets the value of the durationType property.
|
Double |
getDurationVariance()
Gets the value of the durationVariance property.
|
Date |
getEarlyFinishDate()
Gets the value of the earlyFinishDate property.
|
Date |
getEarlyStartDate()
Gets the value of the earlyStartDate property.
|
Double |
getEarnedValueCost()
Gets the value of the earnedValueCost property.
|
Double |
getEarnedValueLaborUnits()
Gets the value of the earnedValueLaborUnits property.
|
Double |
getEstimateAtCompletionCost()
Gets the value of the estimateAtCompletionCost property.
|
Double |
getEstimateAtCompletionLaborUnits()
Gets the value of the estimateAtCompletionLaborUnits property.
|
Double |
getEstimateToComplete()
Gets the value of the estimateToComplete property.
|
Double |
getEstimateToCompleteLaborUnits()
Gets the value of the estimateToCompleteLaborUnits property.
|
Date |
getExpectedFinishDate()
Gets the value of the expectedFinishDate property.
|
Double |
getExpenseCost1Variance()
Gets the value of the expenseCost1Variance property.
|
Double |
getExpenseCostPercentComplete()
Gets the value of the expenseCostPercentComplete property.
|
Double |
getExpenseCostVariance()
Gets the value of the expenseCostVariance property.
|
Date |
getExternalEarlyStartDate()
Gets the value of the externalEarlyStartDate property.
|
Date |
getExternalLateFinishDate()
Gets the value of the externalLateFinishDate property.
|
String |
getFeedback()
Gets the value of the feedback property.
|
Date |
getFinishDate()
Gets the value of the finishDate property.
|
Double |
getFinishDate1Variance()
Gets the value of the finishDate1Variance property.
|
Double |
getFinishDateVariance()
Gets the value of the finishDateVariance property.
|
Integer |
getFloatPath()
Gets the value of the floatPath property.
|
Integer |
getFloatPathOrder()
Gets the value of the floatPathOrder property.
|
Double |
getFreeFloat()
Gets the value of the freeFloat property.
|
String |
getGUID()
Gets the value of the guid property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getLaborCost1Variance()
Gets the value of the laborCost1Variance property.
|
Double |
getLaborCostPercentComplete()
Gets the value of the laborCostPercentComplete property.
|
Double |
getLaborCostVariance()
Gets the value of the laborCostVariance property.
|
Double |
getLaborUnits1Variance()
Gets the value of the laborUnits1Variance property.
|
Double |
getLaborUnitsPercentComplete()
Gets the value of the laborUnitsPercentComplete property.
|
Double |
getLaborUnitsVariance()
Gets the value of the laborUnitsVariance property.
|
Date |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Date |
getLateFinishDate()
Gets the value of the lateFinishDate property.
|
Date |
getLateStartDate()
Gets the value of the lateStartDate property.
|
String |
getLevelingPriority()
Gets the value of the levelingPriority property.
|
String |
getLocationName()
Gets the value of the locationName property.
|
Integer |
getLocationObjectId()
Gets the value of the locationObjectId property.
|
Double |
getMaterialCost1Variance()
Gets the value of the materialCost1Variance property.
|
Double |
getMaterialCostPercentComplete()
Gets the value of the materialCostPercentComplete property.
|
Double |
getMaterialCostVariance()
Gets the value of the materialCostVariance property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getNonLaborCost1Variance()
Gets the value of the nonLaborCost1Variance property.
|
Double |
getNonLaborCostPercentComplete()
Gets the value of the nonLaborCostPercentComplete property.
|
Double |
getNonLaborCostVariance()
Gets the value of the nonLaborCostVariance property.
|
Double |
getNonLaborUnits1Variance()
Gets the value of the nonLaborUnits1Variance property.
|
Double |
getNonLaborUnitsPercentComplete()
Gets the value of the nonLaborUnitsPercentComplete property.
|
Double |
getNonLaborUnitsVariance()
Gets the value of the nonLaborUnitsVariance property.
|
String |
getNotesToResources()
Gets the value of the notesToResources property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Double |
getPercentComplete()
Gets the value of the percentComplete property.
|
String |
getPercentCompleteType()
Gets the value of the percentCompleteType property.
|
Double |
getPerformancePercentComplete()
Gets the value of the performancePercentComplete property.
|
Double |
getPhysicalPercentComplete()
Gets the value of the physicalPercentComplete property.
|
Double |
getPlannedDuration()
Gets the value of the plannedDuration property.
|
Double |
getPlannedExpenseCost()
Gets the value of the plannedExpenseCost property.
|
Date |
getPlannedFinishDate()
Gets the value of the plannedFinishDate property.
|
Double |
getPlannedLaborCost()
Gets the value of the plannedLaborCost property.
|
Double |
getPlannedLaborUnits()
Gets the value of the plannedLaborUnits property.
|
Double |
getPlannedMaterialCost()
Gets the value of the plannedMaterialCost property.
|
Double |
getPlannedNonLaborCost()
Gets the value of the plannedNonLaborCost property.
|
Double |
getPlannedNonLaborUnits()
Gets the value of the plannedNonLaborUnits property.
|
Date |
getPlannedStartDate()
Gets the value of the plannedStartDate property.
|
Double |
getPlannedTotalCost()
Gets the value of the plannedTotalCost property.
|
Double |
getPlannedTotalUnits()
Gets the value of the plannedTotalUnits property.
|
Double |
getPlannedValueCost()
Gets the value of the plannedValueCost property.
|
Double |
getPlannedValueLaborUnits()
Gets the value of the plannedValueLaborUnits property.
|
Date |
getPrimaryConstraintDate()
Gets the value of the primaryConstraintDate property.
|
String |
getPrimaryConstraintType()
Gets the value of the primaryConstraintType property.
|
String |
getPrimaryResourceId()
Gets the value of the primaryResourceId property.
|
String |
getPrimaryResourceName()
Gets the value of the primaryResourceName property.
|
Integer |
getPrimaryResourceObjectId()
Gets the value of the primaryResourceObjectId property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getRemainingDuration()
Gets the value of the remainingDuration property.
|
Date |
getRemainingEarlyFinishDate()
Gets the value of the remainingEarlyFinishDate property.
|
Date |
getRemainingEarlyStartDate()
Gets the value of the remainingEarlyStartDate property.
|
Double |
getRemainingExpenseCost()
Gets the value of the remainingExpenseCost property.
|
Double |
getRemainingFloat()
Gets the value of the remainingFloat property.
|
Double |
getRemainingLaborCost()
Gets the value of the remainingLaborCost property.
|
Double |
getRemainingLaborUnits()
Gets the value of the remainingLaborUnits property.
|
Date |
getRemainingLateFinishDate()
Gets the value of the remainingLateFinishDate property.
|
Date |
getRemainingLateStartDate()
Gets the value of the remainingLateStartDate property.
|
Double |
getRemainingMaterialCost()
Gets the value of the remainingMaterialCost property.
|
Double |
getRemainingNonLaborCost()
Gets the value of the remainingNonLaborCost property.
|
Double |
getRemainingNonLaborUnits()
Gets the value of the remainingNonLaborUnits property.
|
Double |
getRemainingTotalCost()
Gets the value of the remainingTotalCost property.
|
Double |
getRemainingTotalUnits()
Gets the value of the remainingTotalUnits property.
|
Date |
getResumeDate()
Gets the value of the resumeDate property.
|
Date |
getReviewFinishDate()
Gets the value of the reviewFinishDate property.
|
String |
getReviewStatus()
Gets the value of the reviewStatus property.
|
Double |
getSchedulePercentComplete()
Gets the value of the schedulePercentComplete property.
|
Double |
getSchedulePerformanceIndex()
Gets the value of the schedulePerformanceIndex property.
|
Double |
getSchedulePerformanceIndexLaborUnits()
Gets the value of the schedulePerformanceIndexLaborUnits property.
|
Double |
getScheduleVariance()
Gets the value of the scheduleVariance property.
|
Double |
getScheduleVarianceIndex()
Gets the value of the scheduleVarianceIndex property.
|
Double |
getScheduleVarianceIndexLaborUnits()
Gets the value of the scheduleVarianceIndexLaborUnits property.
|
Double |
getScheduleVarianceLaborUnits()
Gets the value of the scheduleVarianceLaborUnits property.
|
Date |
getSecondaryConstraintDate()
Gets the value of the secondaryConstraintDate property.
|
String |
getSecondaryConstraintType()
Gets the value of the secondaryConstraintType property.
|
ActivitySpreadType |
getSpread()
Gets the value of the spread property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
Double |
getStartDate1Variance()
Gets the value of the startDate1Variance property.
|
Double |
getStartDateVariance()
Gets the value of the startDateVariance property.
|
String |
getStatus()
Gets the value of the status property.
|
Date |
getSuspendDate()
Gets the value of the suspendDate property.
|
Double |
getToCompletePerformanceIndex()
Gets the value of the toCompletePerformanceIndex property.
|
Double |
getTotalCost1Variance()
Gets the value of the totalCost1Variance property.
|
Double |
getTotalCostVariance()
Gets the value of the totalCostVariance property.
|
Double |
getTotalFloat()
Gets the value of the totalFloat property.
|
String |
getType()
Gets the value of the type property.
|
List<UDFAssignmentType> |
getUDF()
Gets the value of the udf property.
|
Double |
getUnitsPercentComplete()
Gets the value of the unitsPercentComplete property.
|
Integer |
getUnreadCommentCount()
Gets the value of the unreadCommentCount property.
|
String |
getWBSCode()
Gets the value of the wbsCode property.
|
String |
getWBSName()
Gets the value of the wbsName property.
|
Integer |
getWBSObjectId()
Gets the value of the wbsObjectId property.
|
Boolean |
isAutoComputeActuals()
Gets the value of the autoComputeActuals property.
|
Boolean |
isHasFutureBucketData()
Gets the value of the hasFutureBucketData property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsCritical()
Gets the value of the isCritical property.
|
Boolean |
isIsLongestPath()
Gets the value of the isLongestPath property.
|
Boolean |
isIsNewFeedback()
Gets the value of the isNewFeedback property.
|
Boolean |
isIsStarred()
Gets the value of the isStarred property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
Boolean |
isReviewRequired()
Gets the value of the reviewRequired property.
|
void |
setAccountingVariance(Double value)
Sets the value of the accountingVariance property.
|
void |
setAccountingVarianceLaborUnits(Double value)
Sets the value of the accountingVarianceLaborUnits property.
|
void |
setActualDuration(Double value)
Sets the value of the actualDuration property.
|
void |
setActualExpenseCost(Double value)
Sets the value of the actualExpenseCost property.
|
void |
setActualFinishDate(Date value)
Sets the value of the actualFinishDate property.
|
void |
setActualLaborCost(Double value)
Sets the value of the actualLaborCost property.
|
void |
setActualLaborUnits(Double value)
Sets the value of the actualLaborUnits property.
|
void |
setActualMaterialCost(Double value)
Sets the value of the actualMaterialCost property.
|
void |
setActualNonLaborCost(Double value)
Sets the value of the actualNonLaborCost property.
|
void |
setActualNonLaborUnits(Double value)
Sets the value of the actualNonLaborUnits property.
|
void |
setActualStartDate(Date value)
Sets the value of the actualStartDate property.
|
void |
setActualThisPeriodLaborCost(Double value)
Sets the value of the actualThisPeriodLaborCost property.
|
void |
setActualThisPeriodLaborUnits(Double value)
Sets the value of the actualThisPeriodLaborUnits property.
|
void |
setActualThisPeriodMaterialCost(Double value)
Sets the value of the actualThisPeriodMaterialCost property.
|
void |
setActualThisPeriodNonLaborCost(Double value)
Sets the value of the actualThisPeriodNonLaborCost property.
|
void |
setActualThisPeriodNonLaborUnits(Double value)
Sets the value of the actualThisPeriodNonLaborUnits property.
|
void |
setActualTotalCost(Double value)
Sets the value of the actualTotalCost property.
|
void |
setActualTotalUnits(Double value)
Sets the value of the actualTotalUnits property.
|
void |
setAtCompletionDuration(Double value)
Sets the value of the atCompletionDuration property.
|
void |
setAtCompletionExpenseCost(Double value)
Sets the value of the atCompletionExpenseCost property.
|
void |
setAtCompletionLaborCost(Double value)
Sets the value of the atCompletionLaborCost property.
|
void |
setAtCompletionLaborUnits(Double value)
Sets the value of the atCompletionLaborUnits property.
|
void |
setAtCompletionLaborUnitsVariance(Double value)
Sets the value of the atCompletionLaborUnitsVariance property.
|
void |
setAtCompletionMaterialCost(Double value)
Sets the value of the atCompletionMaterialCost property.
|
void |
setAtCompletionNonLaborCost(Double value)
Sets the value of the atCompletionNonLaborCost property.
|
void |
setAtCompletionNonLaborUnits(Double value)
Sets the value of the atCompletionNonLaborUnits property.
|
void |
setAtCompletionTotalCost(Double value)
Sets the value of the atCompletionTotalCost property.
|
void |
setAtCompletionTotalUnits(Double value)
Sets the value of the atCompletionTotalUnits property.
|
void |
setAtCompletionVariance(Double value)
Sets the value of the atCompletionVariance property.
|
void |
setAutoComputeActuals(Boolean value)
Sets the value of the autoComputeActuals property.
|
void |
setBaseline1Duration(Double value)
Sets the value of the baseline1Duration property.
|
void |
setBaseline1FinishDate(Date value)
Sets the value of the baseline1FinishDate property.
|
void |
setBaseline1PlannedDuration(Double value)
Sets the value of the baseline1PlannedDuration property.
|
void |
setBaseline1PlannedExpenseCost(Double value)
Sets the value of the baseline1PlannedExpenseCost property.
|
void |
setBaseline1PlannedLaborCost(Double value)
Sets the value of the baseline1PlannedLaborCost property.
|
void |
setBaseline1PlannedLaborUnits(Double value)
Sets the value of the baseline1PlannedLaborUnits property.
|
void |
setBaseline1PlannedMaterialCost(Double value)
Sets the value of the baseline1PlannedMaterialCost property.
|
void |
setBaseline1PlannedNonLaborCost(Double value)
Sets the value of the baseline1PlannedNonLaborCost property.
|
void |
setBaseline1PlannedNonLaborUnits(Double value)
Sets the value of the baseline1PlannedNonLaborUnits property.
|
void |
setBaseline1PlannedTotalCost(Double value)
Sets the value of the baseline1PlannedTotalCost property.
|
void |
setBaseline1StartDate(Date value)
Sets the value of the baseline1StartDate property.
|
void |
setBaselineDuration(Double value)
Sets the value of the baselineDuration property.
|
void |
setBaselineFinishDate(Date value)
Sets the value of the baselineFinishDate property.
|
void |
setBaselinePlannedDuration(Double value)
Sets the value of the baselinePlannedDuration property.
|
void |
setBaselinePlannedExpenseCost(Double value)
Sets the value of the baselinePlannedExpenseCost property.
|
void |
setBaselinePlannedLaborCost(Double value)
Sets the value of the baselinePlannedLaborCost property.
|
void |
setBaselinePlannedLaborUnits(Double value)
Sets the value of the baselinePlannedLaborUnits property.
|
void |
setBaselinePlannedMaterialCost(Double value)
Sets the value of the baselinePlannedMaterialCost property.
|
void |
setBaselinePlannedNonLaborCost(Double value)
Sets the value of the baselinePlannedNonLaborCost property.
|
void |
setBaselinePlannedNonLaborUnits(Double value)
Sets the value of the baselinePlannedNonLaborUnits property.
|
void |
setBaselinePlannedTotalCost(Double value)
Sets the value of the baselinePlannedTotalCost property.
|
void |
setBaselineStartDate(Date value)
Sets the value of the baselineStartDate property.
|
void |
setBudgetAtCompletion(Double value)
Sets the value of the budgetAtCompletion property.
|
void |
setCalendarName(String value)
Sets the value of the calendarName property.
|
void |
setCalendarObjectId(Integer value)
Sets the value of the calendarObjectId property.
|
void |
setCBSCode(String value)
Sets the value of the cbsCode property.
|
void |
setCBSObjectId(Integer value)
Sets the value of the cbsObjectId property.
|
void |
setCostPercentComplete(Double value)
Sets the value of the costPercentComplete property.
|
void |
setCostPercentOfPlanned(Double value)
Sets the value of the costPercentOfPlanned property.
|
void |
setCostPerformanceIndex(Double value)
Sets the value of the costPerformanceIndex property.
|
void |
setCostPerformanceIndexLaborUnits(Double value)
Sets the value of the costPerformanceIndexLaborUnits property.
|
void |
setCostVariance(Double value)
Sets the value of the costVariance property.
|
void |
setCostVarianceIndex(Double value)
Sets the value of the costVarianceIndex property.
|
void |
setCostVarianceIndexLaborUnits(Double value)
Sets the value of the costVarianceIndexLaborUnits property.
|
void |
setCostVarianceLaborUnits(Double value)
Sets the value of the costVarianceLaborUnits property.
|
void |
setCreateDate(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDataDate(Date value)
Sets the value of the dataDate property.
|
void |
setDuration1Variance(Double value)
Sets the value of the duration1Variance property.
|
void |
setDurationPercentComplete(Double value)
Sets the value of the durationPercentComplete property.
|
void |
setDurationPercentOfPlanned(Double value)
Sets the value of the durationPercentOfPlanned property.
|
void |
setDurationType(String value)
Sets the value of the durationType property.
|
void |
setDurationVariance(Double value)
Sets the value of the durationVariance property.
|
void |
setEarlyFinishDate(Date value)
Sets the value of the earlyFinishDate property.
|
void |
setEarlyStartDate(Date value)
Sets the value of the earlyStartDate property.
|
void |
setEarnedValueCost(Double value)
Sets the value of the earnedValueCost property.
|
void |
setEarnedValueLaborUnits(Double value)
Sets the value of the earnedValueLaborUnits property.
|
void |
setEstimateAtCompletionCost(Double value)
Sets the value of the estimateAtCompletionCost property.
|
void |
setEstimateAtCompletionLaborUnits(Double value)
Sets the value of the estimateAtCompletionLaborUnits property.
|
void |
setEstimateToComplete(Double value)
Sets the value of the estimateToComplete property.
|
void |
setEstimateToCompleteLaborUnits(Double value)
Sets the value of the estimateToCompleteLaborUnits property.
|
void |
setExpectedFinishDate(Date value)
Sets the value of the expectedFinishDate property.
|
void |
setExpenseCost1Variance(Double value)
Sets the value of the expenseCost1Variance property.
|
void |
setExpenseCostPercentComplete(Double value)
Sets the value of the expenseCostPercentComplete property.
|
void |
setExpenseCostVariance(Double value)
Sets the value of the expenseCostVariance property.
|
void |
setExternalEarlyStartDate(Date value)
Sets the value of the externalEarlyStartDate property.
|
void |
setExternalLateFinishDate(Date value)
Sets the value of the externalLateFinishDate property.
|
void |
setFeedback(String value)
Sets the value of the feedback property.
|
void |
setFinishDate(Date value)
Sets the value of the finishDate property.
|
void |
setFinishDate1Variance(Double value)
Sets the value of the finishDate1Variance property.
|
void |
setFinishDateVariance(Double value)
Sets the value of the finishDateVariance property.
|
void |
setFloatPath(Integer value)
Sets the value of the floatPath property.
|
void |
setFloatPathOrder(Integer value)
Sets the value of the floatPathOrder property.
|
void |
setFreeFloat(Double value)
Sets the value of the freeFloat property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setHasFutureBucketData(Boolean value)
Sets the value of the hasFutureBucketData property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsCritical(Boolean value)
Sets the value of the isCritical property.
|
void |
setIsLongestPath(Boolean value)
Sets the value of the isLongestPath property.
|
void |
setIsNewFeedback(Boolean value)
Sets the value of the isNewFeedback property.
|
void |
setIsStarred(Boolean value)
Sets the value of the isStarred property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLaborCost1Variance(Double value)
Sets the value of the laborCost1Variance property.
|
void |
setLaborCostPercentComplete(Double value)
Sets the value of the laborCostPercentComplete property.
|
void |
setLaborCostVariance(Double value)
Sets the value of the laborCostVariance property.
|
void |
setLaborUnits1Variance(Double value)
Sets the value of the laborUnits1Variance property.
|
void |
setLaborUnitsPercentComplete(Double value)
Sets the value of the laborUnitsPercentComplete property.
|
void |
setLaborUnitsVariance(Double value)
Sets the value of the laborUnitsVariance property.
|
void |
setLastUpdateDate(Date value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setLateFinishDate(Date value)
Sets the value of the lateFinishDate property.
|
void |
setLateStartDate(Date value)
Sets the value of the lateStartDate property.
|
void |
setLevelingPriority(String value)
Sets the value of the levelingPriority property.
|
void |
setLocationName(String value)
Sets the value of the locationName property.
|
void |
setLocationObjectId(Integer value)
Sets the value of the locationObjectId property.
|
void |
setMaterialCost1Variance(Double value)
Sets the value of the materialCost1Variance property.
|
void |
setMaterialCostPercentComplete(Double value)
Sets the value of the materialCostPercentComplete property.
|
void |
setMaterialCostVariance(Double value)
Sets the value of the materialCostVariance property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNonLaborCost1Variance(Double value)
Sets the value of the nonLaborCost1Variance property.
|
void |
setNonLaborCostPercentComplete(Double value)
Sets the value of the nonLaborCostPercentComplete property.
|
void |
setNonLaborCostVariance(Double value)
Sets the value of the nonLaborCostVariance property.
|
void |
setNonLaborUnits1Variance(Double value)
Sets the value of the nonLaborUnits1Variance property.
|
void |
setNonLaborUnitsPercentComplete(Double value)
Sets the value of the nonLaborUnitsPercentComplete property.
|
void |
setNonLaborUnitsVariance(Double value)
Sets the value of the nonLaborUnitsVariance property.
|
void |
setNotesToResources(String value)
Sets the value of the notesToResources property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setPercentComplete(Double value)
Sets the value of the percentComplete property.
|
void |
setPercentCompleteType(String value)
Sets the value of the percentCompleteType property.
|
void |
setPerformancePercentComplete(Double value)
Sets the value of the performancePercentComplete property.
|
void |
setPhysicalPercentComplete(Double value)
Sets the value of the physicalPercentComplete property.
|
void |
setPlannedDuration(Double value)
Sets the value of the plannedDuration property.
|
void |
setPlannedExpenseCost(Double value)
Sets the value of the plannedExpenseCost property.
|
void |
setPlannedFinishDate(Date value)
Sets the value of the plannedFinishDate property.
|
void |
setPlannedLaborCost(Double value)
Sets the value of the plannedLaborCost property.
|
void |
setPlannedLaborUnits(Double value)
Sets the value of the plannedLaborUnits property.
|
void |
setPlannedMaterialCost(Double value)
Sets the value of the plannedMaterialCost property.
|
void |
setPlannedNonLaborCost(Double value)
Sets the value of the plannedNonLaborCost property.
|
void |
setPlannedNonLaborUnits(Double value)
Sets the value of the plannedNonLaborUnits property.
|
void |
setPlannedStartDate(Date value)
Sets the value of the plannedStartDate property.
|
void |
setPlannedTotalCost(Double value)
Sets the value of the plannedTotalCost property.
|
void |
setPlannedTotalUnits(Double value)
Sets the value of the plannedTotalUnits property.
|
void |
setPlannedValueCost(Double value)
Sets the value of the plannedValueCost property.
|
void |
setPlannedValueLaborUnits(Double value)
Sets the value of the plannedValueLaborUnits property.
|
void |
setPrimaryConstraintDate(Date value)
Sets the value of the primaryConstraintDate property.
|
void |
setPrimaryConstraintType(String value)
Sets the value of the primaryConstraintType property.
|
void |
setPrimaryResourceId(String value)
Sets the value of the primaryResourceId property.
|
void |
setPrimaryResourceName(String value)
Sets the value of the primaryResourceName property.
|
void |
setPrimaryResourceObjectId(Integer value)
Sets the value of the primaryResourceObjectId property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRemainingDuration(Double value)
Sets the value of the remainingDuration property.
|
void |
setRemainingEarlyFinishDate(Date value)
Sets the value of the remainingEarlyFinishDate property.
|
void |
setRemainingEarlyStartDate(Date value)
Sets the value of the remainingEarlyStartDate property.
|
void |
setRemainingExpenseCost(Double value)
Sets the value of the remainingExpenseCost property.
|
void |
setRemainingFloat(Double value)
Sets the value of the remainingFloat property.
|
void |
setRemainingLaborCost(Double value)
Sets the value of the remainingLaborCost property.
|
void |
setRemainingLaborUnits(Double value)
Sets the value of the remainingLaborUnits property.
|
void |
setRemainingLateFinishDate(Date value)
Sets the value of the remainingLateFinishDate property.
|
void |
setRemainingLateStartDate(Date value)
Sets the value of the remainingLateStartDate property.
|
void |
setRemainingMaterialCost(Double value)
Sets the value of the remainingMaterialCost property.
|
void |
setRemainingNonLaborCost(Double value)
Sets the value of the remainingNonLaborCost property.
|
void |
setRemainingNonLaborUnits(Double value)
Sets the value of the remainingNonLaborUnits property.
|
void |
setRemainingTotalCost(Double value)
Sets the value of the remainingTotalCost property.
|
void |
setRemainingTotalUnits(Double value)
Sets the value of the remainingTotalUnits property.
|
void |
setResumeDate(Date value)
Sets the value of the resumeDate property.
|
void |
setReviewFinishDate(Date value)
Sets the value of the reviewFinishDate property.
|
void |
setReviewRequired(Boolean value)
Sets the value of the reviewRequired property.
|
void |
setReviewStatus(String value)
Sets the value of the reviewStatus property.
|
void |
setSchedulePercentComplete(Double value)
Sets the value of the schedulePercentComplete property.
|
void |
setSchedulePerformanceIndex(Double value)
Sets the value of the schedulePerformanceIndex property.
|
void |
setSchedulePerformanceIndexLaborUnits(Double value)
Sets the value of the schedulePerformanceIndexLaborUnits property.
|
void |
setScheduleVariance(Double value)
Sets the value of the scheduleVariance property.
|
void |
setScheduleVarianceIndex(Double value)
Sets the value of the scheduleVarianceIndex property.
|
void |
setScheduleVarianceIndexLaborUnits(Double value)
Sets the value of the scheduleVarianceIndexLaborUnits property.
|
void |
setScheduleVarianceLaborUnits(Double value)
Sets the value of the scheduleVarianceLaborUnits property.
|
void |
setSecondaryConstraintDate(Date value)
Sets the value of the secondaryConstraintDate property.
|
void |
setSecondaryConstraintType(String value)
Sets the value of the secondaryConstraintType property.
|
void |
setSpread(ActivitySpreadType value)
Sets the value of the spread property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStartDate1Variance(Double value)
Sets the value of the startDate1Variance property.
|
void |
setStartDateVariance(Double value)
Sets the value of the startDateVariance property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSuspendDate(Date value)
Sets the value of the suspendDate property.
|
void |
setToCompletePerformanceIndex(Double value)
Sets the value of the toCompletePerformanceIndex property.
|
void |
setTotalCost1Variance(Double value)
Sets the value of the totalCost1Variance property.
|
void |
setTotalCostVariance(Double value)
Sets the value of the totalCostVariance property.
|
void |
setTotalFloat(Double value)
Sets the value of the totalFloat property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUnitsPercentComplete(Double value)
Sets the value of the unitsPercentComplete property.
|
void |
setUnreadCommentCount(Integer value)
Sets the value of the unreadCommentCount property.
|
void |
setWBSCode(String value)
Sets the value of the wbsCode property.
|
void |
setWBSName(String value)
Sets the value of the wbsName property.
|
void |
setWBSObjectId(Integer value)
Sets the value of the wbsObjectId property.
|
protected Double accountingVariance
protected Double accountingVarianceLaborUnits
protected Double actualDuration
protected Double actualExpenseCost
protected Date actualFinishDate
protected Double actualLaborCost
protected Double actualLaborUnits
protected Double actualMaterialCost
protected Double actualNonLaborCost
protected Double actualNonLaborUnits
protected Date actualStartDate
protected Double actualThisPeriodLaborCost
protected Double actualThisPeriodLaborUnits
protected Double actualThisPeriodMaterialCost
protected Double actualThisPeriodNonLaborCost
protected Double actualThisPeriodNonLaborUnits
protected Double actualTotalCost
protected Double actualTotalUnits
protected Double atCompletionDuration
protected Double atCompletionExpenseCost
protected Double atCompletionLaborCost
protected Double atCompletionLaborUnits
protected Double atCompletionLaborUnitsVariance
protected Double atCompletionMaterialCost
protected Double atCompletionNonLaborCost
protected Double atCompletionNonLaborUnits
protected Double atCompletionTotalCost
protected Double atCompletionTotalUnits
protected Double atCompletionVariance
protected Boolean autoComputeActuals
protected Double baseline1Duration
protected Date baseline1FinishDate
protected Double baseline1PlannedDuration
protected Double baseline1PlannedExpenseCost
protected Double baseline1PlannedLaborCost
protected Double baseline1PlannedLaborUnits
protected Double baseline1PlannedMaterialCost
protected Double baseline1PlannedNonLaborCost
protected Double baseline1PlannedNonLaborUnits
protected Double baseline1PlannedTotalCost
protected Date baseline1StartDate
protected Double baselineDuration
protected Date baselineFinishDate
protected Double baselinePlannedDuration
protected Double baselinePlannedExpenseCost
protected Double baselinePlannedLaborCost
protected Double baselinePlannedLaborUnits
protected Double baselinePlannedMaterialCost
protected Double baselinePlannedNonLaborCost
protected Double baselinePlannedNonLaborUnits
protected Double baselinePlannedTotalCost
protected Date baselineStartDate
protected Double budgetAtCompletion
protected String cbsCode
protected Integer cbsObjectId
protected String calendarName
protected Integer calendarObjectId
protected Double costPercentComplete
protected Double costPercentOfPlanned
protected Double costPerformanceIndex
protected Double costPerformanceIndexLaborUnits
protected Double costVariance
protected Double costVarianceIndex
protected Double costVarianceIndexLaborUnits
protected Double costVarianceLaborUnits
protected Date createDate
protected String createUser
protected Date dataDate
protected Double duration1Variance
protected Double durationPercentComplete
protected Double durationPercentOfPlanned
protected String durationType
protected Double durationVariance
protected Date earlyFinishDate
protected Date earlyStartDate
protected Double earnedValueCost
protected Double earnedValueLaborUnits
protected Double estimateAtCompletionCost
protected Double estimateAtCompletionLaborUnits
protected Double estimateToComplete
protected Double estimateToCompleteLaborUnits
protected Date expectedFinishDate
protected Double expenseCost1Variance
protected Double expenseCostPercentComplete
protected Double expenseCostVariance
protected Date externalEarlyStartDate
protected Date externalLateFinishDate
protected String feedback
protected Date finishDate
protected Double finishDate1Variance
protected Double finishDateVariance
protected Integer floatPath
protected Integer floatPathOrder
protected Double freeFloat
protected String guid
protected Boolean hasFutureBucketData
protected String id
protected Boolean isBaseline
protected Boolean isCritical
protected Boolean isLongestPath
protected Boolean isNewFeedback
protected Boolean isStarred
protected Boolean isTemplate
protected Double laborCost1Variance
protected Double laborCostPercentComplete
protected Double laborCostVariance
protected Double laborUnits1Variance
protected Double laborUnitsPercentComplete
protected Double laborUnitsVariance
protected Date lastUpdateDate
protected String lastUpdateUser
protected Date lateFinishDate
protected Date lateStartDate
protected String levelingPriority
protected String locationName
protected Integer locationObjectId
protected Double materialCost1Variance
protected Double materialCostPercentComplete
protected Double materialCostVariance
protected String name
protected Double nonLaborCost1Variance
protected Double nonLaborCostPercentComplete
protected Double nonLaborCostVariance
protected Double nonLaborUnits1Variance
protected Double nonLaborUnitsPercentComplete
protected Double nonLaborUnitsVariance
protected String notesToResources
protected Integer objectId
protected Double percentComplete
protected String percentCompleteType
protected Double performancePercentComplete
protected Double physicalPercentComplete
protected Double plannedDuration
protected Double plannedExpenseCost
protected Date plannedFinishDate
protected Double plannedLaborCost
protected Double plannedLaborUnits
protected Double plannedMaterialCost
protected Double plannedNonLaborCost
protected Double plannedNonLaborUnits
protected Date plannedStartDate
protected Double plannedTotalCost
protected Double plannedTotalUnits
protected Double plannedValueCost
protected Double plannedValueLaborUnits
protected Date primaryConstraintDate
protected String primaryConstraintType
protected String primaryResourceId
protected String primaryResourceName
protected Integer primaryResourceObjectId
protected String projectId
protected String projectName
protected Integer projectObjectId
protected Double remainingDuration
protected Date remainingEarlyFinishDate
protected Date remainingEarlyStartDate
protected Double remainingExpenseCost
protected Double remainingFloat
protected Double remainingLaborCost
protected Double remainingLaborUnits
protected Date remainingLateFinishDate
protected Date remainingLateStartDate
protected Double remainingMaterialCost
protected Double remainingNonLaborCost
protected Double remainingNonLaborUnits
protected Double remainingTotalCost
protected Double remainingTotalUnits
protected Date resumeDate
protected Date reviewFinishDate
protected Boolean reviewRequired
protected String reviewStatus
protected Double schedulePercentComplete
protected Double schedulePerformanceIndex
protected Double schedulePerformanceIndexLaborUnits
protected Double scheduleVariance
protected Double scheduleVarianceIndex
protected Double scheduleVarianceIndexLaborUnits
protected Double scheduleVarianceLaborUnits
protected Date secondaryConstraintDate
protected String secondaryConstraintType
protected Date startDate
protected Double startDate1Variance
protected Double startDateVariance
protected String status
protected Date suspendDate
protected Double toCompletePerformanceIndex
protected Double totalCost1Variance
protected Double totalCostVariance
protected Double totalFloat
protected String type
protected Double unitsPercentComplete
protected Integer unreadCommentCount
protected String wbsCode
protected String wbsName
protected Integer wbsObjectId
protected List<CodeAssignmentType> code
protected List<UDFAssignmentType> udf
protected ActivitySpreadType spread
public Double getAccountingVariance()
Doublepublic void setAccountingVariance(Double value)
value - allowed object is
Doublepublic Double getAccountingVarianceLaborUnits()
Doublepublic void setAccountingVarianceLaborUnits(Double value)
value - allowed object is
Doublepublic Double getActualDuration()
Doublepublic void setActualDuration(Double value)
value - allowed object is
Doublepublic Double getActualExpenseCost()
Doublepublic void setActualExpenseCost(Double value)
value - allowed object is
Doublepublic Date getActualFinishDate()
Stringpublic void setActualFinishDate(Date value)
value - allowed object is
Stringpublic Double getActualLaborCost()
Doublepublic void setActualLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualLaborUnits()
Doublepublic void setActualLaborUnits(Double value)
value - allowed object is
Doublepublic Double getActualMaterialCost()
Doublepublic void setActualMaterialCost(Double value)
value - allowed object is
Doublepublic Double getActualNonLaborCost()
Doublepublic void setActualNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualNonLaborUnits()
Doublepublic void setActualNonLaborUnits(Double value)
value - allowed object is
Doublepublic Date getActualStartDate()
Stringpublic void setActualStartDate(Date value)
value - allowed object is
Stringpublic Double getActualThisPeriodLaborCost()
Doublepublic void setActualThisPeriodLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualThisPeriodLaborUnits()
Doublepublic void setActualThisPeriodLaborUnits(Double value)
value - allowed object is
Doublepublic Double getActualThisPeriodMaterialCost()
Doublepublic void setActualThisPeriodMaterialCost(Double value)
value - allowed object is
Doublepublic Double getActualThisPeriodNonLaborCost()
Doublepublic void setActualThisPeriodNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getActualThisPeriodNonLaborUnits()
Doublepublic void setActualThisPeriodNonLaborUnits(Double value)
value - allowed object is
Doublepublic Double getActualTotalCost()
Doublepublic void setActualTotalCost(Double value)
value - allowed object is
Doublepublic Double getActualTotalUnits()
Doublepublic void setActualTotalUnits(Double value)
value - allowed object is
Doublepublic Double getAtCompletionDuration()
Doublepublic void setAtCompletionDuration(Double value)
value - allowed object is
Doublepublic Double getAtCompletionExpenseCost()
Doublepublic void setAtCompletionExpenseCost(Double value)
value - allowed object is
Doublepublic Double getAtCompletionLaborCost()
Doublepublic void setAtCompletionLaborCost(Double value)
value - allowed object is
Doublepublic Double getAtCompletionLaborUnits()
Doublepublic void setAtCompletionLaborUnits(Double value)
value - allowed object is
Doublepublic Double getAtCompletionLaborUnitsVariance()
Doublepublic void setAtCompletionLaborUnitsVariance(Double value)
value - allowed object is
Doublepublic Double getAtCompletionMaterialCost()
Doublepublic void setAtCompletionMaterialCost(Double value)
value - allowed object is
Doublepublic Double getAtCompletionNonLaborCost()
Doublepublic void setAtCompletionNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getAtCompletionNonLaborUnits()
Doublepublic void setAtCompletionNonLaborUnits(Double value)
value - allowed object is
Doublepublic Double getAtCompletionTotalCost()
Doublepublic void setAtCompletionTotalCost(Double value)
value - allowed object is
Doublepublic Double getAtCompletionTotalUnits()
Doublepublic void setAtCompletionTotalUnits(Double value)
value - allowed object is
Doublepublic Double getAtCompletionVariance()
Doublepublic void setAtCompletionVariance(Double value)
value - allowed object is
Doublepublic Boolean isAutoComputeActuals()
Booleanpublic void setAutoComputeActuals(Boolean value)
value - allowed object is
Booleanpublic Double getBaseline1Duration()
Doublepublic void setBaseline1Duration(Double value)
value - allowed object is
Doublepublic Date getBaseline1FinishDate()
Stringpublic void setBaseline1FinishDate(Date value)
value - allowed object is
Stringpublic Double getBaseline1PlannedDuration()
Doublepublic void setBaseline1PlannedDuration(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedExpenseCost()
Doublepublic void setBaseline1PlannedExpenseCost(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedLaborCost()
Doublepublic void setBaseline1PlannedLaborCost(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedLaborUnits()
Doublepublic void setBaseline1PlannedLaborUnits(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedMaterialCost()
Doublepublic void setBaseline1PlannedMaterialCost(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedNonLaborCost()
Doublepublic void setBaseline1PlannedNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedNonLaborUnits()
Doublepublic void setBaseline1PlannedNonLaborUnits(Double value)
value - allowed object is
Doublepublic Double getBaseline1PlannedTotalCost()
Doublepublic void setBaseline1PlannedTotalCost(Double value)
value - allowed object is
Doublepublic Date getBaseline1StartDate()
Stringpublic void setBaseline1StartDate(Date value)
value - allowed object is
Stringpublic Double getBaselineDuration()
Doublepublic void setBaselineDuration(Double value)
value - allowed object is
Doublepublic Date getBaselineFinishDate()
Stringpublic void setBaselineFinishDate(Date value)
value - allowed object is
Stringpublic Double getBaselinePlannedDuration()
Doublepublic void setBaselinePlannedDuration(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedExpenseCost()
Doublepublic void setBaselinePlannedExpenseCost(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedLaborCost()
Doublepublic void setBaselinePlannedLaborCost(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedLaborUnits()
Doublepublic void setBaselinePlannedLaborUnits(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedMaterialCost()
Doublepublic void setBaselinePlannedMaterialCost(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedNonLaborCost()
Doublepublic void setBaselinePlannedNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedNonLaborUnits()
Doublepublic void setBaselinePlannedNonLaborUnits(Double value)
value - allowed object is
Doublepublic Double getBaselinePlannedTotalCost()
Doublepublic void setBaselinePlannedTotalCost(Double value)
value - allowed object is
Doublepublic Date getBaselineStartDate()
Stringpublic void setBaselineStartDate(Date value)
value - allowed object is
Stringpublic Double getBudgetAtCompletion()
Doublepublic void setBudgetAtCompletion(Double value)
value - allowed object is
Doublepublic String getCBSCode()
Stringpublic void setCBSCode(String value)
value - allowed object is
Stringpublic Integer getCBSObjectId()
Integerpublic void setCBSObjectId(Integer value)
value - allowed object is
Integerpublic String getCalendarName()
Stringpublic void setCalendarName(String value)
value - allowed object is
Stringpublic Integer getCalendarObjectId()
Integerpublic void setCalendarObjectId(Integer value)
value - allowed object is
Integerpublic Double getCostPercentComplete()
Doublepublic void setCostPercentComplete(Double value)
value - allowed object is
Doublepublic Double getCostPercentOfPlanned()
Doublepublic void setCostPercentOfPlanned(Double value)
value - allowed object is
Doublepublic Double getCostPerformanceIndex()
Doublepublic void setCostPerformanceIndex(Double value)
value - allowed object is
Doublepublic Double getCostPerformanceIndexLaborUnits()
Doublepublic void setCostPerformanceIndexLaborUnits(Double value)
value - allowed object is
Doublepublic Double getCostVariance()
Doublepublic void setCostVariance(Double value)
value - allowed object is
Doublepublic Double getCostVarianceIndex()
Doublepublic void setCostVarianceIndex(Double value)
value - allowed object is
Doublepublic Double getCostVarianceIndexLaborUnits()
Doublepublic void setCostVarianceIndexLaborUnits(Double value)
value - allowed object is
Doublepublic Double getCostVarianceLaborUnits()
Doublepublic void setCostVarianceLaborUnits(Double value)
value - allowed object is
Doublepublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Date getDataDate()
Stringpublic void setDataDate(Date value)
value - allowed object is
Stringpublic Double getDuration1Variance()
Doublepublic void setDuration1Variance(Double value)
value - allowed object is
Doublepublic Double getDurationPercentComplete()
Doublepublic void setDurationPercentComplete(Double value)
value - allowed object is
Doublepublic Double getDurationPercentOfPlanned()
Doublepublic void setDurationPercentOfPlanned(Double value)
value - allowed object is
Doublepublic String getDurationType()
Stringpublic void setDurationType(String value)
value - allowed object is
Stringpublic Double getDurationVariance()
Doublepublic void setDurationVariance(Double value)
value - allowed object is
Doublepublic Date getEarlyFinishDate()
Stringpublic void setEarlyFinishDate(Date value)
value - allowed object is
Stringpublic Date getEarlyStartDate()
Stringpublic void setEarlyStartDate(Date value)
value - allowed object is
Stringpublic Double getEarnedValueCost()
Doublepublic void setEarnedValueCost(Double value)
value - allowed object is
Doublepublic Double getEarnedValueLaborUnits()
Doublepublic void setEarnedValueLaborUnits(Double value)
value - allowed object is
Doublepublic Double getEstimateAtCompletionCost()
Doublepublic void setEstimateAtCompletionCost(Double value)
value - allowed object is
Doublepublic Double getEstimateAtCompletionLaborUnits()
Doublepublic void setEstimateAtCompletionLaborUnits(Double value)
value - allowed object is
Doublepublic Double getEstimateToComplete()
Doublepublic void setEstimateToComplete(Double value)
value - allowed object is
Doublepublic Double getEstimateToCompleteLaborUnits()
Doublepublic void setEstimateToCompleteLaborUnits(Double value)
value - allowed object is
Doublepublic Date getExpectedFinishDate()
Stringpublic void setExpectedFinishDate(Date value)
value - allowed object is
Stringpublic Double getExpenseCost1Variance()
Doublepublic void setExpenseCost1Variance(Double value)
value - allowed object is
Doublepublic Double getExpenseCostPercentComplete()
Doublepublic void setExpenseCostPercentComplete(Double value)
value - allowed object is
Doublepublic Double getExpenseCostVariance()
Doublepublic void setExpenseCostVariance(Double value)
value - allowed object is
Doublepublic Date getExternalEarlyStartDate()
Stringpublic void setExternalEarlyStartDate(Date value)
value - allowed object is
Stringpublic Date getExternalLateFinishDate()
Stringpublic void setExternalLateFinishDate(Date value)
value - allowed object is
Stringpublic String getFeedback()
Stringpublic void setFeedback(String value)
value - allowed object is
Stringpublic Date getFinishDate()
Stringpublic void setFinishDate(Date value)
value - allowed object is
Stringpublic Double getFinishDate1Variance()
Doublepublic void setFinishDate1Variance(Double value)
value - allowed object is
Doublepublic Double getFinishDateVariance()
Doublepublic void setFinishDateVariance(Double value)
value - allowed object is
Doublepublic Integer getFloatPath()
Integerpublic void setFloatPath(Integer value)
value - allowed object is
Integerpublic Integer getFloatPathOrder()
Integerpublic void setFloatPathOrder(Integer value)
value - allowed object is
Integerpublic Double getFreeFloat()
Doublepublic void setFreeFloat(Double value)
value - allowed object is
Doublepublic String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
Stringpublic Boolean isHasFutureBucketData()
Booleanpublic void setHasFutureBucketData(Boolean value)
value - allowed object is
Booleanpublic void setId(String value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsCritical()
Booleanpublic void setIsCritical(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsLongestPath()
Booleanpublic void setIsLongestPath(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsNewFeedback()
Booleanpublic void setIsNewFeedback(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsStarred()
Booleanpublic void setIsStarred(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTemplate()
Booleanpublic void setIsTemplate(Boolean value)
value - allowed object is
Booleanpublic Double getLaborCost1Variance()
Doublepublic void setLaborCost1Variance(Double value)
value - allowed object is
Doublepublic Double getLaborCostPercentComplete()
Doublepublic void setLaborCostPercentComplete(Double value)
value - allowed object is
Doublepublic Double getLaborCostVariance()
Doublepublic void setLaborCostVariance(Double value)
value - allowed object is
Doublepublic Double getLaborUnits1Variance()
Doublepublic void setLaborUnits1Variance(Double value)
value - allowed object is
Doublepublic Double getLaborUnitsPercentComplete()
Doublepublic void setLaborUnitsPercentComplete(Double value)
value - allowed object is
Doublepublic Double getLaborUnitsVariance()
Doublepublic void setLaborUnitsVariance(Double value)
value - allowed object is
Doublepublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Date getLateFinishDate()
Stringpublic void setLateFinishDate(Date value)
value - allowed object is
Stringpublic Date getLateStartDate()
Stringpublic void setLateStartDate(Date value)
value - allowed object is
Stringpublic String getLevelingPriority()
Stringpublic void setLevelingPriority(String value)
value - allowed object is
Stringpublic String getLocationName()
Stringpublic void setLocationName(String value)
value - allowed object is
Stringpublic Integer getLocationObjectId()
Integerpublic void setLocationObjectId(Integer value)
value - allowed object is
Integerpublic Double getMaterialCost1Variance()
Doublepublic void setMaterialCost1Variance(Double value)
value - allowed object is
Doublepublic Double getMaterialCostPercentComplete()
Doublepublic void setMaterialCostPercentComplete(Double value)
value - allowed object is
Doublepublic Double getMaterialCostVariance()
Doublepublic void setMaterialCostVariance(Double value)
value - allowed object is
Doublepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Double getNonLaborCost1Variance()
Doublepublic void setNonLaborCost1Variance(Double value)
value - allowed object is
Doublepublic Double getNonLaborCostPercentComplete()
Doublepublic void setNonLaborCostPercentComplete(Double value)
value - allowed object is
Doublepublic Double getNonLaborCostVariance()
Doublepublic void setNonLaborCostVariance(Double value)
value - allowed object is
Doublepublic Double getNonLaborUnits1Variance()
Doublepublic void setNonLaborUnits1Variance(Double value)
value - allowed object is
Doublepublic Double getNonLaborUnitsPercentComplete()
Doublepublic void setNonLaborUnitsPercentComplete(Double value)
value - allowed object is
Doublepublic Double getNonLaborUnitsVariance()
Doublepublic void setNonLaborUnitsVariance(Double value)
value - allowed object is
Doublepublic String getNotesToResources()
Stringpublic void setNotesToResources(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Double getPercentComplete()
Doublepublic void setPercentComplete(Double value)
value - allowed object is
Doublepublic String getPercentCompleteType()
Stringpublic void setPercentCompleteType(String value)
value - allowed object is
Stringpublic Double getPerformancePercentComplete()
Doublepublic void setPerformancePercentComplete(Double value)
value - allowed object is
Doublepublic Double getPhysicalPercentComplete()
Doublepublic void setPhysicalPercentComplete(Double value)
value - allowed object is
Doublepublic Double getPlannedDuration()
Doublepublic void setPlannedDuration(Double value)
value - allowed object is
Doublepublic Double getPlannedExpenseCost()
Doublepublic void setPlannedExpenseCost(Double value)
value - allowed object is
Doublepublic Date getPlannedFinishDate()
Stringpublic void setPlannedFinishDate(Date value)
value - allowed object is
Stringpublic Double getPlannedLaborCost()
Doublepublic void setPlannedLaborCost(Double value)
value - allowed object is
Doublepublic Double getPlannedLaborUnits()
Doublepublic void setPlannedLaborUnits(Double value)
value - allowed object is
Doublepublic Double getPlannedMaterialCost()
Doublepublic void setPlannedMaterialCost(Double value)
value - allowed object is
Doublepublic Double getPlannedNonLaborCost()
Doublepublic void setPlannedNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getPlannedNonLaborUnits()
Doublepublic void setPlannedNonLaborUnits(Double value)
value - allowed object is
Doublepublic Date getPlannedStartDate()
Stringpublic void setPlannedStartDate(Date value)
value - allowed object is
Stringpublic Double getPlannedTotalCost()
Doublepublic void setPlannedTotalCost(Double value)
value - allowed object is
Doublepublic Double getPlannedTotalUnits()
Doublepublic void setPlannedTotalUnits(Double value)
value - allowed object is
Doublepublic Double getPlannedValueCost()
Doublepublic void setPlannedValueCost(Double value)
value - allowed object is
Doublepublic Double getPlannedValueLaborUnits()
Doublepublic void setPlannedValueLaborUnits(Double value)
value - allowed object is
Doublepublic Date getPrimaryConstraintDate()
Stringpublic void setPrimaryConstraintDate(Date value)
value - allowed object is
Stringpublic String getPrimaryConstraintType()
Stringpublic void setPrimaryConstraintType(String value)
value - allowed object is
Stringpublic String getPrimaryResourceId()
Stringpublic void setPrimaryResourceId(String value)
value - allowed object is
Stringpublic String getPrimaryResourceName()
Stringpublic void setPrimaryResourceName(String value)
value - allowed object is
Stringpublic Integer getPrimaryResourceObjectId()
Integerpublic void setPrimaryResourceObjectId(Integer value)
value - allowed object is
Integerpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getRemainingDuration()
Doublepublic void setRemainingDuration(Double value)
value - allowed object is
Doublepublic Date getRemainingEarlyFinishDate()
Stringpublic void setRemainingEarlyFinishDate(Date value)
value - allowed object is
Stringpublic Date getRemainingEarlyStartDate()
Stringpublic void setRemainingEarlyStartDate(Date value)
value - allowed object is
Stringpublic Double getRemainingExpenseCost()
Doublepublic void setRemainingExpenseCost(Double value)
value - allowed object is
Doublepublic Double getRemainingFloat()
Doublepublic void setRemainingFloat(Double value)
value - allowed object is
Doublepublic Double getRemainingLaborCost()
Doublepublic void setRemainingLaborCost(Double value)
value - allowed object is
Doublepublic Double getRemainingLaborUnits()
Doublepublic void setRemainingLaborUnits(Double value)
value - allowed object is
Doublepublic Date getRemainingLateFinishDate()
Stringpublic void setRemainingLateFinishDate(Date value)
value - allowed object is
Stringpublic Date getRemainingLateStartDate()
Stringpublic void setRemainingLateStartDate(Date value)
value - allowed object is
Stringpublic Double getRemainingMaterialCost()
Doublepublic void setRemainingMaterialCost(Double value)
value - allowed object is
Doublepublic Double getRemainingNonLaborCost()
Doublepublic void setRemainingNonLaborCost(Double value)
value - allowed object is
Doublepublic Double getRemainingNonLaborUnits()
Doublepublic void setRemainingNonLaborUnits(Double value)
value - allowed object is
Doublepublic Double getRemainingTotalCost()
Doublepublic void setRemainingTotalCost(Double value)
value - allowed object is
Doublepublic Double getRemainingTotalUnits()
Doublepublic void setRemainingTotalUnits(Double value)
value - allowed object is
Doublepublic Date getResumeDate()
Stringpublic void setResumeDate(Date value)
value - allowed object is
Stringpublic Date getReviewFinishDate()
Stringpublic void setReviewFinishDate(Date value)
value - allowed object is
Stringpublic Boolean isReviewRequired()
Booleanpublic void setReviewRequired(Boolean value)
value - allowed object is
Booleanpublic String getReviewStatus()
Stringpublic void setReviewStatus(String value)
value - allowed object is
Stringpublic Double getSchedulePercentComplete()
Doublepublic void setSchedulePercentComplete(Double value)
value - allowed object is
Doublepublic Double getSchedulePerformanceIndex()
Doublepublic void setSchedulePerformanceIndex(Double value)
value - allowed object is
Doublepublic Double getSchedulePerformanceIndexLaborUnits()
Doublepublic void setSchedulePerformanceIndexLaborUnits(Double value)
value - allowed object is
Doublepublic Double getScheduleVariance()
Doublepublic void setScheduleVariance(Double value)
value - allowed object is
Doublepublic Double getScheduleVarianceIndex()
Doublepublic void setScheduleVarianceIndex(Double value)
value - allowed object is
Doublepublic Double getScheduleVarianceIndexLaborUnits()
Doublepublic void setScheduleVarianceIndexLaborUnits(Double value)
value - allowed object is
Doublepublic Double getScheduleVarianceLaborUnits()
Doublepublic void setScheduleVarianceLaborUnits(Double value)
value - allowed object is
Doublepublic Date getSecondaryConstraintDate()
Stringpublic void setSecondaryConstraintDate(Date value)
value - allowed object is
Stringpublic String getSecondaryConstraintType()
Stringpublic void setSecondaryConstraintType(String value)
value - allowed object is
Stringpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic Double getStartDate1Variance()
Doublepublic void setStartDate1Variance(Double value)
value - allowed object is
Doublepublic Double getStartDateVariance()
Doublepublic void setStartDateVariance(Double value)
value - allowed object is
Doublepublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Date getSuspendDate()
Stringpublic void setSuspendDate(Date value)
value - allowed object is
Stringpublic Double getToCompletePerformanceIndex()
Doublepublic void setToCompletePerformanceIndex(Double value)
value - allowed object is
Doublepublic Double getTotalCost1Variance()
Doublepublic void setTotalCost1Variance(Double value)
value - allowed object is
Doublepublic Double getTotalCostVariance()
Doublepublic void setTotalCostVariance(Double value)
value - allowed object is
Doublepublic Double getTotalFloat()
Doublepublic void setTotalFloat(Double value)
value - allowed object is
Doublepublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Double getUnitsPercentComplete()
Doublepublic void setUnitsPercentComplete(Double value)
value - allowed object is
Doublepublic Integer getUnreadCommentCount()
Integerpublic void setUnreadCommentCount(Integer value)
value - allowed object is
Integerpublic String getWBSCode()
Stringpublic void setWBSCode(String value)
value - allowed object is
Stringpublic String getWBSName()
Stringpublic void setWBSName(String value)
value - allowed object is
Stringpublic Integer getWBSObjectId()
Integerpublic void setWBSObjectId(Integer value)
value - allowed object is
Integerpublic List<CodeAssignmentType> getCode()
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 set method for the code property.
For example, to add a new item, do as follows:
getCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeAssignmentType
public List<UDFAssignmentType> getUDF()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the udf property.
For example, to add a new item, do as follows:
getUDF().add(newItem);
Objects of the following type(s) are allowed in the list
UDFAssignmentType
public ActivitySpreadType getSpread()
ActivitySpreadTypepublic void setSpread(ActivitySpreadType value)
value - allowed object is
ActivitySpreadTypeCopyright © 2013. All Rights Reserved.