// // 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 ResourceAssignmentSpreadType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ResourceAssignmentSpreadType"> * <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="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="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="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="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="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="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="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 = "ResourceAssignmentSpreadType", propOrder = { "startDate", "endDate", "periodType", "period" }) public class ResourceAssignmentSpreadType { @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<ResourceAssignmentSpreadType.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 ResourceAssignmentSpreadType.Period } * * */ public List<ResourceAssignmentSpreadType.Period> getPeriod() { if (period == null) { period = new ArrayList<ResourceAssignmentSpreadType.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="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="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="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="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="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="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", "plannedUnits", "cumulativePlannedUnits", "remainingLateUnits", "cumulativeRemainingLateUnits", "remainingUnits", "cumulativeRemainingUnits", "staffedRemainingLateUnits", "cumulativeStaffedRemainingLateUnits", "staffedRemainingUnits", "cumulativeStaffedRemainingUnits", "unstaffedRemainingLateUnits", "cumulativeUnstaffedRemainingLateUnits", "unstaffedRemainingUnits", "cumulativeUnstaffedRemainingUnits", "actualCost", "cumulativeActualCost", "actualOvertimeCost", "cumulativeActualOvertimeCost", "actualRegularCost", "cumulativeActualRegularCost", "atCompletionCost", "cumulativeAtCompletionCost", "plannedCost", "cumulativePlannedCost", "remainingCost", "cumulativeRemainingCost", "remainingLateCost", "cumulativeRemainingLateCost", "staffedRemainingCost", "cumulativeStaffedRemainingCost", "staffedRemainingLateCost", "cumulativeStaffedRemainingLateCost", "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 = "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 = "StaffedRemainingLateUnits") protected Double staffedRemainingLateUnits; @XmlElement(name = "CumulativeStaffedRemainingLateUnits") protected Double cumulativeStaffedRemainingLateUnits; @XmlElement(name = "StaffedRemainingUnits") protected Double staffedRemainingUnits; @XmlElement(name = "CumulativeStaffedRemainingUnits") protected Double cumulativeStaffedRemainingUnits; @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 = "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 = "StaffedRemainingCost") protected Double staffedRemainingCost; @XmlElement(name = "CumulativeStaffedRemainingCost") protected Double cumulativeStaffedRemainingCost; @XmlElement(name = "StaffedRemainingLateCost") protected Double staffedRemainingLateCost; @XmlElement(name = "CumulativeStaffedRemainingLateCost") protected Double cumulativeStaffedRemainingLateCost; @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 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 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 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 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 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 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; } } }