// // 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.Date; 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 ActivityUpdateType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="ActivityUpdateType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ApprovalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="ApprovalUserName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="ApprovalUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="HeldDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="OverrideActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="OverrideActualLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="OverrideActualNonLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="OverrideActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="OverrideExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="OverridePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="OverrideRemainingDuration" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="OverrideRemainingLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="OverrideRemainingNonLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="PendingActualLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingActualNonLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="PendingExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="PendingPercentComplete" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * <maxInclusive value="100.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingRemainingDuration" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingRemainingLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="PendingRemainingNonLaborUnits" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}double"> * <minInclusive value="0.0"/> * </restriction> * </simpleType> * </element> * <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="Status" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Pending"/> * <enumeration value="Held"/> * <enumeration value="Approved"/> * </restriction> * </simpleType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ActivityUpdateType", propOrder = { "activityObjectId", "approvalDate", "approvalUserName", "approvalUserObjectId", "changeSetObjectId", "date", "heldDate", "overrideActualFinishDate", "overrideActualLaborUnits", "overrideActualNonLaborUnits", "overrideActualStartDate", "overrideExpectedFinishDate", "overridePercentComplete", "overrideRemainingDuration", "overrideRemainingLaborUnits", "overrideRemainingNonLaborUnits", "pendingActualFinishDate", "pendingActualLaborUnits", "pendingActualNonLaborUnits", "pendingActualStartDate", "pendingExpectedFinishDate", "pendingPercentComplete", "pendingRemainingDuration", "pendingRemainingLaborUnits", "pendingRemainingNonLaborUnits", "projectObjectId", "requestUserObjectId", "status" }) public class ActivityUpdateType { @XmlElement(name = "ActivityObjectId") protected Integer activityObjectId; @XmlElement(name = "ApprovalDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date approvalDate; @XmlElement(name = "ApprovalUserName") protected String approvalUserName; @XmlElement(name = "ApprovalUserObjectId", nillable = true) protected Integer approvalUserObjectId; @XmlElement(name = "ChangeSetObjectId") protected Integer changeSetObjectId; @XmlElement(name = "Date", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date date; @XmlElement(name = "HeldDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date heldDate; @XmlElement(name = "OverrideActualFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date overrideActualFinishDate; @XmlElement(name = "OverrideActualLaborUnits", nillable = true) protected Double overrideActualLaborUnits; @XmlElement(name = "OverrideActualNonLaborUnits", nillable = true) protected Double overrideActualNonLaborUnits; @XmlElement(name = "OverrideActualStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date overrideActualStartDate; @XmlElement(name = "OverrideExpectedFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date overrideExpectedFinishDate; @XmlElement(name = "OverridePercentComplete", nillable = true) protected Double overridePercentComplete; @XmlElement(name = "OverrideRemainingDuration", nillable = true) protected Double overrideRemainingDuration; @XmlElement(name = "OverrideRemainingLaborUnits", nillable = true) protected Double overrideRemainingLaborUnits; @XmlElement(name = "OverrideRemainingNonLaborUnits", nillable = true) protected Double overrideRemainingNonLaborUnits; @XmlElement(name = "PendingActualFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date pendingActualFinishDate; @XmlElement(name = "PendingActualLaborUnits", nillable = true) protected Double pendingActualLaborUnits; @XmlElement(name = "PendingActualNonLaborUnits", nillable = true) protected Double pendingActualNonLaborUnits; @XmlElement(name = "PendingActualStartDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date pendingActualStartDate; @XmlElement(name = "PendingExpectedFinishDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date pendingExpectedFinishDate; @XmlElement(name = "PendingPercentComplete", nillable = true) protected Double pendingPercentComplete; @XmlElement(name = "PendingRemainingDuration", nillable = true) protected Double pendingRemainingDuration; @XmlElement(name = "PendingRemainingLaborUnits", nillable = true) protected Double pendingRemainingLaborUnits; @XmlElement(name = "PendingRemainingNonLaborUnits", nillable = true) protected Double pendingRemainingNonLaborUnits; @XmlElement(name = "ProjectObjectId") protected Integer projectObjectId; @XmlElement(name = "RequestUserObjectId", nillable = true) protected Integer requestUserObjectId; @XmlElement(name = "Status") protected String status; /** * Gets the value of the activityObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getActivityObjectId() { return activityObjectId; } /** * Sets the value of the activityObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setActivityObjectId(Integer value) { this.activityObjectId = value; } /** * Gets the value of the approvalDate property. * * @return * possible object is * {@link String } * */ public Date getApprovalDate() { return approvalDate; } /** * Sets the value of the approvalDate property. * * @param value * allowed object is * {@link String } * */ public void setApprovalDate(Date value) { this.approvalDate = value; } /** * Gets the value of the approvalUserName property. * * @return * possible object is * {@link String } * */ public String getApprovalUserName() { return approvalUserName; } /** * Sets the value of the approvalUserName property. * * @param value * allowed object is * {@link String } * */ public void setApprovalUserName(String value) { this.approvalUserName = value; } /** * Gets the value of the approvalUserObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getApprovalUserObjectId() { return approvalUserObjectId; } /** * Sets the value of the approvalUserObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setApprovalUserObjectId(Integer value) { this.approvalUserObjectId = value; } /** * Gets the value of the changeSetObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getChangeSetObjectId() { return changeSetObjectId; } /** * Sets the value of the changeSetObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setChangeSetObjectId(Integer value) { this.changeSetObjectId = value; } /** * Gets the value of the date property. * * @return * possible object is * {@link String } * */ public Date getDate() { return date; } /** * Sets the value of the date property. * * @param value * allowed object is * {@link String } * */ public void setDate(Date value) { this.date = value; } /** * Gets the value of the heldDate property. * * @return * possible object is * {@link String } * */ public Date getHeldDate() { return heldDate; } /** * Sets the value of the heldDate property. * * @param value * allowed object is * {@link String } * */ public void setHeldDate(Date value) { this.heldDate = value; } /** * Gets the value of the overrideActualFinishDate property. * * @return * possible object is * {@link String } * */ public Date getOverrideActualFinishDate() { return overrideActualFinishDate; } /** * Sets the value of the overrideActualFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setOverrideActualFinishDate(Date value) { this.overrideActualFinishDate = value; } /** * Gets the value of the overrideActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getOverrideActualLaborUnits() { return overrideActualLaborUnits; } /** * Sets the value of the overrideActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setOverrideActualLaborUnits(Double value) { this.overrideActualLaborUnits = value; } /** * Gets the value of the overrideActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getOverrideActualNonLaborUnits() { return overrideActualNonLaborUnits; } /** * Sets the value of the overrideActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setOverrideActualNonLaborUnits(Double value) { this.overrideActualNonLaborUnits = value; } /** * Gets the value of the overrideActualStartDate property. * * @return * possible object is * {@link String } * */ public Date getOverrideActualStartDate() { return overrideActualStartDate; } /** * Sets the value of the overrideActualStartDate property. * * @param value * allowed object is * {@link String } * */ public void setOverrideActualStartDate(Date value) { this.overrideActualStartDate = value; } /** * Gets the value of the overrideExpectedFinishDate property. * * @return * possible object is * {@link String } * */ public Date getOverrideExpectedFinishDate() { return overrideExpectedFinishDate; } /** * Sets the value of the overrideExpectedFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setOverrideExpectedFinishDate(Date value) { this.overrideExpectedFinishDate = value; } /** * Gets the value of the overridePercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getOverridePercentComplete() { return overridePercentComplete; } /** * Sets the value of the overridePercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setOverridePercentComplete(Double value) { this.overridePercentComplete = value; } /** * Gets the value of the overrideRemainingDuration property. * * @return * possible object is * {@link Double } * */ public Double getOverrideRemainingDuration() { return overrideRemainingDuration; } /** * Sets the value of the overrideRemainingDuration property. * * @param value * allowed object is * {@link Double } * */ public void setOverrideRemainingDuration(Double value) { this.overrideRemainingDuration = value; } /** * Gets the value of the overrideRemainingLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getOverrideRemainingLaborUnits() { return overrideRemainingLaborUnits; } /** * Sets the value of the overrideRemainingLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setOverrideRemainingLaborUnits(Double value) { this.overrideRemainingLaborUnits = value; } /** * Gets the value of the overrideRemainingNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getOverrideRemainingNonLaborUnits() { return overrideRemainingNonLaborUnits; } /** * Sets the value of the overrideRemainingNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setOverrideRemainingNonLaborUnits(Double value) { this.overrideRemainingNonLaborUnits = value; } /** * Gets the value of the pendingActualFinishDate property. * * @return * possible object is * {@link String } * */ public Date getPendingActualFinishDate() { return pendingActualFinishDate; } /** * Sets the value of the pendingActualFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setPendingActualFinishDate(Date value) { this.pendingActualFinishDate = value; } /** * Gets the value of the pendingActualLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPendingActualLaborUnits() { return pendingActualLaborUnits; } /** * Sets the value of the pendingActualLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPendingActualLaborUnits(Double value) { this.pendingActualLaborUnits = value; } /** * Gets the value of the pendingActualNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPendingActualNonLaborUnits() { return pendingActualNonLaborUnits; } /** * Sets the value of the pendingActualNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPendingActualNonLaborUnits(Double value) { this.pendingActualNonLaborUnits = value; } /** * Gets the value of the pendingActualStartDate property. * * @return * possible object is * {@link String } * */ public Date getPendingActualStartDate() { return pendingActualStartDate; } /** * Sets the value of the pendingActualStartDate property. * * @param value * allowed object is * {@link String } * */ public void setPendingActualStartDate(Date value) { this.pendingActualStartDate = value; } /** * Gets the value of the pendingExpectedFinishDate property. * * @return * possible object is * {@link String } * */ public Date getPendingExpectedFinishDate() { return pendingExpectedFinishDate; } /** * Sets the value of the pendingExpectedFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setPendingExpectedFinishDate(Date value) { this.pendingExpectedFinishDate = value; } /** * Gets the value of the pendingPercentComplete property. * * @return * possible object is * {@link Double } * */ public Double getPendingPercentComplete() { return pendingPercentComplete; } /** * Sets the value of the pendingPercentComplete property. * * @param value * allowed object is * {@link Double } * */ public void setPendingPercentComplete(Double value) { this.pendingPercentComplete = value; } /** * Gets the value of the pendingRemainingDuration property. * * @return * possible object is * {@link Double } * */ public Double getPendingRemainingDuration() { return pendingRemainingDuration; } /** * Sets the value of the pendingRemainingDuration property. * * @param value * allowed object is * {@link Double } * */ public void setPendingRemainingDuration(Double value) { this.pendingRemainingDuration = value; } /** * Gets the value of the pendingRemainingLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPendingRemainingLaborUnits() { return pendingRemainingLaborUnits; } /** * Sets the value of the pendingRemainingLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPendingRemainingLaborUnits(Double value) { this.pendingRemainingLaborUnits = value; } /** * Gets the value of the pendingRemainingNonLaborUnits property. * * @return * possible object is * {@link Double } * */ public Double getPendingRemainingNonLaborUnits() { return pendingRemainingNonLaborUnits; } /** * Sets the value of the pendingRemainingNonLaborUnits property. * * @param value * allowed object is * {@link Double } * */ public void setPendingRemainingNonLaborUnits(Double value) { this.pendingRemainingNonLaborUnits = value; } /** * Gets the value of the projectObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getProjectObjectId() { return projectObjectId; } /** * Sets the value of the projectObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setProjectObjectId(Integer value) { this.projectObjectId = value; } /** * Gets the value of the requestUserObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getRequestUserObjectId() { return requestUserObjectId; } /** * Sets the value of the requestUserObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setRequestUserObjectId(Integer value) { this.requestUserObjectId = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link String } * */ public String getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link String } * */ public void setStatus(String value) { this.status = value; } }