// // 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 ProjectResourceSpreadType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ProjectResourceSpreadType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/> * <element name="FinancialPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/> * <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/> * <element name="ResourceType"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Labor"/> * <enumeration value="Nonlabor"/> * <enumeration value="Material"/> * </restriction> * </simpleType> * </element> * <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/> * <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="ActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Limit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeLimit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingUnits" 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="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionCost" 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="PeriodAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingLateCost" 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 = "ProjectResourceSpreadType", propOrder = { "wbsObjectId", "financialPeriodObjectId", "projectObjectId", "resourceType", "resourceObjectId", "startDate", "endDate", "periodType", "period" }) public class ProjectResourceSpreadType { @XmlElement(name = "WBSObjectId") protected int wbsObjectId; @XmlElement(name = "FinancialPeriodObjectId") protected int financialPeriodObjectId; @XmlElement(name = "ProjectObjectId") protected int projectObjectId; @XmlElement(name = "ResourceType", required = true) protected String resourceType; @XmlElement(name = "ResourceObjectId") protected int resourceObjectId; @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<ProjectResourceSpreadType.Period> period; /** * Gets the value of the wbsObjectId property. * */ public int getWBSObjectId() { return wbsObjectId; } /** * Sets the value of the wbsObjectId property. * */ public void setWBSObjectId(int value) { this.wbsObjectId = value; } /** * Gets the value of the financialPeriodObjectId property. * */ public int getFinancialPeriodObjectId() { return financialPeriodObjectId; } /** * Sets the value of the financialPeriodObjectId property. * */ public void setFinancialPeriodObjectId(int value) { this.financialPeriodObjectId = value; } /** * Gets the value of the projectObjectId property. * */ public int getProjectObjectId() { return projectObjectId; } /** * Sets the value of the projectObjectId property. * */ public void setProjectObjectId(int value) { this.projectObjectId = value; } /** * Gets the value of the resourceType property. * * @return * possible object is * {@link String } * */ public String getResourceType() { return resourceType; } /** * Sets the value of the resourceType property. * * @param value * allowed object is * {@link String } * */ public void setResourceType(String value) { this.resourceType = value; } /** * Gets the value of the resourceObjectId property. * */ public int getResourceObjectId() { return resourceObjectId; } /** * Sets the value of the resourceObjectId property. * */ public void setResourceObjectId(int value) { this.resourceObjectId = value; } /** * Gets the value of the startDate property. * * @return * possible object is * {@link String } * */ public Date getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link String } * */ public void setStartDate(Date value) { this.startDate = value; } /** * Gets the value of the 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 ProjectResourceSpreadType.Period } * * */ public List<ProjectResourceSpreadType.Period> getPeriod() { if (period == null) { period = new ArrayList<ProjectResourceSpreadType.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="ActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="Limit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeLimit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PeriodAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedAtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedPlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingLateUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingUnits" 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="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="AtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeAtCompletionCost" 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="PeriodAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePeriodAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativePlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="RemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="StaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeStaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedAtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedPlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="UnstaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CumulativeUnstaffedRemainingLateCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "startDate", "endDate", "actualOvertimeUnits", "cumulativeActualOvertimeUnits", "actualRegularUnits", "cumulativeActualRegularUnits", "actualUnits", "cumulativeActualUnits", "atCompletionUnits", "cumulativeAtCompletionUnits", "limit", "cumulativeLimit", "periodActualUnits", "cumulativePeriodActualUnits", "periodAtCompletionUnits", "cumulativePeriodAtCompletionUnits", "plannedUnits", "cumulativePlannedUnits", "remainingLateUnits", "cumulativeRemainingLateUnits", "remainingUnits", "cumulativeRemainingUnits", "staffedActualOvertimeUnits", "cumulativeStaffedActualOvertimeUnits", "staffedActualRegularUnits", "cumulativeStaffedActualRegularUnits", "staffedActualUnits", "cumulativeStaffedActualUnits", "staffedAtCompletionUnits", "cumulativeStaffedAtCompletionUnits", "staffedPlannedUnits", "cumulativeStaffedPlannedUnits", "staffedRemainingLateUnits", "cumulativeStaffedRemainingLateUnits", "staffedRemainingUnits", "cumulativeStaffedRemainingUnits", "unstaffedActualOvertimeUnits", "cumulativeUnstaffedActualOvertimeUnits", "unstaffedActualRegularUnits", "cumulativeUnstaffedActualRegularUnits", "unstaffedActualUnits", "cumulativeUnstaffedActualUnits", "unstaffedAtCompletionUnits", "cumulativeUnstaffedAtCompletionUnits", "unstaffedPlannedUnits", "cumulativeUnstaffedPlannedUnits", "unstaffedRemainingLateUnits", "cumulativeUnstaffedRemainingLateUnits", "unstaffedRemainingUnits", "cumulativeUnstaffedRemainingUnits", "actualCost", "cumulativeActualCost", "actualOvertimeCost", "cumulativeActualOvertimeCost", "actualRegularCost", "cumulativeActualRegularCost", "atCompletionCost", "cumulativeAtCompletionCost", "periodActualCost", "cumulativePeriodActualCost", "periodAtCompletionCost", "cumulativePeriodAtCompletionCost", "plannedCost", "cumulativePlannedCost", "remainingCost", "cumulativeRemainingCost", "remainingLateCost", "cumulativeRemainingLateCost", "staffedActualCost", "cumulativeStaffedActualCost", "staffedActualOvertimeCost", "cumulativeStaffedActualOvertimeCost", "staffedActualRegularCost", "cumulativeStaffedActualRegularCost", "staffedAtCompletionCost", "cumulativeStaffedAtCompletionCost", "staffedPlannedCost", "cumulativeStaffedPlannedCost", "staffedRemainingCost", "cumulativeStaffedRemainingCost", "staffedRemainingLateCost", "cumulativeStaffedRemainingLateCost", "unstaffedActualCost", "cumulativeUnstaffedActualCost", "unstaffedActualOvertimeCost", "cumulativeUnstaffedActualOvertimeCost", "unstaffedActualRegularCost", "cumulativeUnstaffedActualRegularCost", "unstaffedAtCompletionCost", "cumulativeUnstaffedAtCompletionCost", "unstaffedPlannedCost", "cumulativeUnstaffedPlannedCost", "unstaffedRemainingCost", "cumulativeUnstaffedRemainingCost", "unstaffedRemainingLateCost", "cumulativeUnstaffedRemainingLateCost" }) 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 = "ActualOvertimeUnits") protected Double actualOvertimeUnits; @XmlElement(name = "CumulativeActualOvertimeUnits") protected Double cumulativeActualOvertimeUnits; @XmlElement(name = "ActualRegularUnits") protected Double actualRegularUnits; @XmlElement(name = "CumulativeActualRegularUnits") protected Double cumulativeActualRegularUnits; @XmlElement(name = "ActualUnits") protected Double actualUnits; @XmlElement(name = "CumulativeActualUnits") protected Double cumulativeActualUnits; @XmlElement(name = "AtCompletionUnits") protected Double atCompletionUnits; @XmlElement(name = "CumulativeAtCompletionUnits") protected Double cumulativeAtCompletionUnits; @XmlElement(name = "Limit") protected Double limit; @XmlElement(name = "CumulativeLimit") protected Double cumulativeLimit; @XmlElement(name = "PeriodActualUnits") protected Double periodActualUnits; @XmlElement(name = "CumulativePeriodActualUnits") protected Double cumulativePeriodActualUnits; @XmlElement(name = "PeriodAtCompletionUnits") protected Double periodAtCompletionUnits; @XmlElement(name = "CumulativePeriodAtCompletionUnits") protected Double cumulativePeriodAtCompletionUnits; @XmlElement(name = "PlannedUnits") protected Double plannedUnits; @XmlElement(name = "CumulativePlannedUnits") protected Double cumulativePlannedUnits; @XmlElement(name = "RemainingLateUnits") protected Double remainingLateUnits; @XmlElement(name = "CumulativeRemainingLateUnits") protected Double cumulativeRemainingLateUnits; @XmlElement(name = "RemainingUnits") protected Double remainingUnits; @XmlElement(name = "CumulativeRemainingUnits") protected Double cumulativeRemainingUnits; @XmlElement(name = "StaffedActualOvertimeUnits") protected Double staffedActualOvertimeUnits; @XmlElement(name = "CumulativeStaffedActualOvertimeUnits") protected Double cumulativeStaffedActualOvertimeUnits; @XmlElement(name = "StaffedActualRegularUnits") protected Double staffedActualRegularUnits; @XmlElement(name = "CumulativeStaffedActualRegularUnits") protected Double cumulativeStaffedActualRegularUnits; @XmlElement(name = "StaffedActualUnits") protected Double staffedActualUnits; @XmlElement(name = "CumulativeStaffedActualUnits") protected Double cumulativeStaffedActualUnits; @XmlElement(name = "StaffedAtCompletionUnits") protected Double staffedAtCompletionUnits; @XmlElement(name = "CumulativeStaffedAtCompletionUnits") protected Double cumulativeStaffedAtCompletionUnits; @XmlElement(name = "StaffedPlannedUnits") protected Double staffedPlannedUnits; @XmlElement(name = "CumulativeStaffedPlannedUnits") protected Double cumulativeStaffedPlannedUnits; @XmlElement(name = "StaffedRemainingLateUnits") protected Double staffedRemainingLateUnits; @XmlElement(name = "CumulativeStaffedRemainingLateUnits") protected Double cumulativeStaffedRemainingLateUnits; @XmlElement(name = "StaffedRemainingUnits") protected Double staffedRemainingUnits; @XmlElement(name = "CumulativeStaffedRemainingUnits") protected Double cumulativeStaffedRemainingUnits; @XmlElement(name = "UnstaffedActualOvertimeUnits") protected Double unstaffedActualOvertimeUnits; @XmlElement(name = "CumulativeUnstaffedActualOvertimeUnits") protected Double cumulativeUnstaffedActualOvertimeUnits; @XmlElement(name = "UnstaffedActualRegularUnits") protected Double unstaffedActualRegularUnits; @XmlElement(name = "CumulativeUnstaffedActualRegularUnits") protected Double cumulativeUnstaffedActualRegularUnits; @XmlElement(name = "UnstaffedActualUnits") protected Double unstaffedActualUnits; @XmlElement(name = "CumulativeUnstaffedActualUnits") protected Double cumulativeUnstaffedActualUnits; @XmlElement(name = "UnstaffedAtCompletionUnits") protected Double unstaffedAtCompletionUnits; @XmlElement(name = "CumulativeUnstaffedAtCompletionUnits") protected Double cumulativeUnstaffedAtCompletionUnits; @XmlElement(name = "UnstaffedPlannedUnits") protected Double unstaffedPlannedUnits; @XmlElement(name = "CumulativeUnstaffedPlannedUnits") protected Double cumulativeUnstaffedPlannedUnits; @XmlElement(name = "UnstaffedRemainingLateUnits") protected Double unstaffedRemainingLateUnits; @XmlElement(name = "CumulativeUnstaffedRemainingLateUnits") protected Double cumulativeUnstaffedRemainingLateUnits; @XmlElement(name = "UnstaffedRemainingUnits") protected Double unstaffedRemainingUnits; @XmlElement(name = "CumulativeUnstaffedRemainingUnits") protected Double cumulativeUnstaffedRemainingUnits; @XmlElement(name = "ActualCost") protected Double actualCost; @XmlElement(name = "CumulativeActualCost") protected Double cumulativeActualCost; @XmlElement(name = "ActualOvertimeCost") protected Double actualOvertimeCost; @XmlElement(name = "CumulativeActualOvertimeCost") protected Double cumulativeActualOvertimeCost; @XmlElement(name = "ActualRegularCost") protected Double actualRegularCost; @XmlElement(name = "CumulativeActualRegularCost") protected Double cumulativeActualRegularCost; @XmlElement(name = "AtCompletionCost") protected Double atCompletionCost; @XmlElement(name = "CumulativeAtCompletionCost") protected Double cumulativeAtCompletionCost; @XmlElement(name = "PeriodActualCost") protected Double periodActualCost; @XmlElement(name = "CumulativePeriodActualCost") protected Double cumulativePeriodActualCost; @XmlElement(name = "PeriodAtCompletionCost") protected Double periodAtCompletionCost; @XmlElement(name = "CumulativePeriodAtCompletionCost") protected Double cumulativePeriodAtCompletionCost; @XmlElement(name = "PlannedCost") protected Double plannedCost; @XmlElement(name = "CumulativePlannedCost") protected Double cumulativePlannedCost; @XmlElement(name = "RemainingCost") protected Double remainingCost; @XmlElement(name = "CumulativeRemainingCost") protected Double cumulativeRemainingCost; @XmlElement(name = "RemainingLateCost") protected Double remainingLateCost; @XmlElement(name = "CumulativeRemainingLateCost") protected Double cumulativeRemainingLateCost; @XmlElement(name = "StaffedActualCost") protected Double staffedActualCost; @XmlElement(name = "CumulativeStaffedActualCost") protected Double cumulativeStaffedActualCost; @XmlElement(name = "StaffedActualOvertimeCost") protected Double staffedActualOvertimeCost; @XmlElement(name = "CumulativeStaffedActualOvertimeCost") protected Double cumulativeStaffedActualOvertimeCost; @XmlElement(name = "StaffedActualRegularCost") protected Double staffedActualRegularCost; @XmlElement(name = "CumulativeStaffedActualRegularCost") protected Double cumulativeStaffedActualRegularCost; @XmlElement(name = "StaffedAtCompletionCost") protected Double staffedAtCompletionCost; @XmlElement(name = "CumulativeStaffedAtCompletionCost") protected Double cumulativeStaffedAtCompletionCost; @XmlElement(name = "StaffedPlannedCost") protected Double staffedPlannedCost; @XmlElement(name = "CumulativeStaffedPlannedCost") protected Double cumulativeStaffedPlannedCost; @XmlElement(name = "StaffedRemainingCost") protected Double staffedRemainingCost; @XmlElement(name = "CumulativeStaffedRemainingCost") protected Double cumulativeStaffedRemainingCost; @XmlElement(name = "StaffedRemainingLateCost") protected Double staffedRemainingLateCost; @XmlElement(name = "CumulativeStaffedRemainingLateCost") protected Double cumulativeStaffedRemainingLateCost; @XmlElement(name = "UnstaffedActualCost") protected Double unstaffedActualCost; @XmlElement(name = "CumulativeUnstaffedActualCost") protected Double cumulativeUnstaffedActualCost; @XmlElement(name = "UnstaffedActualOvertimeCost") protected Double unstaffedActualOvertimeCost; @XmlElement(name = "CumulativeUnstaffedActualOvertimeCost") protected Double cumulativeUnstaffedActualOvertimeCost; @XmlElement(name = "UnstaffedActualRegularCost") protected Double unstaffedActualRegularCost; @XmlElement(name = "CumulativeUnstaffedActualRegularCost") protected Double cumulativeUnstaffedActualRegularCost; @XmlElement(name = "UnstaffedAtCompletionCost") protected Double unstaffedAtCompletionCost; @XmlElement(name = "CumulativeUnstaffedAtCompletionCost") protected Double cumulativeUnstaffedAtCompletionCost; @XmlElement(name = "UnstaffedPlannedCost") protected Double unstaffedPlannedCost; @XmlElement(name = "CumulativeUnstaffedPlannedCost") protected Double cumulativeUnstaffedPlannedCost; @XmlElement(name = "UnstaffedRemainingCost") protected Double unstaffedRemainingCost; @XmlElement(name = "CumulativeUnstaffedRemainingCost") protected Double cumulativeUnstaffedRemainingCost; @XmlElement(name = "UnstaffedRemainingLateCost") protected Double unstaffedRemainingLateCost; @XmlElement(name = "CumulativeUnstaffedRemainingLateCost") protected Double cumulativeUnstaffedRemainingLateCost; /** * 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 actualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getActualOvertimeUnits() { return actualOvertimeUnits; } /** * Sets the value of the actualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setActualOvertimeUnits(Double value) { this.actualOvertimeUnits = value; } /** * Gets the value of the cumulativeActualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualOvertimeUnits() { return cumulativeActualOvertimeUnits; } /** * Sets the value of the cumulativeActualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualOvertimeUnits(Double value) { this.cumulativeActualOvertimeUnits = value; } /** * Gets the value of the actualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getActualRegularUnits() { return actualRegularUnits; } /** * Sets the value of the actualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setActualRegularUnits(Double value) { this.actualRegularUnits = value; } /** * Gets the value of the cumulativeActualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualRegularUnits() { return cumulativeActualRegularUnits; } /** * Sets the value of the cumulativeActualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualRegularUnits(Double value) { this.cumulativeActualRegularUnits = value; } /** * Gets the value of the actualUnits property. * * @return * possible object is * {@link Double } * */ public Double getActualUnits() { return actualUnits; } /** * Sets the value of the actualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setActualUnits(Double value) { this.actualUnits = value; } /** * Gets the value of the cumulativeActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualUnits() { return cumulativeActualUnits; } /** * Sets the value of the cumulativeActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualUnits(Double value) { this.cumulativeActualUnits = value; } /** * Gets the value of the atCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionUnits() { return atCompletionUnits; } /** * Sets the value of the atCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionUnits(Double value) { this.atCompletionUnits = value; } /** * Gets the value of the cumulativeAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionUnits() { return cumulativeAtCompletionUnits; } /** * Sets the value of the cumulativeAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionUnits(Double value) { this.cumulativeAtCompletionUnits = value; } /** * Gets the value of the limit property. * * @return * possible object is * {@link Double } * */ public Double getLimit() { return limit; } /** * Sets the value of the limit property. * * @param value * allowed object is * {@link Double } * */ public void setLimit(Double value) { this.limit = value; } /** * Gets the value of the cumulativeLimit property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeLimit() { return cumulativeLimit; } /** * Sets the value of the cumulativeLimit property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeLimit(Double value) { this.cumulativeLimit = value; } /** * Gets the value of the periodActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodActualUnits() { return periodActualUnits; } /** * Sets the value of the periodActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodActualUnits(Double value) { this.periodActualUnits = value; } /** * Gets the value of the cumulativePeriodActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodActualUnits() { return cumulativePeriodActualUnits; } /** * Sets the value of the cumulativePeriodActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodActualUnits(Double value) { this.cumulativePeriodActualUnits = value; } /** * Gets the value of the periodAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionUnits() { return periodAtCompletionUnits; } /** * Sets the value of the periodAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionUnits(Double value) { this.periodAtCompletionUnits = value; } /** * Gets the value of the cumulativePeriodAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionUnits() { return cumulativePeriodAtCompletionUnits; } /** * Sets the value of the cumulativePeriodAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionUnits(Double value) { this.cumulativePeriodAtCompletionUnits = value; } /** * Gets the value of the plannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getPlannedUnits() { return plannedUnits; } /** * Sets the value of the plannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedUnits(Double value) { this.plannedUnits = value; } /** * Gets the value of the cumulativePlannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedUnits() { return cumulativePlannedUnits; } /** * Sets the value of the cumulativePlannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedUnits(Double value) { this.cumulativePlannedUnits = value; } /** * Gets the value of the remainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateUnits() { return remainingLateUnits; } /** * Sets the value of the remainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateUnits(Double value) { this.remainingLateUnits = value; } /** * Gets the value of the cumulativeRemainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateUnits() { return cumulativeRemainingLateUnits; } /** * Sets the value of the cumulativeRemainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateUnits(Double value) { this.cumulativeRemainingLateUnits = value; } /** * Gets the value of the remainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getRemainingUnits() { return remainingUnits; } /** * Sets the value of the remainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingUnits(Double value) { this.remainingUnits = value; } /** * Gets the value of the cumulativeRemainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingUnits() { return cumulativeRemainingUnits; } /** * Sets the value of the cumulativeRemainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingUnits(Double value) { this.cumulativeRemainingUnits = value; } /** * Gets the value of the staffedActualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualOvertimeUnits() { return staffedActualOvertimeUnits; } /** * Sets the value of the staffedActualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualOvertimeUnits(Double value) { this.staffedActualOvertimeUnits = value; } /** * Gets the value of the cumulativeStaffedActualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualOvertimeUnits() { return cumulativeStaffedActualOvertimeUnits; } /** * Sets the value of the cumulativeStaffedActualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualOvertimeUnits(Double value) { this.cumulativeStaffedActualOvertimeUnits = value; } /** * Gets the value of the staffedActualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualRegularUnits() { return staffedActualRegularUnits; } /** * Sets the value of the staffedActualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualRegularUnits(Double value) { this.staffedActualRegularUnits = value; } /** * Gets the value of the cumulativeStaffedActualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualRegularUnits() { return cumulativeStaffedActualRegularUnits; } /** * Sets the value of the cumulativeStaffedActualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualRegularUnits(Double value) { this.cumulativeStaffedActualRegularUnits = value; } /** * Gets the value of the staffedActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualUnits() { return staffedActualUnits; } /** * Sets the value of the staffedActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualUnits(Double value) { this.staffedActualUnits = value; } /** * Gets the value of the cumulativeStaffedActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualUnits() { return cumulativeStaffedActualUnits; } /** * Sets the value of the cumulativeStaffedActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualUnits(Double value) { this.cumulativeStaffedActualUnits = value; } /** * Gets the value of the staffedAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedAtCompletionUnits() { return staffedAtCompletionUnits; } /** * Sets the value of the staffedAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedAtCompletionUnits(Double value) { this.staffedAtCompletionUnits = value; } /** * Gets the value of the cumulativeStaffedAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedAtCompletionUnits() { return cumulativeStaffedAtCompletionUnits; } /** * Sets the value of the cumulativeStaffedAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedAtCompletionUnits(Double value) { this.cumulativeStaffedAtCompletionUnits = value; } /** * Gets the value of the staffedPlannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedPlannedUnits() { return staffedPlannedUnits; } /** * Sets the value of the staffedPlannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedPlannedUnits(Double value) { this.staffedPlannedUnits = value; } /** * Gets the value of the cumulativeStaffedPlannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedPlannedUnits() { return cumulativeStaffedPlannedUnits; } /** * Sets the value of the cumulativeStaffedPlannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedPlannedUnits(Double value) { this.cumulativeStaffedPlannedUnits = value; } /** * Gets the value of the staffedRemainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedRemainingLateUnits() { return staffedRemainingLateUnits; } /** * Sets the value of the staffedRemainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedRemainingLateUnits(Double value) { this.staffedRemainingLateUnits = value; } /** * Gets the value of the cumulativeStaffedRemainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedRemainingLateUnits() { return cumulativeStaffedRemainingLateUnits; } /** * Sets the value of the cumulativeStaffedRemainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedRemainingLateUnits(Double value) { this.cumulativeStaffedRemainingLateUnits = value; } /** * Gets the value of the staffedRemainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getStaffedRemainingUnits() { return staffedRemainingUnits; } /** * Sets the value of the staffedRemainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedRemainingUnits(Double value) { this.staffedRemainingUnits = value; } /** * Gets the value of the cumulativeStaffedRemainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedRemainingUnits() { return cumulativeStaffedRemainingUnits; } /** * Sets the value of the cumulativeStaffedRemainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedRemainingUnits(Double value) { this.cumulativeStaffedRemainingUnits = value; } /** * Gets the value of the unstaffedActualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualOvertimeUnits() { return unstaffedActualOvertimeUnits; } /** * Sets the value of the unstaffedActualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualOvertimeUnits(Double value) { this.unstaffedActualOvertimeUnits = value; } /** * Gets the value of the cumulativeUnstaffedActualOvertimeUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualOvertimeUnits() { return cumulativeUnstaffedActualOvertimeUnits; } /** * Sets the value of the cumulativeUnstaffedActualOvertimeUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualOvertimeUnits(Double value) { this.cumulativeUnstaffedActualOvertimeUnits = value; } /** * Gets the value of the unstaffedActualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualRegularUnits() { return unstaffedActualRegularUnits; } /** * Sets the value of the unstaffedActualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualRegularUnits(Double value) { this.unstaffedActualRegularUnits = value; } /** * Gets the value of the cumulativeUnstaffedActualRegularUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualRegularUnits() { return cumulativeUnstaffedActualRegularUnits; } /** * Sets the value of the cumulativeUnstaffedActualRegularUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualRegularUnits(Double value) { this.cumulativeUnstaffedActualRegularUnits = value; } /** * Gets the value of the unstaffedActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualUnits() { return unstaffedActualUnits; } /** * Sets the value of the unstaffedActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualUnits(Double value) { this.unstaffedActualUnits = value; } /** * Gets the value of the cumulativeUnstaffedActualUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualUnits() { return cumulativeUnstaffedActualUnits; } /** * Sets the value of the cumulativeUnstaffedActualUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualUnits(Double value) { this.cumulativeUnstaffedActualUnits = value; } /** * Gets the value of the unstaffedAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedAtCompletionUnits() { return unstaffedAtCompletionUnits; } /** * Sets the value of the unstaffedAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedAtCompletionUnits(Double value) { this.unstaffedAtCompletionUnits = value; } /** * Gets the value of the cumulativeUnstaffedAtCompletionUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedAtCompletionUnits() { return cumulativeUnstaffedAtCompletionUnits; } /** * Sets the value of the cumulativeUnstaffedAtCompletionUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedAtCompletionUnits(Double value) { this.cumulativeUnstaffedAtCompletionUnits = value; } /** * Gets the value of the unstaffedPlannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedPlannedUnits() { return unstaffedPlannedUnits; } /** * Sets the value of the unstaffedPlannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedPlannedUnits(Double value) { this.unstaffedPlannedUnits = value; } /** * Gets the value of the cumulativeUnstaffedPlannedUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedPlannedUnits() { return cumulativeUnstaffedPlannedUnits; } /** * Sets the value of the cumulativeUnstaffedPlannedUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedPlannedUnits(Double value) { this.cumulativeUnstaffedPlannedUnits = value; } /** * Gets the value of the unstaffedRemainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedRemainingLateUnits() { return unstaffedRemainingLateUnits; } /** * Sets the value of the unstaffedRemainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedRemainingLateUnits(Double value) { this.unstaffedRemainingLateUnits = value; } /** * Gets the value of the cumulativeUnstaffedRemainingLateUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedRemainingLateUnits() { return cumulativeUnstaffedRemainingLateUnits; } /** * Sets the value of the cumulativeUnstaffedRemainingLateUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedRemainingLateUnits(Double value) { this.cumulativeUnstaffedRemainingLateUnits = value; } /** * Gets the value of the unstaffedRemainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedRemainingUnits() { return unstaffedRemainingUnits; } /** * Sets the value of the unstaffedRemainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedRemainingUnits(Double value) { this.unstaffedRemainingUnits = value; } /** * Gets the value of the cumulativeUnstaffedRemainingUnits property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedRemainingUnits() { return cumulativeUnstaffedRemainingUnits; } /** * Sets the value of the cumulativeUnstaffedRemainingUnits property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedRemainingUnits(Double value) { this.cumulativeUnstaffedRemainingUnits = 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 actualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getActualOvertimeCost() { return actualOvertimeCost; } /** * Sets the value of the actualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualOvertimeCost(Double value) { this.actualOvertimeCost = value; } /** * Gets the value of the cumulativeActualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualOvertimeCost() { return cumulativeActualOvertimeCost; } /** * Sets the value of the cumulativeActualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualOvertimeCost(Double value) { this.cumulativeActualOvertimeCost = value; } /** * Gets the value of the actualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getActualRegularCost() { return actualRegularCost; } /** * Sets the value of the actualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setActualRegularCost(Double value) { this.actualRegularCost = value; } /** * Gets the value of the cumulativeActualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeActualRegularCost() { return cumulativeActualRegularCost; } /** * Sets the value of the cumulativeActualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeActualRegularCost(Double value) { this.cumulativeActualRegularCost = value; } /** * Gets the value of the atCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getAtCompletionCost() { return atCompletionCost; } /** * Sets the value of the atCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setAtCompletionCost(Double value) { this.atCompletionCost = value; } /** * Gets the value of the cumulativeAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeAtCompletionCost() { return cumulativeAtCompletionCost; } /** * Sets the value of the cumulativeAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeAtCompletionCost(Double value) { this.cumulativeAtCompletionCost = 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 periodAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getPeriodAtCompletionCost() { return periodAtCompletionCost; } /** * Sets the value of the periodAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setPeriodAtCompletionCost(Double value) { this.periodAtCompletionCost = value; } /** * Gets the value of the cumulativePeriodAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePeriodAtCompletionCost() { return cumulativePeriodAtCompletionCost; } /** * Sets the value of the cumulativePeriodAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePeriodAtCompletionCost(Double value) { this.cumulativePeriodAtCompletionCost = value; } /** * Gets the value of the plannedCost property. * * @return * possible object is * {@link Double } * */ public Double getPlannedCost() { return plannedCost; } /** * Sets the value of the plannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setPlannedCost(Double value) { this.plannedCost = value; } /** * Gets the value of the cumulativePlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativePlannedCost() { return cumulativePlannedCost; } /** * Sets the value of the cumulativePlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativePlannedCost(Double value) { this.cumulativePlannedCost = value; } /** * Gets the value of the remainingCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingCost() { return remainingCost; } /** * Sets the value of the remainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingCost(Double value) { this.remainingCost = value; } /** * Gets the value of the cumulativeRemainingCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingCost() { return cumulativeRemainingCost; } /** * Sets the value of the cumulativeRemainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingCost(Double value) { this.cumulativeRemainingCost = value; } /** * Gets the value of the remainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getRemainingLateCost() { return remainingLateCost; } /** * Sets the value of the remainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setRemainingLateCost(Double value) { this.remainingLateCost = value; } /** * Gets the value of the cumulativeRemainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeRemainingLateCost() { return cumulativeRemainingLateCost; } /** * Sets the value of the cumulativeRemainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeRemainingLateCost(Double value) { this.cumulativeRemainingLateCost = value; } /** * Gets the value of the staffedActualCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualCost() { return staffedActualCost; } /** * Sets the value of the staffedActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualCost(Double value) { this.staffedActualCost = value; } /** * Gets the value of the cumulativeStaffedActualCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualCost() { return cumulativeStaffedActualCost; } /** * Sets the value of the cumulativeStaffedActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualCost(Double value) { this.cumulativeStaffedActualCost = value; } /** * Gets the value of the staffedActualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualOvertimeCost() { return staffedActualOvertimeCost; } /** * Sets the value of the staffedActualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualOvertimeCost(Double value) { this.staffedActualOvertimeCost = value; } /** * Gets the value of the cumulativeStaffedActualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualOvertimeCost() { return cumulativeStaffedActualOvertimeCost; } /** * Sets the value of the cumulativeStaffedActualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualOvertimeCost(Double value) { this.cumulativeStaffedActualOvertimeCost = value; } /** * Gets the value of the staffedActualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedActualRegularCost() { return staffedActualRegularCost; } /** * Sets the value of the staffedActualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedActualRegularCost(Double value) { this.staffedActualRegularCost = value; } /** * Gets the value of the cumulativeStaffedActualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedActualRegularCost() { return cumulativeStaffedActualRegularCost; } /** * Sets the value of the cumulativeStaffedActualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedActualRegularCost(Double value) { this.cumulativeStaffedActualRegularCost = value; } /** * Gets the value of the staffedAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedAtCompletionCost() { return staffedAtCompletionCost; } /** * Sets the value of the staffedAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedAtCompletionCost(Double value) { this.staffedAtCompletionCost = value; } /** * Gets the value of the cumulativeStaffedAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedAtCompletionCost() { return cumulativeStaffedAtCompletionCost; } /** * Sets the value of the cumulativeStaffedAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedAtCompletionCost(Double value) { this.cumulativeStaffedAtCompletionCost = value; } /** * Gets the value of the staffedPlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedPlannedCost() { return staffedPlannedCost; } /** * Sets the value of the staffedPlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedPlannedCost(Double value) { this.staffedPlannedCost = value; } /** * Gets the value of the cumulativeStaffedPlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedPlannedCost() { return cumulativeStaffedPlannedCost; } /** * Sets the value of the cumulativeStaffedPlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedPlannedCost(Double value) { this.cumulativeStaffedPlannedCost = value; } /** * Gets the value of the staffedRemainingCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedRemainingCost() { return staffedRemainingCost; } /** * Sets the value of the staffedRemainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedRemainingCost(Double value) { this.staffedRemainingCost = value; } /** * Gets the value of the cumulativeStaffedRemainingCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedRemainingCost() { return cumulativeStaffedRemainingCost; } /** * Sets the value of the cumulativeStaffedRemainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedRemainingCost(Double value) { this.cumulativeStaffedRemainingCost = value; } /** * Gets the value of the staffedRemainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getStaffedRemainingLateCost() { return staffedRemainingLateCost; } /** * Sets the value of the staffedRemainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setStaffedRemainingLateCost(Double value) { this.staffedRemainingLateCost = value; } /** * Gets the value of the cumulativeStaffedRemainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeStaffedRemainingLateCost() { return cumulativeStaffedRemainingLateCost; } /** * Sets the value of the cumulativeStaffedRemainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeStaffedRemainingLateCost(Double value) { this.cumulativeStaffedRemainingLateCost = value; } /** * Gets the value of the unstaffedActualCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualCost() { return unstaffedActualCost; } /** * Sets the value of the unstaffedActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualCost(Double value) { this.unstaffedActualCost = value; } /** * Gets the value of the cumulativeUnstaffedActualCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualCost() { return cumulativeUnstaffedActualCost; } /** * Sets the value of the cumulativeUnstaffedActualCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualCost(Double value) { this.cumulativeUnstaffedActualCost = value; } /** * Gets the value of the unstaffedActualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualOvertimeCost() { return unstaffedActualOvertimeCost; } /** * Sets the value of the unstaffedActualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualOvertimeCost(Double value) { this.unstaffedActualOvertimeCost = value; } /** * Gets the value of the cumulativeUnstaffedActualOvertimeCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualOvertimeCost() { return cumulativeUnstaffedActualOvertimeCost; } /** * Sets the value of the cumulativeUnstaffedActualOvertimeCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualOvertimeCost(Double value) { this.cumulativeUnstaffedActualOvertimeCost = value; } /** * Gets the value of the unstaffedActualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedActualRegularCost() { return unstaffedActualRegularCost; } /** * Sets the value of the unstaffedActualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedActualRegularCost(Double value) { this.unstaffedActualRegularCost = value; } /** * Gets the value of the cumulativeUnstaffedActualRegularCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedActualRegularCost() { return cumulativeUnstaffedActualRegularCost; } /** * Sets the value of the cumulativeUnstaffedActualRegularCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedActualRegularCost(Double value) { this.cumulativeUnstaffedActualRegularCost = value; } /** * Gets the value of the unstaffedAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedAtCompletionCost() { return unstaffedAtCompletionCost; } /** * Sets the value of the unstaffedAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedAtCompletionCost(Double value) { this.unstaffedAtCompletionCost = value; } /** * Gets the value of the cumulativeUnstaffedAtCompletionCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedAtCompletionCost() { return cumulativeUnstaffedAtCompletionCost; } /** * Sets the value of the cumulativeUnstaffedAtCompletionCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedAtCompletionCost(Double value) { this.cumulativeUnstaffedAtCompletionCost = value; } /** * Gets the value of the unstaffedPlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedPlannedCost() { return unstaffedPlannedCost; } /** * Sets the value of the unstaffedPlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedPlannedCost(Double value) { this.unstaffedPlannedCost = value; } /** * Gets the value of the cumulativeUnstaffedPlannedCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedPlannedCost() { return cumulativeUnstaffedPlannedCost; } /** * Sets the value of the cumulativeUnstaffedPlannedCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedPlannedCost(Double value) { this.cumulativeUnstaffedPlannedCost = value; } /** * Gets the value of the unstaffedRemainingCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedRemainingCost() { return unstaffedRemainingCost; } /** * Sets the value of the unstaffedRemainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedRemainingCost(Double value) { this.unstaffedRemainingCost = value; } /** * Gets the value of the cumulativeUnstaffedRemainingCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedRemainingCost() { return cumulativeUnstaffedRemainingCost; } /** * Sets the value of the cumulativeUnstaffedRemainingCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedRemainingCost(Double value) { this.cumulativeUnstaffedRemainingCost = value; } /** * Gets the value of the unstaffedRemainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getUnstaffedRemainingLateCost() { return unstaffedRemainingLateCost; } /** * Sets the value of the unstaffedRemainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setUnstaffedRemainingLateCost(Double value) { this.unstaffedRemainingLateCost = value; } /** * Gets the value of the cumulativeUnstaffedRemainingLateCost property. * * @return * possible object is * {@link Double } * */ public Double getCumulativeUnstaffedRemainingLateCost() { return cumulativeUnstaffedRemainingLateCost; } /** * Sets the value of the cumulativeUnstaffedRemainingLateCost property. * * @param value * allowed object is * {@link Double } * */ public void setCumulativeUnstaffedRemainingLateCost(Double value) { this.cumulativeUnstaffedRemainingLateCost = value; } } }