// // 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 RiskResponseActionType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="RiskResponseActionType"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="ActivityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ActivityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="CreateUser" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="Id" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="40"/> * </restriction> * </simpleType> * </element> * <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="LastUpdateUser" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="255"/> * </restriction> * </simpleType> * </element> * <element name="Name" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="200"/> * </restriction> * </simpleType> * </element> * <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="PlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="PlannedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="PlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> * <element name="ResourceId" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="20"/> * </restriction> * </simpleType> * </element> * <element name="ResourceName" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="100"/> * </restriction> * </simpleType> * </element> * <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="RiskResponsePlanId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="RiskResponsePlanName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="RiskResponsePlanObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="Score" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> * <element name="ScoreColor" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <pattern value="#[A-Fa-f0-9]{6}"/> * </restriction> * </simpleType> * </element> * <element name="ScoreText" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <maxLength value="40"/> * </restriction> * </simpleType> * </element> * <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> * <element name="Status" minOccurs="0"> * <simpleType> * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> * <enumeration value="Proposed"/> * <enumeration value="Sanctioned"/> * <enumeration value="Rejected"/> * <enumeration value="In Progress"/> * <enumeration value="Complete"/> * </restriction> * </simpleType> * </element> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RiskResponseActionType", propOrder = { "activityId", "activityName", "activityObjectId", "actualCost", "createDate", "createUser", "finishDate", "id", "isBaseline", "isTemplate", "lastUpdateDate", "lastUpdateUser", "name", "objectId", "plannedCost", "plannedFinishDate", "plannedStartDate", "projectId", "projectName", "projectObjectId", "remainingCost", "resourceId", "resourceName", "resourceObjectId", "riskResponsePlanId", "riskResponsePlanName", "riskResponsePlanObjectId", "score", "scoreColor", "scoreText", "startDate", "status" }) public class RiskResponseActionType { @XmlElement(name = "ActivityId") protected String activityId; @XmlElement(name = "ActivityName") protected String activityName; @XmlElement(name = "ActivityObjectId", nillable = true) protected Integer activityObjectId; @XmlElement(name = "ActualCost", nillable = true) protected Double actualCost; @XmlElement(name = "CreateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date createDate; @XmlElement(name = "CreateUser") protected String createUser; @XmlElement(name = "FinishDate", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date finishDate; @XmlElement(name = "Id") protected String id; @XmlElement(name = "IsBaseline") protected Boolean isBaseline; @XmlElement(name = "IsTemplate") protected Boolean isTemplate; @XmlElement(name = "LastUpdateDate", type = String.class, nillable = true) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date lastUpdateDate; @XmlElement(name = "LastUpdateUser") protected String lastUpdateUser; @XmlElement(name = "Name") protected String name; @XmlElement(name = "ObjectId") protected Integer objectId; @XmlElement(name = "PlannedCost", nillable = true) protected Double plannedCost; @XmlElement(name = "PlannedFinishDate", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date plannedFinishDate; @XmlElement(name = "PlannedStartDate", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date plannedStartDate; @XmlElement(name = "ProjectId") protected String projectId; @XmlElement(name = "ProjectName") protected String projectName; @XmlElement(name = "ProjectObjectId") protected Integer projectObjectId; @XmlElement(name = "RemainingCost", nillable = true) protected Double remainingCost; @XmlElement(name = "ResourceId") protected String resourceId; @XmlElement(name = "ResourceName") protected String resourceName; @XmlElement(name = "ResourceObjectId", nillable = true) protected Integer resourceObjectId; @XmlElement(name = "RiskResponsePlanId") protected String riskResponsePlanId; @XmlElement(name = "RiskResponsePlanName") protected String riskResponsePlanName; @XmlElement(name = "RiskResponsePlanObjectId") protected Integer riskResponsePlanObjectId; @XmlElement(name = "Score", nillable = true) protected Integer score; @XmlElement(name = "ScoreColor", nillable = true) protected String scoreColor; @XmlElement(name = "ScoreText") protected String scoreText; @XmlElement(name = "StartDate", type = String.class) @XmlJavaTypeAdapter(Adapter1.class) @XmlSchemaType(name = "dateTime") protected Date startDate; @XmlElement(name = "Status") protected String status; /** * Gets the value of the activityId property. * * @return * possible object is * {@link String } * */ public String getActivityId() { return activityId; } /** * Sets the value of the activityId property. * * @param value * allowed object is * {@link String } * */ public void setActivityId(String value) { this.activityId = value; } /** * Gets the value of the activityName property. * * @return * possible object is * {@link String } * */ public String getActivityName() { return activityName; } /** * Sets the value of the activityName property. * * @param value * allowed object is * {@link String } * */ public void setActivityName(String value) { this.activityName = value; } /** * 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 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 createDate property. * * @return * possible object is * {@link String } * */ public Date getCreateDate() { return createDate; } /** * Sets the value of the createDate property. * * @param value * allowed object is * {@link String } * */ public void setCreateDate(Date value) { this.createDate = value; } /** * Gets the value of the createUser property. * * @return * possible object is * {@link String } * */ public String getCreateUser() { return createUser; } /** * Sets the value of the createUser property. * * @param value * allowed object is * {@link String } * */ public void setCreateUser(String value) { this.createUser = value; } /** * Gets the value of the finishDate property. * * @return * possible object is * {@link String } * */ public Date getFinishDate() { return finishDate; } /** * Sets the value of the finishDate property. * * @param value * allowed object is * {@link String } * */ public void setFinishDate(Date value) { this.finishDate = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the isBaseline property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsBaseline() { return isBaseline; } /** * Sets the value of the isBaseline property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsBaseline(Boolean value) { this.isBaseline = value; } /** * Gets the value of the isTemplate property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsTemplate() { return isTemplate; } /** * Sets the value of the isTemplate property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsTemplate(Boolean value) { this.isTemplate = value; } /** * Gets the value of the lastUpdateDate property. * * @return * possible object is * {@link String } * */ public Date getLastUpdateDate() { return lastUpdateDate; } /** * Sets the value of the lastUpdateDate property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateDate(Date value) { this.lastUpdateDate = value; } /** * Gets the value of the lastUpdateUser property. * * @return * possible object is * {@link String } * */ public String getLastUpdateUser() { return lastUpdateUser; } /** * Sets the value of the lastUpdateUser property. * * @param value * allowed object is * {@link String } * */ public void setLastUpdateUser(String value) { this.lastUpdateUser = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } /** * Gets the value of the objectId property. * * @return * possible object is * {@link Integer } * */ public Integer getObjectId() { return objectId; } /** * Sets the value of the objectId property. * * @param value * allowed object is * {@link Integer } * */ public void setObjectId(Integer value) { this.objectId = 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 plannedFinishDate property. * * @return * possible object is * {@link String } * */ public Date getPlannedFinishDate() { return plannedFinishDate; } /** * Sets the value of the plannedFinishDate property. * * @param value * allowed object is * {@link String } * */ public void setPlannedFinishDate(Date value) { this.plannedFinishDate = value; } /** * Gets the value of the plannedStartDate property. * * @return * possible object is * {@link String } * */ public Date getPlannedStartDate() { return plannedStartDate; } /** * Sets the value of the plannedStartDate property. * * @param value * allowed object is * {@link String } * */ public void setPlannedStartDate(Date value) { this.plannedStartDate = value; } /** * Gets the value of the projectId property. * * @return * possible object is * {@link String } * */ public String getProjectId() { return projectId; } /** * Sets the value of the projectId property. * * @param value * allowed object is * {@link String } * */ public void setProjectId(String value) { this.projectId = value; } /** * Gets the value of the projectName property. * * @return * possible object is * {@link String } * */ public String getProjectName() { return projectName; } /** * Sets the value of the projectName property. * * @param value * allowed object is * {@link String } * */ public void setProjectName(String value) { this.projectName = 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 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 resourceId property. * * @return * possible object is * {@link String } * */ public String getResourceId() { return resourceId; } /** * Sets the value of the resourceId property. * * @param value * allowed object is * {@link String } * */ public void setResourceId(String value) { this.resourceId = value; } /** * Gets the value of the resourceName property. * * @return * possible object is * {@link String } * */ public String getResourceName() { return resourceName; } /** * Sets the value of the resourceName property. * * @param value * allowed object is * {@link String } * */ public void setResourceName(String value) { this.resourceName = value; } /** * Gets the value of the resourceObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getResourceObjectId() { return resourceObjectId; } /** * Sets the value of the resourceObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setResourceObjectId(Integer value) { this.resourceObjectId = value; } /** * Gets the value of the riskResponsePlanId property. * * @return * possible object is * {@link String } * */ public String getRiskResponsePlanId() { return riskResponsePlanId; } /** * Sets the value of the riskResponsePlanId property. * * @param value * allowed object is * {@link String } * */ public void setRiskResponsePlanId(String value) { this.riskResponsePlanId = value; } /** * Gets the value of the riskResponsePlanName property. * * @return * possible object is * {@link String } * */ public String getRiskResponsePlanName() { return riskResponsePlanName; } /** * Sets the value of the riskResponsePlanName property. * * @param value * allowed object is * {@link String } * */ public void setRiskResponsePlanName(String value) { this.riskResponsePlanName = value; } /** * Gets the value of the riskResponsePlanObjectId property. * * @return * possible object is * {@link Integer } * */ public Integer getRiskResponsePlanObjectId() { return riskResponsePlanObjectId; } /** * Sets the value of the riskResponsePlanObjectId property. * * @param value * allowed object is * {@link Integer } * */ public void setRiskResponsePlanObjectId(Integer value) { this.riskResponsePlanObjectId = value; } /** * Gets the value of the score property. * * @return * possible object is * {@link Integer } * */ public Integer getScore() { return score; } /** * Sets the value of the score property. * * @param value * allowed object is * {@link Integer } * */ public void setScore(Integer value) { this.score = value; } /** * Gets the value of the scoreColor property. * * @return * possible object is * {@link String } * */ public String getScoreColor() { return scoreColor; } /** * Sets the value of the scoreColor property. * * @param value * allowed object is * {@link String } * */ public void setScoreColor(String value) { this.scoreColor = value; } /** * Gets the value of the scoreText property. * * @return * possible object is * {@link String } * */ public String getScoreText() { return scoreText; } /** * Sets the value of the scoreText property. * * @param value * allowed object is * {@link String } * */ public void setScoreText(String value) { this.scoreText = 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 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; } }