// // 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 EPSProjectWBSSpreadType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="EPSProjectWBSSpreadType"> * <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="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="PeriodActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEstimateAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEstimateAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodPlannedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodPlannedValueLaborUnits" 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="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="PeriodActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodPlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodPlannedValueCost" 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 = "EPSProjectWBSSpreadType", propOrder = { "startDate", "endDate", "periodType", "period" }) public class EPSProjectWBSSpreadType { @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<EPSProjectWBSSpreadType.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 EPSProjectWBSSpreadType.Period } * * */ public List<EPSProjectWBSSpreadType.Period> getPeriod() { if (period == null) { period = new ArrayList<EPSProjectWBSSpreadType.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="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="PeriodActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionNonLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEarnedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEstimateAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEstimateAtCompletionLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodPlannedValueLaborUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodPlannedValueLaborUnits" 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="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="PeriodActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionExpenseCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionMaterialCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionNonLaborCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEarnedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodEstimateAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodPlannedValueCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodPlannedValueCost" 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", "baselinePlannedLaborUnits", "cumulativeBaselinePlannedLaborUnits", "baselinePlannedNonlaborUnits", "cumulativeBaselinePlannedNonlaborUnits", "earnedValueLaborUnits", "cumulativeEarnedValueLaborUnits", "estimateAtCompletionLaborUnits", "cumulativeEstimateAtCompletionLaborUnits", "estimateToCompleteLaborUnits", "cumulativeEstimateToCompleteLaborUnits", "periodActualLaborUnits", "cumulativePeriodActualLaborUnits", "periodActualNonLaborUnits", "cumulativePeriodActualNonLaborUnits", "periodAtCompletionLaborUnits", "cumulativePeriodAtCompletionLaborUnits", "periodAtCompletionNonLaborUnits", "cumulativePeriodAtCompletionNonLaborUnits", "periodEarnedValueLaborUnits", "cumulativePeriodEarnedValueLaborUnits", "periodEstimateAtCompletionLaborUnits", "cumulativePeriodEstimateAtCompletionLaborUnits", "periodPlannedValueLaborUnits", "cumulativePeriodPlannedValueLaborUnits", "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", "baselinePlannedExpenseCost", "cumulativeBaselinePlannedExpenseCost", "baselinePlannedLaborCost", "cumulativeBaselinePlannedLaborCost", "baselinePlannedMaterialCost", "cumulativeBaselinePlannedMaterialCost", "baselinePlannedNonlaborCost", "cumulativeBaselinePlannedNonlaborCost", "baselinePlannedTotalCost", "cumulativeBaselinePlannedTotalCost", "earnedValueCost", "cumulativeEarnedValueCost", "estimateAtCompletionCost", "cumulativeEstimateAtCompletionCost", "estimateToCompleteCost", "cumulativeEstimateToCompleteCost", "periodActualCost", "cumulativePeriodActualCost", "periodActualExpenseCost", "cumulativePeriodActualExpenseCost", "periodActualLaborCost", "cumulativePeriodActualLaborCost", "periodActualMaterialCost", "cumulativePeriodActualMaterialCost", "periodActualNonLaborCost", "cumulativePeriodActualNonLaborCost", "periodAtCompletionExpenseCost", "cumulativePeriodAtCompletionExpenseCost", "periodAtCompletionLaborCost", "cumulativePeriodAtCompletionLaborCost", "periodAtCompletionMaterialCost", "cumulativePeriodAtCompletionMaterialCost", "periodAtCompletionNonLaborCost", "cumulativePeriodAtCompletionNonLaborCost", "periodAtCompletionTotalCost", "cumulativePeriodAtCompletionTotalCost", "periodEarnedValueCost", "cumulativePeriodEarnedValueCost", "periodEstimateAtCompletionCost", "cumulativePeriodEstimateAtCompletionCost", "periodPlannedValueCost", "cumulativePeriodPlannedValueCost", "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 = "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 = "PeriodActualLaborUnits") protected Double periodActualLaborUnits; @XmlElement(name = "CumulativePeriodActualLaborUnits") protected Double cumulativePeriodActualLaborUnits; @XmlElement(name = "PeriodActualNonLaborUnits") protected Double periodActualNonLaborUnits; @XmlElement(name = "CumulativePeriodActualNonLaborUnits") protected Double cumulativePeriodActualNonLaborUnits; @XmlElement(name = "PeriodAtCompletionLaborUnits") protected Double periodAtCompletionLaborUnits; @XmlElement(name = "CumulativePeriodAtCompletionLaborUnits") protected Double cumulativePeriodAtCompletionLaborUnits; @XmlElement(name = "PeriodAtCompletionNonLaborUnits") protected Double periodAtCompletionNonLaborUnits; @XmlElement(name = "CumulativePeriodAtCompletionNonLaborUnits") protected Double cumulativePeriodAtCompletionNonLaborUnits; @XmlElement(name = "PeriodEarnedValueLaborUnits") protected Double periodEarnedValueLaborUnits; @XmlElement(name = "CumulativePeriodEarnedValueLaborUnits") protected Double cumulativePeriodEarnedValueLaborUnits; @XmlElement(name = "PeriodEstimateAtCompletionLaborUnits") protected Double periodEstimateAtCompletionLaborUnits; @XmlElement(name = "CumulativePeriodEstimateAtCompletionLaborUnits") protected Double cumulativePeriodEstimateAtCompletionLaborUnits; @XmlElement(name = "PeriodPlannedValueLaborUnits") protected Double periodPlannedValueLaborUnits; @XmlElement(name = "CumulativePeriodPlannedValueLaborUnits") protected Double cumulativePeriodPlannedValueLaborUnits; @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 = "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 = "PeriodActualCost") protected Double periodActualCost; @XmlElement(name = "CumulativePeriodActualCost") protected Double cumulativePeriodActualCost; @XmlElement(name = "PeriodActualExpenseCost") protected Double periodActualExpenseCost; @XmlElement(name = "CumulativePeriodActualExpenseCost") protected Double cumulativePeriodActualExpenseCost; @XmlElement(name = "PeriodActualLaborCost") protected Double periodActualLaborCost; @XmlElement(name = "CumulativePeriodActualLaborCost") protected Double cumulativePeriodActualLaborCost; @XmlElement(name = "PeriodActualMaterialCost") protected Double periodActualMaterialCost; @XmlElement(name = "CumulativePeriodActualMaterialCost") protected Double cumulativePeriodActualMaterialCost; @XmlElement(name = "PeriodActualNonLaborCost") protected Double periodActualNonLaborCost; @XmlElement(name = "CumulativePeriodActualNonLaborCost") protected Double cumulativePeriodActualNonLaborCost; @XmlElement(name = "PeriodAtCompletionExpenseCost") protected Double periodAtCompletionExpenseCost; @XmlElement(name = "CumulativePeriodAtCompletionExpenseCost") protected Double cumulativePeriodAtCompletionExpenseCost; @XmlElement(name = "PeriodAtCompletionLaborCost") protected Double periodAtCompletionLaborCost; @XmlElement(name = "CumulativePeriodAtCompletionLaborCost") protected Double cumulativePeriodAtCompletionLaborCost; @XmlElement(name = "PeriodAtCompletionMaterialCost") protected Double periodAtCompletionMaterialCost; @XmlElement(name = "CumulativePeriodAtCompletionMaterialCost") protected Double cumulativePeriodAtCompletionMaterialCost; @XmlElement(name = "PeriodAtCompletionNonLaborCost") protected Double periodAtCompletionNonLaborCost; @XmlElement(name = "CumulativePeriodAtCompletionNonLaborCost") protected Double cumulativePeriodAtCompletionNonLaborCost; @XmlElement(name = "PeriodAtCompletionTotalCost") protected Double periodAtCompletionTotalCost; @XmlElement(name = "CumulativePeriodAtCompletionTotalCost") protected Double cumulativePeriodAtCompletionTotalCost; @XmlElement(name = "PeriodEarnedValueCost") protected Double periodEarnedValueCost; @XmlElement(name = "CumulativePeriodEarnedValueCost") protected Double cumulativePeriodEarnedValueCost; @XmlElement(name = "PeriodEstimateAtCompletionCost") protected Double periodEstimateAtCompletionCost; @XmlElement(name = "CumulativePeriodEstimateAtCompletionCost") protected Double cumulativePeriodEstimateAtCompletionCost; @XmlElement(name = "PeriodPlannedValueCost") protected Double periodPlannedValueCost; @XmlElement(name = "CumulativePeriodPlannedValueCost") protected Double cumulativePeriodPlannedValueCost; @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 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 periodActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualLaborUnits() { return periodActualLaborUnits; } /** * Sets the value of the periodActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualLaborUnits(Double value) { this.periodActualLaborUnits = value; } /** * Gets the value of the cumulativePeriodActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualLaborUnits() { return cumulativePeriodActualLaborUnits; } /** * Sets the value of the cumulativePeriodActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualLaborUnits(Double value) { this.cumulativePeriodActualLaborUnits = value; } /** * Gets the value of the periodActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualNonLaborUnits() { return periodActualNonLaborUnits; } /** * Sets the value of the periodActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualNonLaborUnits(Double value) { this.periodActualNonLaborUnits = value; } /** * Gets the value of the cumulativePeriodActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualNonLaborUnits() { return cumulativePeriodActualNonLaborUnits; } /** * Sets the value of the cumulativePeriodActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualNonLaborUnits(Double value) { this.cumulativePeriodActualNonLaborUnits = value; } /** * Gets the value of the periodAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionLaborUnits() { return periodAtCompletionLaborUnits; } /** * Sets the value of the periodAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionLaborUnits(Double value) { this.periodAtCompletionLaborUnits = value; } /** * Gets the value of the cumulativePeriodAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionLaborUnits() { return cumulativePeriodAtCompletionLaborUnits; } /** * Sets the value of the cumulativePeriodAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionLaborUnits(Double value) { this.cumulativePeriodAtCompletionLaborUnits = value; } /** * Gets the value of the periodAtCompletionNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionNonLaborUnits() { return periodAtCompletionNonLaborUnits; } /** * Sets the value of the periodAtCompletionNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionNonLaborUnits(Double value) { this.periodAtCompletionNonLaborUnits = value; } /** * Gets the value of the cumulativePeriodAtCompletionNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionNonLaborUnits() { return cumulativePeriodAtCompletionNonLaborUnits; } /** * Sets the value of the cumulativePeriodAtCompletionNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionNonLaborUnits(Double value) { this.cumulativePeriodAtCompletionNonLaborUnits = value; } /** * Gets the value of the periodEarnedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodEarnedValueLaborUnits() { return periodEarnedValueLaborUnits; } /** * Sets the value of the periodEarnedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodEarnedValueLaborUnits(Double value) { this.periodEarnedValueLaborUnits = value; } /** * Gets the value of the cumulativePeriodEarnedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodEarnedValueLaborUnits() { return cumulativePeriodEarnedValueLaborUnits; } /** * Sets the value of the cumulativePeriodEarnedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodEarnedValueLaborUnits(Double value) { this.cumulativePeriodEarnedValueLaborUnits = value; } /** * Gets the value of the periodEstimateAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodEstimateAtCompletionLaborUnits() { return periodEstimateAtCompletionLaborUnits; } /** * Sets the value of the periodEstimateAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodEstimateAtCompletionLaborUnits(Double value) { this.periodEstimateAtCompletionLaborUnits = value; } /** * Gets the value of the cumulativePeriodEstimateAtCompletionLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodEstimateAtCompletionLaborUnits() { return cumulativePeriodEstimateAtCompletionLaborUnits; } /** * Sets the value of the cumulativePeriodEstimateAtCompletionLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodEstimateAtCompletionLaborUnits(Double value) { this.cumulativePeriodEstimateAtCompletionLaborUnits = value; } /** * Gets the value of the periodPlannedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodPlannedValueLaborUnits() { return periodPlannedValueLaborUnits; } /** * Sets the value of the periodPlannedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodPlannedValueLaborUnits(Double value) { this.periodPlannedValueLaborUnits = value; } /** * Gets the value of the cumulativePeriodPlannedValueLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodPlannedValueLaborUnits() { return cumulativePeriodPlannedValueLaborUnits; } /** * Sets the value of the cumulativePeriodPlannedValueLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodPlannedValueLaborUnits(Double value) { this.cumulativePeriodPlannedValueLaborUnits = 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 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 periodActualCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualCost() { return periodActualCost; } /** * Sets the value of the periodActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualCost(Double value) { this.periodActualCost = value; } /** * Gets the value of the cumulativePeriodActualCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualCost() { return cumulativePeriodActualCost; } /** * Sets the value of the cumulativePeriodActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualCost(Double value) { this.cumulativePeriodActualCost = value; } /** * Gets the value of the periodActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualExpenseCost() { return periodActualExpenseCost; } /** * Sets the value of the periodActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualExpenseCost(Double value) { this.periodActualExpenseCost = value; } /** * Gets the value of the cumulativePeriodActualExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualExpenseCost() { return cumulativePeriodActualExpenseCost; } /** * Sets the value of the cumulativePeriodActualExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualExpenseCost(Double value) { this.cumulativePeriodActualExpenseCost = value; } /** * Gets the value of the periodActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualLaborCost() { return periodActualLaborCost; } /** * Sets the value of the periodActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualLaborCost(Double value) { this.periodActualLaborCost = value; } /** * Gets the value of the cumulativePeriodActualLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualLaborCost() { return cumulativePeriodActualLaborCost; } /** * Sets the value of the cumulativePeriodActualLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualLaborCost(Double value) { this.cumulativePeriodActualLaborCost = value; } /** * Gets the value of the periodActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualMaterialCost() { return periodActualMaterialCost; } /** * Sets the value of the periodActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualMaterialCost(Double value) { this.periodActualMaterialCost = value; } /** * Gets the value of the cumulativePeriodActualMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualMaterialCost() { return cumulativePeriodActualMaterialCost; } /** * Sets the value of the cumulativePeriodActualMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualMaterialCost(Double value) { this.cumulativePeriodActualMaterialCost = value; } /** * Gets the value of the periodActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualNonLaborCost() { return periodActualNonLaborCost; } /** * Sets the value of the periodActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualNonLaborCost(Double value) { this.periodActualNonLaborCost = value; } /** * Gets the value of the cumulativePeriodActualNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualNonLaborCost() { return cumulativePeriodActualNonLaborCost; } /** * Sets the value of the cumulativePeriodActualNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualNonLaborCost(Double value) { this.cumulativePeriodActualNonLaborCost = value; } /** * Gets the value of the periodAtCompletionExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionExpenseCost() { return periodAtCompletionExpenseCost; } /** * Sets the value of the periodAtCompletionExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionExpenseCost(Double value) { this.periodAtCompletionExpenseCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionExpenseCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionExpenseCost() { return cumulativePeriodAtCompletionExpenseCost; } /** * Sets the value of the cumulativePeriodAtCompletionExpenseCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionExpenseCost(Double value) { this.cumulativePeriodAtCompletionExpenseCost = value; } /** * Gets the value of the periodAtCompletionLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionLaborCost() { return periodAtCompletionLaborCost; } /** * Sets the value of the periodAtCompletionLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionLaborCost(Double value) { this.periodAtCompletionLaborCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionLaborCost() { return cumulativePeriodAtCompletionLaborCost; } /** * Sets the value of the cumulativePeriodAtCompletionLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionLaborCost(Double value) { this.cumulativePeriodAtCompletionLaborCost = value; } /** * Gets the value of the periodAtCompletionMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionMaterialCost() { return periodAtCompletionMaterialCost; } /** * Sets the value of the periodAtCompletionMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionMaterialCost(Double value) { this.periodAtCompletionMaterialCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionMaterialCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionMaterialCost() { return cumulativePeriodAtCompletionMaterialCost; } /** * Sets the value of the cumulativePeriodAtCompletionMaterialCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionMaterialCost(Double value) { this.cumulativePeriodAtCompletionMaterialCost = value; } /** * Gets the value of the periodAtCompletionNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionNonLaborCost() { return periodAtCompletionNonLaborCost; } /** * Sets the value of the periodAtCompletionNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionNonLaborCost(Double value) { this.periodAtCompletionNonLaborCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionNonLaborCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionNonLaborCost() { return cumulativePeriodAtCompletionNonLaborCost; } /** * Sets the value of the cumulativePeriodAtCompletionNonLaborCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionNonLaborCost(Double value) { this.cumulativePeriodAtCompletionNonLaborCost = value; } /** * Gets the value of the periodAtCompletionTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionTotalCost() { return periodAtCompletionTotalCost; } /** * Sets the value of the periodAtCompletionTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionTotalCost(Double value) { this.periodAtCompletionTotalCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionTotalCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionTotalCost() { return cumulativePeriodAtCompletionTotalCost; } /** * Sets the value of the cumulativePeriodAtCompletionTotalCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionTotalCost(Double value) { this.cumulativePeriodAtCompletionTotalCost = value; } /** * Gets the value of the periodEarnedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodEarnedValueCost() { return periodEarnedValueCost; } /** * Sets the value of the periodEarnedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodEarnedValueCost(Double value) { this.periodEarnedValueCost = value; } /** * Gets the value of the cumulativePeriodEarnedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodEarnedValueCost() { return cumulativePeriodEarnedValueCost; } /** * Sets the value of the cumulativePeriodEarnedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodEarnedValueCost(Double value) { this.cumulativePeriodEarnedValueCost = value; } /** * Gets the value of the periodEstimateAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodEstimateAtCompletionCost() { return periodEstimateAtCompletionCost; } /** * Sets the value of the periodEstimateAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodEstimateAtCompletionCost(Double value) { this.periodEstimateAtCompletionCost = value; } /** * Gets the value of the cumulativePeriodEstimateAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodEstimateAtCompletionCost() { return cumulativePeriodEstimateAtCompletionCost; } /** * Sets the value of the cumulativePeriodEstimateAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodEstimateAtCompletionCost(Double value) { this.cumulativePeriodEstimateAtCompletionCost = value; } /** * Gets the value of the periodPlannedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodPlannedValueCost() { return periodPlannedValueCost; } /** * Sets the value of the periodPlannedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodPlannedValueCost(Double value) { this.periodPlannedValueCost = value; } /** * Gets the value of the cumulativePeriodPlannedValueCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodPlannedValueCost() { return cumulativePeriodPlannedValueCost; } /** * Sets the value of the cumulativePeriodPlannedValueCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodPlannedValueCost(Double value) { this.cumulativePeriodPlannedValueCost = 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; } } }