public class RiskResponseActionType extends Object
Java class for RiskResponseActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
activityName |
protected Integer |
activityObjectId |
protected Double |
actualCost |
protected Date |
createDate |
protected String |
createUser |
protected Date |
finishDate |
protected String |
id |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
name |
protected Integer |
objectId |
protected Double |
plannedCost |
protected Date |
plannedFinishDate |
protected Date |
plannedStartDate |
protected String |
projectId |
protected String |
projectName |
protected Integer |
projectObjectId |
protected Double |
remainingCost |
protected String |
resourceId |
protected String |
resourceName |
protected Integer |
resourceObjectId |
protected String |
riskResponsePlanId |
protected String |
riskResponsePlanName |
protected Integer |
riskResponsePlanObjectId |
protected Integer |
score |
protected String |
scoreColor |
protected String |
scoreText |
protected Date |
startDate |
protected String |
status |
| Constructor and Description |
|---|
RiskResponseActionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the value of the activityId property.
|
String |
getActivityName()
Gets the value of the activityName property.
|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Double |
getActualCost()
Gets the value of the actualCost property.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Date |
getFinishDate()
Gets the value of the finishDate property.
|
String |
getId()
Gets the value of the id property.
|
Date |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Double |
getPlannedCost()
Gets the value of the plannedCost property.
|
Date |
getPlannedFinishDate()
Gets the value of the plannedFinishDate property.
|
Date |
getPlannedStartDate()
Gets the value of the plannedStartDate property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getRemainingCost()
Gets the value of the remainingCost property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
Integer |
getResourceObjectId()
Gets the value of the resourceObjectId property.
|
String |
getRiskResponsePlanId()
Gets the value of the riskResponsePlanId property.
|
String |
getRiskResponsePlanName()
Gets the value of the riskResponsePlanName property.
|
Integer |
getRiskResponsePlanObjectId()
Gets the value of the riskResponsePlanObjectId property.
|
Integer |
getScore()
Gets the value of the score property.
|
String |
getScoreColor()
Gets the value of the scoreColor property.
|
String |
getScoreText()
Gets the value of the scoreText property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
String |
getStatus()
Gets the value of the status property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setActivityId(String value)
Sets the value of the activityId property.
|
void |
setActivityName(String value)
Sets the value of the activityName property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActualCost(Double value)
Sets the value of the actualCost property.
|
void |
setCreateDate(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setFinishDate(Date value)
Sets the value of the finishDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(Date value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setPlannedCost(Double value)
Sets the value of the plannedCost property.
|
void |
setPlannedFinishDate(Date value)
Sets the value of the plannedFinishDate property.
|
void |
setPlannedStartDate(Date value)
Sets the value of the plannedStartDate property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRemainingCost(Double value)
Sets the value of the remainingCost property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setResourceObjectId(Integer value)
Sets the value of the resourceObjectId property.
|
void |
setRiskResponsePlanId(String value)
Sets the value of the riskResponsePlanId property.
|
void |
setRiskResponsePlanName(String value)
Sets the value of the riskResponsePlanName property.
|
void |
setRiskResponsePlanObjectId(Integer value)
Sets the value of the riskResponsePlanObjectId property.
|
void |
setScore(Integer value)
Sets the value of the score property.
|
void |
setScoreColor(String value)
Sets the value of the scoreColor property.
|
void |
setScoreText(String value)
Sets the value of the scoreText property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String activityId
protected String activityName
protected Integer activityObjectId
protected Double actualCost
protected Date createDate
protected String createUser
protected Date finishDate
protected String id
protected Boolean isBaseline
protected Boolean isTemplate
protected Date lastUpdateDate
protected String lastUpdateUser
protected String name
protected Integer objectId
protected Double plannedCost
protected Date plannedFinishDate
protected Date plannedStartDate
protected String projectId
protected String projectName
protected Integer projectObjectId
protected Double remainingCost
protected String resourceId
protected String resourceName
protected Integer resourceObjectId
protected String riskResponsePlanId
protected String riskResponsePlanName
protected Integer riskResponsePlanObjectId
protected Integer score
protected String scoreColor
protected String scoreText
protected Date startDate
protected String status
public String getActivityId()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getActivityName()
Stringpublic void setActivityName(String value)
value - allowed object is
Stringpublic Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Double getActualCost()
Doublepublic void setActualCost(Double value)
value - allowed object is
Doublepublic Date getCreateDate()
Stringpublic void setCreateDate(Date value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Date getFinishDate()
Stringpublic void setFinishDate(Date value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsTemplate()
Booleanpublic void setIsTemplate(Boolean value)
value - allowed object is
Booleanpublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Double getPlannedCost()
Doublepublic void setPlannedCost(Double value)
value - allowed object is
Doublepublic Date getPlannedFinishDate()
Stringpublic void setPlannedFinishDate(Date value)
value - allowed object is
Stringpublic Date getPlannedStartDate()
Stringpublic void setPlannedStartDate(Date value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getRemainingCost()
Doublepublic void setRemainingCost(Double value)
value - allowed object is
Doublepublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic Integer getResourceObjectId()
Integerpublic void setResourceObjectId(Integer value)
value - allowed object is
Integerpublic String getRiskResponsePlanId()
Stringpublic void setRiskResponsePlanId(String value)
value - allowed object is
Stringpublic String getRiskResponsePlanName()
Stringpublic void setRiskResponsePlanName(String value)
value - allowed object is
Stringpublic Integer getRiskResponsePlanObjectId()
Integerpublic void setRiskResponsePlanObjectId(Integer value)
value - allowed object is
Integerpublic Integer getScore()
Integerpublic void setScore(Integer value)
value - allowed object is
Integerpublic String getScoreColor()
Stringpublic void setScoreColor(String value)
value - allowed object is
Stringpublic String getScoreText()
Stringpublic void setScoreText(String value)
value - allowed object is
Stringpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic String getStatus()
StringCopyright © 2013. All Rights Reserved.