public class RiskResponsePlanType extends Object
Java class for RiskResponsePlanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiskResponsePlanType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <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="ResponseType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Avoid"/> <enumeration value="Transfer"/> <enumeration value="Reduce"/> <enumeration value="Accept"/> <enumeration value="Exploit"/> <enumeration value="Facilitate"/> <enumeration value="Enhance"/> <enumeration value="Reject"/> </restriction> </simpleType> </element> <element name="RiskId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RiskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RiskObjectId" 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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
actualCost |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
finishDate |
protected String |
id |
protected Boolean |
isActive |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
name |
protected Integer |
objectId |
protected Double |
plannedCost |
protected LocalDateTime |
plannedFinishDate |
protected LocalDateTime |
plannedStartDate |
protected String |
projectId |
protected String |
projectName |
protected Integer |
projectObjectId |
protected Double |
remainingCost |
protected String |
responseType |
protected String |
riskId |
protected String |
riskName |
protected Integer |
riskObjectId |
protected Integer |
score |
protected String |
scoreColor |
protected String |
scoreText |
protected LocalDateTime |
startDate |
Constructor and Description |
---|
RiskResponsePlanType() |
Modifier and Type | Method and Description |
---|---|
Double |
getActualCost()
Gets the value of the actualCost property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
String |
getId()
Gets the value of the id property.
|
LocalDateTime |
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.
|
LocalDateTime |
getPlannedFinishDate()
Gets the value of the plannedFinishDate property.
|
LocalDateTime |
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 |
getResponseType()
Gets the value of the responseType property.
|
String |
getRiskId()
Gets the value of the riskId property.
|
String |
getRiskName()
Gets the value of the riskName property.
|
Integer |
getRiskObjectId()
Gets the value of the riskObjectId 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.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
Boolean |
isIsActive()
Gets the value of the isActive property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setActualCost(Double value)
Sets the value of the actualCost property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsActive(Boolean value)
Sets the value of the isActive 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(LocalDateTime 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(LocalDateTime value)
Sets the value of the plannedFinishDate property.
|
void |
setPlannedStartDate(LocalDateTime 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 |
setResponseType(String value)
Sets the value of the responseType property.
|
void |
setRiskId(String value)
Sets the value of the riskId property.
|
void |
setRiskName(String value)
Sets the value of the riskName property.
|
void |
setRiskObjectId(Integer value)
Sets the value of the riskObjectId 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(LocalDateTime value)
Sets the value of the startDate property.
|
protected Double actualCost
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime finishDate
protected String id
protected Boolean isActive
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String name
protected Integer objectId
protected Double plannedCost
protected LocalDateTime plannedFinishDate
protected LocalDateTime plannedStartDate
protected String projectId
protected String projectName
protected Integer projectObjectId
protected Double remainingCost
protected String responseType
protected String riskId
protected String riskName
protected Integer riskObjectId
protected Integer score
protected String scoreColor
protected String scoreText
protected LocalDateTime startDate
public Double getActualCost()
String
public void setActualCost(Double value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getFinishDate()
String
public void setFinishDate(LocalDateTime value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Boolean isIsActive()
String
public void setIsActive(Boolean value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Double getPlannedCost()
String
public void setPlannedCost(Double value)
value
- allowed object is
String
public LocalDateTime getPlannedFinishDate()
String
public void setPlannedFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getPlannedStartDate()
String
public void setPlannedStartDate(LocalDateTime value)
value
- allowed object is
String
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public String getProjectName()
String
public void setProjectName(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getRemainingCost()
String
public void setRemainingCost(Double value)
value
- allowed object is
String
public String getResponseType()
String
public void setResponseType(String value)
value
- allowed object is
String
public String getRiskId()
String
public void setRiskId(String value)
value
- allowed object is
String
public String getRiskName()
String
public void setRiskName(String value)
value
- allowed object is
String
public Integer getRiskObjectId()
Integer
public void setRiskObjectId(Integer value)
value
- allowed object is
Integer
public Integer getScore()
Integer
public void setScore(Integer value)
value
- allowed object is
Integer
public String getScoreColor()
String
public void setScoreColor(String value)
value
- allowed object is
String
public String getScoreText()
String
public void setScoreText(String value)
value
- allowed object is
String
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.