// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.08.02 at 12:16:58 PM BST // package net.sf.mpxj.primavera.schema; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * <p>Java class for ActivitySpreadType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ActivitySpreadType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="PeriodType"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Hour"/> * <enumeration value="Day"/> * <enumeration value="Week"/> * <enumeration value="Month"/> * <enumeration value="Quarter"/> * <enumeration value="Year"/> * <enumeration value="Financial Period"/> * </restriction> * </simpleType> * </element> * <element name="Period" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualLaborUnits" 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="CumulativeActualNonLaborUnits" 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="CumulativeAtCompletionLaborUnits" 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="CumulativeAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualNonLaborUnits" 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="CumulativeBaseline1PlannedLaborUnits" 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="CumulativeBaseline1PlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualNonLaborUnits" 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="CumulativeBaselinePlannedLaborUnits" 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="CumulativeBaselinePlannedNonLaborUnits" 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="CumulativeEarnedValueLaborUnits" 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="CumulativeEstimateAtCompletionLaborUnits" 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="CumulativeEstimateToCompleteLaborUnits" 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="CumulativePlannedLaborUnits" 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="CumulativePlannedNonLaborUnits" 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="CumulativePlannedValueLaborUnits" 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="CumulativeRemainingLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateNonLaborUnits" 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="CumulativeRemainingNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualLaborCost" 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="CumulativeActualMaterialCost" 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="CumulativeActualNonLaborCost" 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="CumulativeActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionExpenseCost" 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="CumulativeAtCompletionLaborCost" 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="CumulativeAtCompletionMaterialCost" 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="CumulativeAtCompletionNonLaborCost" 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="CumulativeAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualTotalCost" 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="CumulativeBaseline1PlannedExpenseCost" 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="CumulativeBaseline1PlannedLaborCost" 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="CumulativeBaseline1PlannedMaterialCost" 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="CumulativeBaseline1PlannedNonLaborCost" 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="CumulativeBaseline1PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualTotalCost" 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="CumulativeBaselinePlannedExpenseCost" 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="CumulativeBaselinePlannedLaborCost" 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="CumulativeBaselinePlannedMaterialCost" 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="CumulativeBaselinePlannedNonLaborCost" 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="CumulativeBaselinePlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeEarnedValueCost" 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="CumulativeEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EstimateToCompleteCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeEstimateToCompleteCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedLaborCost" 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="CumulativePlannedMaterialCost" 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="CumulativePlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedTotalCost" 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="CumulativePlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingExpenseCost" 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="CumulativeRemainingLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingMaterialCost" 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="CumulativeRemainingNonLaborCost" 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="CumulativeRemainingTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActivitySpreadType", propOrder = { "startDate", "endDate", "periodType", "period" }) public class ActivitySpreadType { @XmlElement(name = "StartDate", required = true, type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date startDate; @XmlElement(name = "EndDate", required = true, type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date endDate; @XmlElement(name = "PeriodType", required = true) protected String periodType; @XmlElement(name = "Period") protected List<ActivitySpreadType.Period> period; /** * Gets the value of the startDate property. * * @return * possible object is * {@link String } * */ public Date getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link String } * */ public void setStartDate(Date value) { this.startDate = value; } /** * Gets the value of the endDate property. * * @return * possible object is * {@link String } * */ public Date getEndDate() { return endDate; } /** * Sets the value of the endDate property. * * @param value * allowed object is * {@link String } * */ public void setEndDate(Date value) { this.endDate = value; } /** * Gets the value of the periodType property. * * @return * possible object is * {@link String } * */ public String getPeriodType() { return periodType; } /** * Sets the value of the periodType property. * * @param value * allowed object is * {@link String } * */ public void setPeriodType(String value) { this.periodType = value; } /** * Gets the value of the period property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the period property. * * <p> * For example, to add a new item, do as follows: * <pre> * getPeriod().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link ActivitySpreadType.Period } * * */ public List<ActivitySpreadType.Period> getPeriod() { if (period == null) { period = new ArrayList<ActivitySpreadType.Period>(); } return this.period; } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> * <element name="ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualLaborUnits" 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="CumulativeActualNonLaborUnits" 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="CumulativeAtCompletionLaborUnits" 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="CumulativeAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualNonLaborUnits" 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="CumulativeBaseline1PlannedLaborUnits" 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="CumulativeBaseline1PlannedNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualNonLaborUnits" 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="CumulativeBaselinePlannedLaborUnits" 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="CumulativeBaselinePlannedNonLaborUnits" 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="CumulativeEarnedValueLaborUnits" 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="CumulativeEstimateAtCompletionLaborUnits" 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="CumulativeEstimateToCompleteLaborUnits" 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="CumulativePlannedLaborUnits" 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="CumulativePlannedNonLaborUnits" 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="CumulativePlannedValueLaborUnits" 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="CumulativeRemainingLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateNonLaborUnits" 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="CumulativeRemainingNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualLaborCost" 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="CumulativeActualMaterialCost" 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="CumulativeActualNonLaborCost" 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="CumulativeActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionExpenseCost" 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="CumulativeAtCompletionLaborCost" 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="CumulativeAtCompletionMaterialCost" 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="CumulativeAtCompletionNonLaborCost" 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="CumulativeAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Baseline1ActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaseline1ActualTotalCost" 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="CumulativeBaseline1PlannedExpenseCost" 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="CumulativeBaseline1PlannedLaborCost" 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="CumulativeBaseline1PlannedMaterialCost" 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="CumulativeBaseline1PlannedNonLaborCost" 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="CumulativeBaseline1PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="BaselineActualTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeBaselineActualTotalCost" 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="CumulativeBaselinePlannedExpenseCost" 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="CumulativeBaselinePlannedLaborCost" 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="CumulativeBaselinePlannedMaterialCost" 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="CumulativeBaselinePlannedNonLaborCost" 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="CumulativeBaselinePlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeEarnedValueCost" 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="CumulativeEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="EstimateToCompleteCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeEstimateToCompleteCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedLaborCost" 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="CumulativePlannedMaterialCost" 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="CumulativePlannedNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedTotalCost" 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="CumulativePlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingExpenseCost" 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="CumulativeRemainingLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingMaterialCost" 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="CumulativeRemainingNonLaborCost" 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="CumulativeRemainingTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "startDate", "endDate", "actualLaborUnits", "cumulativeActualLaborUnits", "actualNonLaborUnits", "cumulativeActualNonLaborUnits", "atCompletionLaborUnits", "cumulativeAtCompletionLaborUnits", "atCompletionNonLaborUnits", "cumulativeAtCompletionNonLaborUnits", "baseline1ActualLaborUnits", "cumulativeBaseline1ActualLaborUnits", "baseline1ActualNonLaborUnits", "cumulativeBaseline1ActualNonLaborUnits", "baseline1PlannedLaborUnits", "cumulativeBaseline1PlannedLaborUnits", "baseline1PlannedNonLaborUnits", "cumulativeBaseline1PlannedNonLaborUnits", "baselineActualLaborUnits", "cumulativeBaselineActualLaborUnits", "baselineActualNonLaborUnits", "cumulativeBaselineActualNonLaborUnits", "baselinePlannedLaborUnits", "cumulativeBaselinePlannedLaborUnits", "baselinePlannedNonLaborUnits", "cumulativeBaselinePlannedNonLaborUnits", "earnedValueLaborUnits", "cumulativeEarnedValueLaborUnits", "estimateAtCompletionLaborUnits", "cumulativeEstimateAtCompletionLaborUnits", "estimateToCompleteLaborUnits", "cumulativeEstimateToCompleteLaborUnits", "plannedLaborUnits", "cumulativePlannedLaborUnits", "plannedNonLaborUnits", "cumulativePlannedNonLaborUnits", "plannedValueLaborUnits", "cumulativePlannedValueLaborUnits", "remainingLaborUnits", "cumulativeRemainingLaborUnits", "remainingLateLaborUnits", "cumulativeRemainingLateLaborUnits", "remainingLateNonLaborUnits", "cumulativeRemainingLateNonLaborUnits", "remainingNonLaborUnits", "cumulativeRemainingNonLaborUnits", "actualCost", "cumulativeActualCost", "actualExpenseCost", "cumulativeActualExpenseCost", "actualLaborCost", "cumulativeActualLaborCost", "actualMaterialCost", "cumulativeActualMaterialCost", "actualNonLaborCost", "cumulativeActualNonLaborCost", "actualTotalCost", "cumulativeActualTotalCost", "atCompletionExpenseCost", "cumulativeAtCompletionExpenseCost", "atCompletionLaborCost", "cumulativeAtCompletionLaborCost", "atCompletionMaterialCost", "cumulativeAtCompletionMaterialCost", "atCompletionNonLaborCost", "cumulativeAtCompletionNonLaborCost", "atCompletionTotalCost", "cumulativeAtCompletionTotalCost", "baseline1ActualExpenseCost", "cumulativeBaseline1ActualExpenseCost", "baseline1ActualLaborCost", "cumulativeBaseline1ActualLaborCost", "baseline1ActualMaterialCost", "cumulativeBaseline1ActualMaterialCost", "baseline1ActualNonLaborCost", "cumulativeBaseline1ActualNonLaborCost", "baseline1ActualTotalCost", "cumulativeBaseline1ActualTotalCost", "baseline1PlannedExpenseCost", "cumulativeBaseline1PlannedExpenseCost", "baseline1PlannedLaborCost", "cumulativeBaseline1PlannedLaborCost", "baseline1PlannedMaterialCost", "cumulativeBaseline1PlannedMaterialCost", "baseline1PlannedNonLaborCost", "cumulativeBaseline1PlannedNonLaborCost", "baseline1PlannedTotalCost", "cumulativeBaseline1PlannedTotalCost", "baselineActualExpenseCost", "cumulativeBaselineActualExpenseCost", "baselineActualLaborCost", "cumulativeBaselineActualLaborCost", "baselineActualMaterialCost", "cumulativeBaselineActualMaterialCost", "baselineActualNonLaborCost", "cumulativeBaselineActualNonLaborCost", "baselineActualTotalCost", "cumulativeBaselineActualTotalCost", "baselinePlannedExpenseCost", "cumulativeBaselinePlannedExpenseCost", "baselinePlannedLaborCost", "cumulativeBaselinePlannedLaborCost", "baselinePlannedMaterialCost", "cumulativeBaselinePlannedMaterialCost", "baselinePlannedNonLaborCost", "cumulativeBaselinePlannedNonLaborCost", "baselinePlannedTotalCost", "cumulativeBaselinePlannedTotalCost", "earnedValueCost", "cumulativeEarnedValueCost", "estimateAtCompletionCost", "cumulativeEstimateAtCompletionCost", "estimateToCompleteCost", "cumulativeEstimateToCompleteCost", "plannedExpenseCost", "cumulativePlannedExpenseCost", "plannedLaborCost", "cumulativePlannedLaborCost", "plannedMaterialCost", "cumulativePlannedMaterialCost", "plannedNonLaborCost", "cumulativePlannedNonLaborCost", "plannedTotalCost", "cumulativePlannedTotalCost", "plannedValueCost", "cumulativePlannedValueCost", "remainingExpenseCost", "cumulativeRemainingExpenseCost", "remainingLaborCost", "cumulativeRemainingLaborCost", "remainingLateExpenseCost", "cumulativeRemainingLateExpenseCost", "remainingLateLaborCost", "cumulativeRemainingLateLaborCost", "remainingLateMaterialCost", "cumulativeRemainingLateMaterialCost", "remainingLateNonLaborCost", "cumulativeRemainingLateNonLaborCost", "remainingLateTotalCost", "cumulativeRemainingLateTotalCost", "remainingMaterialCost", "cumulativeRemainingMaterialCost", "remainingNonLaborCost", "cumulativeRemainingNonLaborCost", "remainingTotalCost", "cumulativeRemainingTotalCost" }) public static class Period { @XmlElement(name = "StartDate", required = true, type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date startDate; @XmlElement(name = "EndDate", required = true, type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date endDate; @XmlElement(name = "ActualLaborUnits") protected Double actualLaborUnits; @XmlElement(name = "CumulativeActualLaborUnits") protected Double cumulativeActualLaborUnits; @XmlElement(name = "ActualNonLaborUnits") protected Double actualNonLaborUnits; @XmlElement(name = "CumulativeActualNonLaborUnits") protected Double cumulativeActualNonLaborUnits; @XmlElement(name = "AtCompletionLaborUnits") protected Double atCompletionLaborUnits; @XmlElement(name = "CumulativeAtCompletionLaborUnits") protected Double cumulativeAtCompletionLaborUnits; @XmlElement(name = "AtCompletionNonLaborUnits") protected Double atCompletionNonLaborUnits; @XmlElement(name = "CumulativeAtCompletionNonLaborUnits") protected Double cumulativeAtCompletionNonLaborUnits; @XmlElement(name = "Baseline1ActualLaborUnits") protected Double baseline1ActualLaborUnits; @XmlElement(name = "CumulativeBaseline1ActualLaborUnits") protected Double cumulativeBaseline1ActualLaborUnits; @XmlElement(name = "Baseline1ActualNonLaborUnits") protected Double baseline1ActualNonLaborUnits; @XmlElement(name = "CumulativeBaseline1ActualNonLaborUnits") protected Double cumulativeBaseline1ActualNonLaborUnits; @XmlElement(name = "Baseline1PlannedLaborUnits") protected Double baseline1PlannedLaborUnits; @XmlElement(name = "CumulativeBaseline1PlannedLaborUnits") protected Double cumulativeBaseline1PlannedLaborUnits; @XmlElement(name = "Baseline1PlannedNonLaborUnits") protected Double baseline1PlannedNonLaborUnits; @XmlElement(name = "CumulativeBaseline1PlannedNonLaborUnits") protected Double cumulativeBaseline1PlannedNonLaborUnits; @XmlElement(name = "BaselineActualLaborUnits") protected Double baselineActualLaborUnits; @XmlElement(name = "CumulativeBaselineActualLaborUnits") protected Double cumulativeBaselineActualLaborUnits; @XmlElement(name = "BaselineActualNonLaborUnits") protected Double baselineActualNonLaborUnits; @XmlElement(name = "CumulativeBaselineActualNonLaborUnits") protected Double cumulativeBaselineActualNonLaborUnits; @XmlElement(name = "BaselinePlannedLaborUnits") protected Double baselinePlannedLaborUnits; @XmlElement(name = "CumulativeBaselinePlannedLaborUnits") protected Double cumulativeBaselinePlannedLaborUnits; @XmlElement(name = "BaselinePlannedNonLaborUnits") protected Double baselinePlannedNonLaborUnits; @XmlElement(name = "CumulativeBaselinePlannedNonLaborUnits") protected Double cumulativeBaselinePlannedNonLaborUnits; @XmlElement(name = "EarnedValueLaborUnits") protected Double earnedValueLaborUnits; @XmlElement(name = "CumulativeEarnedValueLaborUnits") protected Double cumulativeEarnedValueLaborUnits; @XmlElement(name = "EstimateAtCompletionLaborUnits") protected Double estimateAtCompletionLaborUnits; @XmlElement(name = "CumulativeEstimateAtCompletionLaborUnits") protected Double cumulativeEstimateAtCompletionLaborUnits; @XmlElement(name = "EstimateToCompleteLaborUnits") protected Double estimateToCompleteLaborUnits; @XmlElement(name = "CumulativeEstimateToCompleteLaborUnits") protected Double cumulativeEstimateToCompleteLaborUnits; @XmlElement(name = "PlannedLaborUnits") protected Double plannedLaborUnits; @XmlElement(name = "CumulativePlannedLaborUnits") protected Double cumulativePlannedLaborUnits; @XmlElement(name = "PlannedNonLaborUnits") protected Double plannedNonLaborUnits; @XmlElement(name = "CumulativePlannedNonLaborUnits") protected Double cumulativePlannedNonLaborUnits; @XmlElement(name = "PlannedValueLaborUnits") protected Double plannedValueLaborUnits; @XmlElement(name = "CumulativePlannedValueLaborUnits") protected Double cumulativePlannedValueLaborUnits; @XmlElement(name = "RemainingLaborUnits") protected Double remainingLaborUnits; @XmlElement(name = "CumulativeRemainingLaborUnits") protected Double cumulativeRemainingLaborUnits; @XmlElement(name = "RemainingLateLaborUnits") protected Double remainingLateLaborUnits; @XmlElement(name = "CumulativeRemainingLateLaborUnits") protected Double cumulativeRemainingLateLaborUnits; @XmlElement(name = "RemainingLateNonLaborUnits") protected Double remainingLateNonLaborUnits; @XmlElement(name = "CumulativeRemainingLateNonLaborUnits") protected Double cumulativeRemainingLateNonLaborUnits; @XmlElement(name = "RemainingNonLaborUnits") protected Double remainingNonLaborUnits; @XmlElement(name = "CumulativeRemainingNonLaborUnits") protected Double cumulativeRemainingNonLaborUnits; @XmlElement(name = "ActualCost") protected Double actualCost; @XmlElement(name = "CumulativeActualCost") protected Double cumulativeActualCost; @XmlElement(name = "ActualExpenseCost") protected Double actualExpenseCost; @XmlElement(name = "CumulativeActualExpenseCost") protected Double cumulativeActualExpenseCost; @XmlElement(name = "ActualLaborCost") protected Double actualLaborCost; @XmlElement(name = "CumulativeActualLaborCost") protected Double cumulativeActualLaborCost; @XmlElement(name = "ActualMaterialCost") protected Double actualMaterialCost; @XmlElement(name = "CumulativeActualMaterialCost") protected Double cumulativeActualMaterialCost; @XmlElement(name = "ActualNonLaborCost") protected Double actualNonLaborCost; @XmlElement(name = "CumulativeActualNonLaborCost") protected Double cumulativeActualNonLaborCost; @XmlElement(name = "ActualTotalCost") protected Double actualTotalCost; @XmlElement(name = "CumulativeActualTotalCost") protected Double cumulativeActualTotalCost; @XmlElement(name = "AtCompletionExpenseCost") protected Double atCompletionExpenseCost; @XmlElement(name = "CumulativeAtCompletionExpenseCost") protected Double cumulativeAtCompletionExpenseCost; @XmlElement(name = "AtCompletionLaborCost") protected Double atCompletionLaborCost; @XmlElement(name = "CumulativeAtCompletionLaborCost") protected Double cumulativeAtCompletionLaborCost; @XmlElement(name = "AtCompletionMaterialCost") protected Double atCompletionMaterialCost; @XmlElement(name = "CumulativeAtCompletionMaterialCost") protected Double cumulativeAtCompletionMaterialCost; @XmlElement(name = "AtCompletionNonLaborCost") protected Double atCompletionNonLaborCost; @XmlElement(name = "CumulativeAtCompletionNonLaborCost") protected Double cumulativeAtCompletionNonLaborCost; @XmlElement(name = "AtCompletionTotalCost") protected Double atCompletionTotalCost; @XmlElement(name = "CumulativeAtCompletionTotalCost") protected Double cumulativeAtCompletionTotalCost; @XmlElement(name = "Baseline1ActualExpenseCost") protected Double baseline1ActualExpenseCost; @XmlElement(name = "CumulativeBaseline1ActualExpenseCost") protected Double cumulativeBaseline1ActualExpenseCost; @XmlElement(name = "Baseline1ActualLaborCost") protected Double baseline1ActualLaborCost; @XmlElement(name = "CumulativeBaseline1ActualLaborCost") protected Double cumulativeBaseline1ActualLaborCost; @XmlElement(name = "Baseline1ActualMaterialCost") protected Double baseline1ActualMaterialCost; @XmlElement(name = "CumulativeBaseline1ActualMaterialCost") protected Double cumulativeBaseline1ActualMaterialCost; @XmlElement(name = "Baseline1ActualNonLaborCost") protected Double baseline1ActualNonLaborCost; @XmlElement(name = "CumulativeBaseline1ActualNonLaborCost") protected Double cumulativeBaseline1ActualNonLaborCost; @XmlElement(name = "Baseline1ActualTotalCost") protected Double baseline1ActualTotalCost; @XmlElement(name = "CumulativeBaseline1ActualTotalCost") protected Double cumulativeBaseline1ActualTotalCost; @XmlElement(name = "Baseline1PlannedExpenseCost") protected Double baseline1PlannedExpenseCost; @XmlElement(name = "CumulativeBaseline1PlannedExpenseCost") protected Double cumulativeBaseline1PlannedExpenseCost; @XmlElement(name = "Baseline1PlannedLaborCost") protected Double baseline1PlannedLaborCost; @XmlElement(name = "CumulativeBaseline1PlannedLaborCost") protected Double cumulativeBaseline1PlannedLaborCost; @XmlElement(name = "Baseline1PlannedMaterialCost") protected Double baseline1PlannedMaterialCost; @XmlElement(name = "CumulativeBaseline1PlannedMaterialCost") protected Double cumulativeBaseline1PlannedMaterialCost; @XmlElement(name = "Baseline1PlannedNonLaborCost") protected Double baseline1PlannedNonLaborCost; @XmlElement(name = "CumulativeBaseline1PlannedNonLaborCost") protected Double cumulativeBaseline1PlannedNonLaborCost; @XmlElement(name = "Baseline1PlannedTotalCost") protected Double baseline1PlannedTotalCost; @XmlElement(name = "CumulativeBaseline1PlannedTotalCost") protected Double cumulativeBaseline1PlannedTotalCost; @XmlElement(name = "BaselineActualExpenseCost") protected Double baselineActualExpenseCost; @XmlElement(name = "CumulativeBaselineActualExpenseCost") protected Double cumulativeBaselineActualExpenseCost; @XmlElement(name = "BaselineActualLaborCost") protected Double baselineActualLaborCost; @XmlElement(name = "CumulativeBaselineActualLaborCost") protected Double cumulativeBaselineActualLaborCost; @XmlElement(name = "BaselineActualMaterialCost") protected Double baselineActualMaterialCost; @XmlElement(name = "CumulativeBaselineActualMaterialCost") protected Double cumulativeBaselineActualMaterialCost; @XmlElement(name = "BaselineActualNonLaborCost") protected Double baselineActualNonLaborCost; @XmlElement(name = "CumulativeBaselineActualNonLaborCost") protected Double cumulativeBaselineActualNonLaborCost; @XmlElement(name = "BaselineActualTotalCost") protected Double baselineActualTotalCost; @XmlElement(name = "CumulativeBaselineActualTotalCost") protected Double cumulativeBaselineActualTotalCost; @XmlElement(name = "BaselinePlannedExpenseCost") protected Double baselinePlannedExpenseCost; @XmlElement(name = "CumulativeBaselinePlannedExpenseCost") protected Double cumulativeBaselinePlannedExpenseCost; @XmlElement(name = "BaselinePlannedLaborCost") protected Double baselinePlannedLaborCost; @XmlElement(name = "CumulativeBaselinePlannedLaborCost") protected Double cumulativeBaselinePlannedLaborCost; @XmlElement(name = "BaselinePlannedMaterialCost") protected Double baselinePlannedMaterialCost; @XmlElement(name = "CumulativeBaselinePlannedMaterialCost") protected Double cumulativeBaselinePlannedMaterialCost; @XmlElement(name = "BaselinePlannedNonLaborCost") protected Double baselinePlannedNonLaborCost; @XmlElement(name = "CumulativeBaselinePlannedNonLaborCost") protected Double cumulativeBaselinePlannedNonLaborCost; @XmlElement(name = "BaselinePlannedTotalCost") protected Double baselinePlannedTotalCost; @XmlElement(name = "CumulativeBaselinePlannedTotalCost") protected Double cumulativeBaselinePlannedTotalCost; @XmlElement(name = "EarnedValueCost") protected Double earnedValueCost; @XmlElement(name = "CumulativeEarnedValueCost") protected Double cumulativeEarnedValueCost; @XmlElement(name = "EstimateAtCompletionCost") protected Double estimateAtCompletionCost; @XmlElement(name = "CumulativeEstimateAtCompletionCost") protected Double cumulativeEstimateAtCompletionCost; @XmlElement(name = "EstimateToCompleteCost") protected Double estimateToCompleteCost; @XmlElement(name = "CumulativeEstimateToCompleteCost") protected Double cumulativeEstimateToCompleteCost; @XmlElement(name = "PlannedExpenseCost") protected Double plannedExpenseCost; @XmlElement(name = "CumulativePlannedExpenseCost") protected Double cumulativePlannedExpenseCost; @XmlElement(name = "PlannedLaborCost") protected Double plannedLaborCost; @XmlElement(name = "CumulativePlannedLaborCost") protected Double cumulativePlannedLaborCost; @XmlElement(name = "PlannedMaterialCost") protected Double plannedMaterialCost; @XmlElement(name = "CumulativePlannedMaterialCost") protected Double cumulativePlannedMaterialCost; @XmlElement(name = "PlannedNonLaborCost") protected Double plannedNonLaborCost; @XmlElement(name = "CumulativePlannedNonLaborCost") protected Double cumulativePlannedNonLaborCost; @XmlElement(name = "PlannedTotalCost") protected Double plannedTotalCost; @XmlElement(name = "CumulativePlannedTotalCost") protected Double cumulativePlannedTotalCost; @XmlElement(name = "PlannedValueCost") protected Double plannedValueCost; @XmlElement(name = "CumulativePlannedValueCost") protected Double cumulativePlannedValueCost; @XmlElement(name = "RemainingExpenseCost") protected Double remainingExpenseCost; @XmlElement(name = "CumulativeRemainingExpenseCost") protected Double cumulativeRemainingExpenseCost; @XmlElement(name = "RemainingLaborCost") protected Double remainingLaborCost; @XmlElement(name = "CumulativeRemainingLaborCost") protected Double cumulativeRemainingLaborCost; @XmlElement(name = "RemainingLateExpenseCost") protected Double remainingLateExpenseCost; @XmlElement(name = "CumulativeRemainingLateExpenseCost") protected Double cumulativeRemainingLateExpenseCost; @XmlElement(name = "RemainingLateLaborCost") protected Double remainingLateLaborCost; @XmlElement(name = "CumulativeRemainingLateLaborCost") protected Double cumulativeRemainingLateLaborCost; @XmlElement(name = "RemainingLateMaterialCost") protected Double remainingLateMaterialCost; @XmlElement(name = "CumulativeRemainingLateMaterialCost") protected Double cumulativeRemainingLateMaterialCost; @XmlElement(name = "RemainingLateNonLaborCost") protected Double remainingLateNonLaborCost; @XmlElement(name = "CumulativeRemainingLateNonLaborCost") protected Double cumulativeRemainingLateNonLaborCost; @XmlElement(name = "RemainingLateTotalCost") protected Double remainingLateTotalCost; @XmlElement(name = "CumulativeRemainingLateTotalCost") protected Double cumulativeRemainingLateTotalCost; @XmlElement(name = "RemainingMaterialCost") protected Double remainingMaterialCost; @XmlElement(name = "CumulativeRemainingMaterialCost") protected Double cumulativeRemainingMaterialCost; @XmlElement(name = "RemainingNonLaborCost") protected Double remainingNonLaborCost; @XmlElement(name = "CumulativeRemainingNonLaborCost") protected Double cumulativeRemainingNonLaborCost; @XmlElement(name = "RemainingTotalCost") protected Double remainingTotalCost; @XmlElement(name = "CumulativeRemainingTotalCost") protected Double cumulativeRemainingTotalCost; /** * Gets the value of the startDate property. * * @return * possible object is * {@link String } * */ public Date getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link String } * */ public void setStartDate(Date value) { this.startDate = value; } /** * Gets the value of the endDate property. * * @return * possible object is * {@link String } * */ public Date getEndDate() { return endDate; } /** * Sets the value of the endDate property. * * @param value * allowed object is * {@link String } * */ public void setEndDate(Date value) { this.endDate = value; } /** * Gets the value of the actualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getActualLaborUnits() { return actualLaborUnits; } /** * Sets the value of the actualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setActualLaborUnits(Double value) { this.actualLaborUnits = value; } /** * Gets the value of the cumulativeActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualLaborUnits() { return cumulativeActualLaborUnits; } /** * Sets the value of the cumulativeActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualLaborUnits(Double value) { this.cumulativeActualLaborUnits = value; } /** * Gets the value of the actualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getActualNonLaborUnits() { return actualNonLaborUnits; } /** * Sets the value of the actualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setActualNonLaborUnits(Double value) { this.actualNonLaborUnits = value; } /** * Gets the value of the cumulativeActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualNonLaborUnits() { return cumulativeActualNonLaborUnits; } /** * Sets the value of the cumulativeActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualNonLaborUnits(Double value) { this.cumulativeActualNonLaborUnits = value; } /** * Gets the value of the atCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionLaborUnits() { return atCompletionLaborUnits; } /** * Sets the value of the atCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionLaborUnits(Double value) { this.atCompletionLaborUnits = value; } /** * Gets the value of the cumulativeAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionLaborUnits() { return cumulativeAtCompletionLaborUnits; } /** * Sets the value of the cumulativeAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionLaborUnits(Double value) { this.cumulativeAtCompletionLaborUnits = value; } /** * Gets the value of the atCompletionNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionNonLaborUnits() { return atCompletionNonLaborUnits; } /** * Sets the value of the atCompletionNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionNonLaborUnits(Double value) { this.atCompletionNonLaborUnits = value; } /** * Gets the value of the cumulativeAtCompletionNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionNonLaborUnits() { return cumulativeAtCompletionNonLaborUnits; } /** * Sets the value of the cumulativeAtCompletionNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionNonLaborUnits(Double value) { this.cumulativeAtCompletionNonLaborUnits = value; } /** * Gets the value of the baseline1ActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualLaborUnits() { return baseline1ActualLaborUnits; } /** * Sets the value of the baseline1ActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualLaborUnits(Double value) { this.baseline1ActualLaborUnits = value; } /** * Gets the value of the cumulativeBaseline1ActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualLaborUnits() { return cumulativeBaseline1ActualLaborUnits; } /** * Sets the value of the cumulativeBaseline1ActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualLaborUnits(Double value) { this.cumulativeBaseline1ActualLaborUnits = value; } /** * Gets the value of the baseline1ActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualNonLaborUnits() { return baseline1ActualNonLaborUnits; } /** * Sets the value of the baseline1ActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualNonLaborUnits(Double value) { this.baseline1ActualNonLaborUnits = value; } /** * Gets the value of the cumulativeBaseline1ActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualNonLaborUnits() { return cumulativeBaseline1ActualNonLaborUnits; } /** * Sets the value of the cumulativeBaseline1ActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualNonLaborUnits(Double value) { this.cumulativeBaseline1ActualNonLaborUnits = value; } /** * Gets the value of the baseline1PlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedLaborUnits() { return baseline1PlannedLaborUnits; } /** * Sets the value of the baseline1PlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedLaborUnits(Double value) { this.baseline1PlannedLaborUnits = value; } /** * Gets the value of the cumulativeBaseline1PlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedLaborUnits() { return cumulativeBaseline1PlannedLaborUnits; } /** * Sets the value of the cumulativeBaseline1PlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedLaborUnits(Double value) { this.cumulativeBaseline1PlannedLaborUnits = value; } /** * Gets the value of the baseline1PlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedNonLaborUnits() { return baseline1PlannedNonLaborUnits; } /** * Sets the value of the baseline1PlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedNonLaborUnits(Double value) { this.baseline1PlannedNonLaborUnits = value; } /** * Gets the value of the cumulativeBaseline1PlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedNonLaborUnits() { return cumulativeBaseline1PlannedNonLaborUnits; } /** * Sets the value of the cumulativeBaseline1PlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedNonLaborUnits(Double value) { this.cumulativeBaseline1PlannedNonLaborUnits = value; } /** * Gets the value of the baselineActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualLaborUnits() { return baselineActualLaborUnits; } /** * Sets the value of the baselineActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualLaborUnits(Double value) { this.baselineActualLaborUnits = value; } /** * Gets the value of the cumulativeBaselineActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualLaborUnits() { return cumulativeBaselineActualLaborUnits; } /** * Sets the value of the cumulativeBaselineActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualLaborUnits(Double value) { this.cumulativeBaselineActualLaborUnits = value; } /** * Gets the value of the baselineActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualNonLaborUnits() { return baselineActualNonLaborUnits; } /** * Sets the value of the baselineActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualNonLaborUnits(Double value) { this.baselineActualNonLaborUnits = value; } /** * Gets the value of the cumulativeBaselineActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualNonLaborUnits() { return cumulativeBaselineActualNonLaborUnits; } /** * Sets the value of the cumulativeBaselineActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualNonLaborUnits(Double value) { this.cumulativeBaselineActualNonLaborUnits = value; } /** * Gets the value of the baselinePlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedLaborUnits() { return baselinePlannedLaborUnits; } /** * Sets the value of the baselinePlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedLaborUnits(Double value) { this.baselinePlannedLaborUnits = value; } /** * Gets the value of the cumulativeBaselinePlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedLaborUnits() { return cumulativeBaselinePlannedLaborUnits; } /** * Sets the value of the cumulativeBaselinePlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedLaborUnits(Double value) { this.cumulativeBaselinePlannedLaborUnits = value; } /** * Gets the value of the baselinePlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedNonLaborUnits() { return baselinePlannedNonLaborUnits; } /** * Sets the value of the baselinePlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedNonLaborUnits(Double value) { this.baselinePlannedNonLaborUnits = value; } /** * Gets the value of the cumulativeBaselinePlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedNonLaborUnits() { return cumulativeBaselinePlannedNonLaborUnits; } /** * Sets the value of the cumulativeBaselinePlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedNonLaborUnits(Double value) { this.cumulativeBaselinePlannedNonLaborUnits = value; } /** * Gets the value of the earnedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getEarnedValueLaborUnits() { return earnedValueLaborUnits; } /** * Sets the value of the earnedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setEarnedValueLaborUnits(Double value) { this.earnedValueLaborUnits = value; } /** * Gets the value of the cumulativeEarnedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEarnedValueLaborUnits() { return cumulativeEarnedValueLaborUnits; } /** * Sets the value of the cumulativeEarnedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEarnedValueLaborUnits(Double value) { this.cumulativeEarnedValueLaborUnits = value; } /** * Gets the value of the estimateAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getEstimateAtCompletionLaborUnits() { return estimateAtCompletionLaborUnits; } /** * Sets the value of the estimateAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setEstimateAtCompletionLaborUnits(Double value) { this.estimateAtCompletionLaborUnits = value; } /** * Gets the value of the cumulativeEstimateAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEstimateAtCompletionLaborUnits() { return cumulativeEstimateAtCompletionLaborUnits; } /** * Sets the value of the cumulativeEstimateAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEstimateAtCompletionLaborUnits(Double value) { this.cumulativeEstimateAtCompletionLaborUnits = value; } /** * Gets the value of the estimateToCompleteLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getEstimateToCompleteLaborUnits() { return estimateToCompleteLaborUnits; } /** * Sets the value of the estimateToCompleteLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setEstimateToCompleteLaborUnits(Double value) { this.estimateToCompleteLaborUnits = value; } /** * Gets the value of the cumulativeEstimateToCompleteLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEstimateToCompleteLaborUnits() { return cumulativeEstimateToCompleteLaborUnits; } /** * Sets the value of the cumulativeEstimateToCompleteLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEstimateToCompleteLaborUnits(Double value) { this.cumulativeEstimateToCompleteLaborUnits = value; } /** * Gets the value of the plannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPlannedLaborUnits() { return plannedLaborUnits; } /** * Sets the value of the plannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedLaborUnits(Double value) { this.plannedLaborUnits = value; } /** * Gets the value of the cumulativePlannedLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedLaborUnits() { return cumulativePlannedLaborUnits; } /** * Sets the value of the cumulativePlannedLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedLaborUnits(Double value) { this.cumulativePlannedLaborUnits = value; } /** * Gets the value of the plannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPlannedNonLaborUnits() { return plannedNonLaborUnits; } /** * Sets the value of the plannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedNonLaborUnits(Double value) { this.plannedNonLaborUnits = value; } /** * Gets the value of the cumulativePlannedNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedNonLaborUnits() { return cumulativePlannedNonLaborUnits; } /** * Sets the value of the cumulativePlannedNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedNonLaborUnits(Double value) { this.cumulativePlannedNonLaborUnits = value; } /** * Gets the value of the plannedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPlannedValueLaborUnits() { return plannedValueLaborUnits; } /** * Sets the value of the plannedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedValueLaborUnits(Double value) { this.plannedValueLaborUnits = value; } /** * Gets the value of the cumulativePlannedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedValueLaborUnits() { return cumulativePlannedValueLaborUnits; } /** * Sets the value of the cumulativePlannedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedValueLaborUnits(Double value) { this.cumulativePlannedValueLaborUnits = value; } /** * Gets the value of the remainingLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLaborUnits() { return remainingLaborUnits; } /** * Sets the value of the remainingLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLaborUnits(Double value) { this.remainingLaborUnits = value; } /** * Gets the value of the cumulativeRemainingLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLaborUnits() { return cumulativeRemainingLaborUnits; } /** * Sets the value of the cumulativeRemainingLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLaborUnits(Double value) { this.cumulativeRemainingLaborUnits = value; } /** * Gets the value of the remainingLateLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateLaborUnits() { return remainingLateLaborUnits; } /** * Sets the value of the remainingLateLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateLaborUnits(Double value) { this.remainingLateLaborUnits = value; } /** * Gets the value of the cumulativeRemainingLateLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateLaborUnits() { return cumulativeRemainingLateLaborUnits; } /** * Sets the value of the cumulativeRemainingLateLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateLaborUnits(Double value) { this.cumulativeRemainingLateLaborUnits = value; } /** * Gets the value of the remainingLateNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateNonLaborUnits() { return remainingLateNonLaborUnits; } /** * Sets the value of the remainingLateNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateNonLaborUnits(Double value) { this.remainingLateNonLaborUnits = value; } /** * Gets the value of the cumulativeRemainingLateNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateNonLaborUnits() { return cumulativeRemainingLateNonLaborUnits; } /** * Sets the value of the cumulativeRemainingLateNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateNonLaborUnits(Double value) { this.cumulativeRemainingLateNonLaborUnits = value; } /** * Gets the value of the remainingNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingNonLaborUnits() { return remainingNonLaborUnits; } /** * Sets the value of the remainingNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingNonLaborUnits(Double value) { this.remainingNonLaborUnits = value; } /** * Gets the value of the cumulativeRemainingNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingNonLaborUnits() { return cumulativeRemainingNonLaborUnits; } /** * Sets the value of the cumulativeRemainingNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingNonLaborUnits(Double value) { this.cumulativeRemainingNonLaborUnits = value; } /** * Gets the value of the actualCost property. * * @return * possible object is * {@link Double } * */ public Double getActualCost() { return actualCost; } /** * Sets the value of the actualCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualCost(Double value) { this.actualCost = value; } /** * Gets the value of the cumulativeActualCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualCost() { return cumulativeActualCost; } /** * Sets the value of the cumulativeActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualCost(Double value) { this.cumulativeActualCost = value; } /** * Gets the value of the actualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getActualExpenseCost() { return actualExpenseCost; } /** * Sets the value of the actualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualExpenseCost(Double value) { this.actualExpenseCost = value; } /** * Gets the value of the cumulativeActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualExpenseCost() { return cumulativeActualExpenseCost; } /** * Sets the value of the cumulativeActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualExpenseCost(Double value) { this.cumulativeActualExpenseCost = value; } /** * Gets the value of the actualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getActualLaborCost() { return actualLaborCost; } /** * Sets the value of the actualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualLaborCost(Double value) { this.actualLaborCost = value; } /** * Gets the value of the cumulativeActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualLaborCost() { return cumulativeActualLaborCost; } /** * Sets the value of the cumulativeActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualLaborCost(Double value) { this.cumulativeActualLaborCost = value; } /** * Gets the value of the actualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getActualMaterialCost() { return actualMaterialCost; } /** * Sets the value of the actualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualMaterialCost(Double value) { this.actualMaterialCost = value; } /** * Gets the value of the cumulativeActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualMaterialCost() { return cumulativeActualMaterialCost; } /** * Sets the value of the cumulativeActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualMaterialCost(Double value) { this.cumulativeActualMaterialCost = value; } /** * Gets the value of the actualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getActualNonLaborCost() { return actualNonLaborCost; } /** * Sets the value of the actualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualNonLaborCost(Double value) { this.actualNonLaborCost = value; } /** * Gets the value of the cumulativeActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualNonLaborCost() { return cumulativeActualNonLaborCost; } /** * Sets the value of the cumulativeActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualNonLaborCost(Double value) { this.cumulativeActualNonLaborCost = value; } /** * Gets the value of the actualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getActualTotalCost() { return actualTotalCost; } /** * Sets the value of the actualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualTotalCost(Double value) { this.actualTotalCost = value; } /** * Gets the value of the cumulativeActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualTotalCost() { return cumulativeActualTotalCost; } /** * Sets the value of the cumulativeActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualTotalCost(Double value) { this.cumulativeActualTotalCost = value; } /** * Gets the value of the atCompletionExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionExpenseCost() { return atCompletionExpenseCost; } /** * Sets the value of the atCompletionExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionExpenseCost(Double value) { this.atCompletionExpenseCost = value; } /** * Gets the value of the cumulativeAtCompletionExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionExpenseCost() { return cumulativeAtCompletionExpenseCost; } /** * Sets the value of the cumulativeAtCompletionExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionExpenseCost(Double value) { this.cumulativeAtCompletionExpenseCost = value; } /** * Gets the value of the atCompletionLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionLaborCost() { return atCompletionLaborCost; } /** * Sets the value of the atCompletionLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionLaborCost(Double value) { this.atCompletionLaborCost = value; } /** * Gets the value of the cumulativeAtCompletionLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionLaborCost() { return cumulativeAtCompletionLaborCost; } /** * Sets the value of the cumulativeAtCompletionLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionLaborCost(Double value) { this.cumulativeAtCompletionLaborCost = value; } /** * Gets the value of the atCompletionMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionMaterialCost() { return atCompletionMaterialCost; } /** * Sets the value of the atCompletionMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionMaterialCost(Double value) { this.atCompletionMaterialCost = value; } /** * Gets the value of the cumulativeAtCompletionMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionMaterialCost() { return cumulativeAtCompletionMaterialCost; } /** * Sets the value of the cumulativeAtCompletionMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionMaterialCost(Double value) { this.cumulativeAtCompletionMaterialCost = value; } /** * Gets the value of the atCompletionNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionNonLaborCost() { return atCompletionNonLaborCost; } /** * Sets the value of the atCompletionNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionNonLaborCost(Double value) { this.atCompletionNonLaborCost = value; } /** * Gets the value of the cumulativeAtCompletionNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionNonLaborCost() { return cumulativeAtCompletionNonLaborCost; } /** * Sets the value of the cumulativeAtCompletionNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionNonLaborCost(Double value) { this.cumulativeAtCompletionNonLaborCost = value; } /** * Gets the value of the atCompletionTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionTotalCost() { return atCompletionTotalCost; } /** * Sets the value of the atCompletionTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionTotalCost(Double value) { this.atCompletionTotalCost = value; } /** * Gets the value of the cumulativeAtCompletionTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionTotalCost() { return cumulativeAtCompletionTotalCost; } /** * Sets the value of the cumulativeAtCompletionTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionTotalCost(Double value) { this.cumulativeAtCompletionTotalCost = value; } /** * Gets the value of the baseline1ActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualExpenseCost() { return baseline1ActualExpenseCost; } /** * Sets the value of the baseline1ActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualExpenseCost(Double value) { this.baseline1ActualExpenseCost = value; } /** * Gets the value of the cumulativeBaseline1ActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualExpenseCost() { return cumulativeBaseline1ActualExpenseCost; } /** * Sets the value of the cumulativeBaseline1ActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualExpenseCost(Double value) { this.cumulativeBaseline1ActualExpenseCost = value; } /** * Gets the value of the baseline1ActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualLaborCost() { return baseline1ActualLaborCost; } /** * Sets the value of the baseline1ActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualLaborCost(Double value) { this.baseline1ActualLaborCost = value; } /** * Gets the value of the cumulativeBaseline1ActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualLaborCost() { return cumulativeBaseline1ActualLaborCost; } /** * Sets the value of the cumulativeBaseline1ActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualLaborCost(Double value) { this.cumulativeBaseline1ActualLaborCost = value; } /** * Gets the value of the baseline1ActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualMaterialCost() { return baseline1ActualMaterialCost; } /** * Sets the value of the baseline1ActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualMaterialCost(Double value) { this.baseline1ActualMaterialCost = value; } /** * Gets the value of the cumulativeBaseline1ActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualMaterialCost() { return cumulativeBaseline1ActualMaterialCost; } /** * Sets the value of the cumulativeBaseline1ActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualMaterialCost(Double value) { this.cumulativeBaseline1ActualMaterialCost = value; } /** * Gets the value of the baseline1ActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualNonLaborCost() { return baseline1ActualNonLaborCost; } /** * Sets the value of the baseline1ActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualNonLaborCost(Double value) { this.baseline1ActualNonLaborCost = value; } /** * Gets the value of the cumulativeBaseline1ActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualNonLaborCost() { return cumulativeBaseline1ActualNonLaborCost; } /** * Sets the value of the cumulativeBaseline1ActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualNonLaborCost(Double value) { this.cumulativeBaseline1ActualNonLaborCost = value; } /** * Gets the value of the baseline1ActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1ActualTotalCost() { return baseline1ActualTotalCost; } /** * Sets the value of the baseline1ActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1ActualTotalCost(Double value) { this.baseline1ActualTotalCost = value; } /** * Gets the value of the cumulativeBaseline1ActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1ActualTotalCost() { return cumulativeBaseline1ActualTotalCost; } /** * Sets the value of the cumulativeBaseline1ActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1ActualTotalCost(Double value) { this.cumulativeBaseline1ActualTotalCost = value; } /** * Gets the value of the baseline1PlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedExpenseCost() { return baseline1PlannedExpenseCost; } /** * Sets the value of the baseline1PlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedExpenseCost(Double value) { this.baseline1PlannedExpenseCost = value; } /** * Gets the value of the cumulativeBaseline1PlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedExpenseCost() { return cumulativeBaseline1PlannedExpenseCost; } /** * Sets the value of the cumulativeBaseline1PlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedExpenseCost(Double value) { this.cumulativeBaseline1PlannedExpenseCost = value; } /** * Gets the value of the baseline1PlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedLaborCost() { return baseline1PlannedLaborCost; } /** * Sets the value of the baseline1PlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedLaborCost(Double value) { this.baseline1PlannedLaborCost = value; } /** * Gets the value of the cumulativeBaseline1PlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedLaborCost() { return cumulativeBaseline1PlannedLaborCost; } /** * Sets the value of the cumulativeBaseline1PlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedLaborCost(Double value) { this.cumulativeBaseline1PlannedLaborCost = value; } /** * Gets the value of the baseline1PlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedMaterialCost() { return baseline1PlannedMaterialCost; } /** * Sets the value of the baseline1PlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedMaterialCost(Double value) { this.baseline1PlannedMaterialCost = value; } /** * Gets the value of the cumulativeBaseline1PlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedMaterialCost() { return cumulativeBaseline1PlannedMaterialCost; } /** * Sets the value of the cumulativeBaseline1PlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedMaterialCost(Double value) { this.cumulativeBaseline1PlannedMaterialCost = value; } /** * Gets the value of the baseline1PlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedNonLaborCost() { return baseline1PlannedNonLaborCost; } /** * Sets the value of the baseline1PlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedNonLaborCost(Double value) { this.baseline1PlannedNonLaborCost = value; } /** * Gets the value of the cumulativeBaseline1PlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedNonLaborCost() { return cumulativeBaseline1PlannedNonLaborCost; } /** * Sets the value of the cumulativeBaseline1PlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedNonLaborCost(Double value) { this.cumulativeBaseline1PlannedNonLaborCost = value; } /** * Gets the value of the baseline1PlannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getBaseline1PlannedTotalCost() { return baseline1PlannedTotalCost; } /** * Sets the value of the baseline1PlannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaseline1PlannedTotalCost(Double value) { this.baseline1PlannedTotalCost = value; } /** * Gets the value of the cumulativeBaseline1PlannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaseline1PlannedTotalCost() { return cumulativeBaseline1PlannedTotalCost; } /** * Sets the value of the cumulativeBaseline1PlannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaseline1PlannedTotalCost(Double value) { this.cumulativeBaseline1PlannedTotalCost = value; } /** * Gets the value of the baselineActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualExpenseCost() { return baselineActualExpenseCost; } /** * Sets the value of the baselineActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualExpenseCost(Double value) { this.baselineActualExpenseCost = value; } /** * Gets the value of the cumulativeBaselineActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualExpenseCost() { return cumulativeBaselineActualExpenseCost; } /** * Sets the value of the cumulativeBaselineActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualExpenseCost(Double value) { this.cumulativeBaselineActualExpenseCost = value; } /** * Gets the value of the baselineActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualLaborCost() { return baselineActualLaborCost; } /** * Sets the value of the baselineActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualLaborCost(Double value) { this.baselineActualLaborCost = value; } /** * Gets the value of the cumulativeBaselineActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualLaborCost() { return cumulativeBaselineActualLaborCost; } /** * Sets the value of the cumulativeBaselineActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualLaborCost(Double value) { this.cumulativeBaselineActualLaborCost = value; } /** * Gets the value of the baselineActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualMaterialCost() { return baselineActualMaterialCost; } /** * Sets the value of the baselineActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualMaterialCost(Double value) { this.baselineActualMaterialCost = value; } /** * Gets the value of the cumulativeBaselineActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualMaterialCost() { return cumulativeBaselineActualMaterialCost; } /** * Sets the value of the cumulativeBaselineActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualMaterialCost(Double value) { this.cumulativeBaselineActualMaterialCost = value; } /** * Gets the value of the baselineActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualNonLaborCost() { return baselineActualNonLaborCost; } /** * Sets the value of the baselineActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualNonLaborCost(Double value) { this.baselineActualNonLaborCost = value; } /** * Gets the value of the cumulativeBaselineActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualNonLaborCost() { return cumulativeBaselineActualNonLaborCost; } /** * Sets the value of the cumulativeBaselineActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualNonLaborCost(Double value) { this.cumulativeBaselineActualNonLaborCost = value; } /** * Gets the value of the baselineActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselineActualTotalCost() { return baselineActualTotalCost; } /** * Sets the value of the baselineActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselineActualTotalCost(Double value) { this.baselineActualTotalCost = value; } /** * Gets the value of the cumulativeBaselineActualTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselineActualTotalCost() { return cumulativeBaselineActualTotalCost; } /** * Sets the value of the cumulativeBaselineActualTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselineActualTotalCost(Double value) { this.cumulativeBaselineActualTotalCost = value; } /** * Gets the value of the baselinePlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedExpenseCost() { return baselinePlannedExpenseCost; } /** * Sets the value of the baselinePlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedExpenseCost(Double value) { this.baselinePlannedExpenseCost = value; } /** * Gets the value of the cumulativeBaselinePlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedExpenseCost() { return cumulativeBaselinePlannedExpenseCost; } /** * Sets the value of the cumulativeBaselinePlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedExpenseCost(Double value) { this.cumulativeBaselinePlannedExpenseCost = value; } /** * Gets the value of the baselinePlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedLaborCost() { return baselinePlannedLaborCost; } /** * Sets the value of the baselinePlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedLaborCost(Double value) { this.baselinePlannedLaborCost = value; } /** * Gets the value of the cumulativeBaselinePlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedLaborCost() { return cumulativeBaselinePlannedLaborCost; } /** * Sets the value of the cumulativeBaselinePlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedLaborCost(Double value) { this.cumulativeBaselinePlannedLaborCost = value; } /** * Gets the value of the baselinePlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedMaterialCost() { return baselinePlannedMaterialCost; } /** * Sets the value of the baselinePlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedMaterialCost(Double value) { this.baselinePlannedMaterialCost = value; } /** * Gets the value of the cumulativeBaselinePlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedMaterialCost() { return cumulativeBaselinePlannedMaterialCost; } /** * Sets the value of the cumulativeBaselinePlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedMaterialCost(Double value) { this.cumulativeBaselinePlannedMaterialCost = value; } /** * Gets the value of the baselinePlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedNonLaborCost() { return baselinePlannedNonLaborCost; } /** * Sets the value of the baselinePlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedNonLaborCost(Double value) { this.baselinePlannedNonLaborCost = value; } /** * Gets the value of the cumulativeBaselinePlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedNonLaborCost() { return cumulativeBaselinePlannedNonLaborCost; } /** * Sets the value of the cumulativeBaselinePlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedNonLaborCost(Double value) { this.cumulativeBaselinePlannedNonLaborCost = value; } /** * Gets the value of the baselinePlannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getBaselinePlannedTotalCost() { return baselinePlannedTotalCost; } /** * Sets the value of the baselinePlannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setBaselinePlannedTotalCost(Double value) { this.baselinePlannedTotalCost = value; } /** * Gets the value of the cumulativeBaselinePlannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeBaselinePlannedTotalCost() { return cumulativeBaselinePlannedTotalCost; } /** * Sets the value of the cumulativeBaselinePlannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeBaselinePlannedTotalCost(Double value) { this.cumulativeBaselinePlannedTotalCost = value; } /** * Gets the value of the earnedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getEarnedValueCost() { return earnedValueCost; } /** * Sets the value of the earnedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setEarnedValueCost(Double value) { this.earnedValueCost = value; } /** * Gets the value of the cumulativeEarnedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEarnedValueCost() { return cumulativeEarnedValueCost; } /** * Sets the value of the cumulativeEarnedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEarnedValueCost(Double value) { this.cumulativeEarnedValueCost = value; } /** * Gets the value of the estimateAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getEstimateAtCompletionCost() { return estimateAtCompletionCost; } /** * Sets the value of the estimateAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setEstimateAtCompletionCost(Double value) { this.estimateAtCompletionCost = value; } /** * Gets the value of the cumulativeEstimateAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEstimateAtCompletionCost() { return cumulativeEstimateAtCompletionCost; } /** * Sets the value of the cumulativeEstimateAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEstimateAtCompletionCost(Double value) { this.cumulativeEstimateAtCompletionCost = value; } /** * Gets the value of the estimateToCompleteCost property. * * @return * possible object is * {@link Double } * */ public Double getEstimateToCompleteCost() { return estimateToCompleteCost; } /** * Sets the value of the estimateToCompleteCost property. * * @param value * allowed object is * {@link Double } * */ public void setEstimateToCompleteCost(Double value) { this.estimateToCompleteCost = value; } /** * Gets the value of the cumulativeEstimateToCompleteCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeEstimateToCompleteCost() { return cumulativeEstimateToCompleteCost; } /** * Sets the value of the cumulativeEstimateToCompleteCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeEstimateToCompleteCost(Double value) { this.cumulativeEstimateToCompleteCost = value; } /** * Gets the value of the plannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedExpenseCost() { return plannedExpenseCost; } /** * Sets the value of the plannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedExpenseCost(Double value) { this.plannedExpenseCost = value; } /** * Gets the value of the cumulativePlannedExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedExpenseCost() { return cumulativePlannedExpenseCost; } /** * Sets the value of the cumulativePlannedExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedExpenseCost(Double value) { this.cumulativePlannedExpenseCost = value; } /** * Gets the value of the plannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedLaborCost() { return plannedLaborCost; } /** * Sets the value of the plannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedLaborCost(Double value) { this.plannedLaborCost = value; } /** * Gets the value of the cumulativePlannedLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedLaborCost() { return cumulativePlannedLaborCost; } /** * Sets the value of the cumulativePlannedLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedLaborCost(Double value) { this.cumulativePlannedLaborCost = value; } /** * Gets the value of the plannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedMaterialCost() { return plannedMaterialCost; } /** * Sets the value of the plannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedMaterialCost(Double value) { this.plannedMaterialCost = value; } /** * Gets the value of the cumulativePlannedMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedMaterialCost() { return cumulativePlannedMaterialCost; } /** * Sets the value of the cumulativePlannedMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedMaterialCost(Double value) { this.cumulativePlannedMaterialCost = value; } /** * Gets the value of the plannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedNonLaborCost() { return plannedNonLaborCost; } /** * Sets the value of the plannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedNonLaborCost(Double value) { this.plannedNonLaborCost = value; } /** * Gets the value of the cumulativePlannedNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedNonLaborCost() { return cumulativePlannedNonLaborCost; } /** * Sets the value of the cumulativePlannedNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedNonLaborCost(Double value) { this.cumulativePlannedNonLaborCost = value; } /** * Gets the value of the plannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedTotalCost() { return plannedTotalCost; } /** * Sets the value of the plannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedTotalCost(Double value) { this.plannedTotalCost = value; } /** * Gets the value of the cumulativePlannedTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedTotalCost() { return cumulativePlannedTotalCost; } /** * Sets the value of the cumulativePlannedTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedTotalCost(Double value) { this.cumulativePlannedTotalCost = value; } /** * Gets the value of the plannedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedValueCost() { return plannedValueCost; } /** * Sets the value of the plannedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedValueCost(Double value) { this.plannedValueCost = value; } /** * Gets the value of the cumulativePlannedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedValueCost() { return cumulativePlannedValueCost; } /** * Sets the value of the cumulativePlannedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedValueCost(Double value) { this.cumulativePlannedValueCost = value; } /** * Gets the value of the remainingExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingExpenseCost() { return remainingExpenseCost; } /** * Sets the value of the remainingExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingExpenseCost(Double value) { this.remainingExpenseCost = value; } /** * Gets the value of the cumulativeRemainingExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingExpenseCost() { return cumulativeRemainingExpenseCost; } /** * Sets the value of the cumulativeRemainingExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingExpenseCost(Double value) { this.cumulativeRemainingExpenseCost = value; } /** * Gets the value of the remainingLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLaborCost() { return remainingLaborCost; } /** * Sets the value of the remainingLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLaborCost(Double value) { this.remainingLaborCost = value; } /** * Gets the value of the cumulativeRemainingLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLaborCost() { return cumulativeRemainingLaborCost; } /** * Sets the value of the cumulativeRemainingLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLaborCost(Double value) { this.cumulativeRemainingLaborCost = value; } /** * Gets the value of the remainingLateExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateExpenseCost() { return remainingLateExpenseCost; } /** * Sets the value of the remainingLateExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateExpenseCost(Double value) { this.remainingLateExpenseCost = value; } /** * Gets the value of the cumulativeRemainingLateExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateExpenseCost() { return cumulativeRemainingLateExpenseCost; } /** * Sets the value of the cumulativeRemainingLateExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateExpenseCost(Double value) { this.cumulativeRemainingLateExpenseCost = value; } /** * Gets the value of the remainingLateLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateLaborCost() { return remainingLateLaborCost; } /** * Sets the value of the remainingLateLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateLaborCost(Double value) { this.remainingLateLaborCost = value; } /** * Gets the value of the cumulativeRemainingLateLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateLaborCost() { return cumulativeRemainingLateLaborCost; } /** * Sets the value of the cumulativeRemainingLateLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateLaborCost(Double value) { this.cumulativeRemainingLateLaborCost = value; } /** * Gets the value of the remainingLateMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateMaterialCost() { return remainingLateMaterialCost; } /** * Sets the value of the remainingLateMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateMaterialCost(Double value) { this.remainingLateMaterialCost = value; } /** * Gets the value of the cumulativeRemainingLateMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateMaterialCost() { return cumulativeRemainingLateMaterialCost; } /** * Sets the value of the cumulativeRemainingLateMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateMaterialCost(Double value) { this.cumulativeRemainingLateMaterialCost = value; } /** * Gets the value of the remainingLateNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateNonLaborCost() { return remainingLateNonLaborCost; } /** * Sets the value of the remainingLateNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateNonLaborCost(Double value) { this.remainingLateNonLaborCost = value; } /** * Gets the value of the cumulativeRemainingLateNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateNonLaborCost() { return cumulativeRemainingLateNonLaborCost; } /** * Sets the value of the cumulativeRemainingLateNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateNonLaborCost(Double value) { this.cumulativeRemainingLateNonLaborCost = value; } /** * Gets the value of the remainingLateTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateTotalCost() { return remainingLateTotalCost; } /** * Sets the value of the remainingLateTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateTotalCost(Double value) { this.remainingLateTotalCost = value; } /** * Gets the value of the cumulativeRemainingLateTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateTotalCost() { return cumulativeRemainingLateTotalCost; } /** * Sets the value of the cumulativeRemainingLateTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateTotalCost(Double value) { this.cumulativeRemainingLateTotalCost = value; } /** * Gets the value of the remainingMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingMaterialCost() { return remainingMaterialCost; } /** * Sets the value of the remainingMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingMaterialCost(Double value) { this.remainingMaterialCost = value; } /** * Gets the value of the cumulativeRemainingMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingMaterialCost() { return cumulativeRemainingMaterialCost; } /** * Sets the value of the cumulativeRemainingMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingMaterialCost(Double value) { this.cumulativeRemainingMaterialCost = value; } /** * Gets the value of the remainingNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingNonLaborCost() { return remainingNonLaborCost; } /** * Sets the value of the remainingNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingNonLaborCost(Double value) { this.remainingNonLaborCost = value; } /** * Gets the value of the cumulativeRemainingNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingNonLaborCost() { return cumulativeRemainingNonLaborCost; } /** * Sets the value of the cumulativeRemainingNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingNonLaborCost(Double value) { this.cumulativeRemainingNonLaborCost = value; } /** * Gets the value of the remainingTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingTotalCost() { return remainingTotalCost; } /** * Sets the value of the remainingTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingTotalCost(Double value) { this.remainingTotalCost = value; } /** * Gets the value of the cumulativeRemainingTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingTotalCost() { return cumulativeRemainingTotalCost; } /** * Sets the value of the cumulativeRemainingTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingTotalCost(Double value) { this.cumulativeRemainingTotalCost = value; } } }