public class RiskType extends Object
Java class for RiskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiskType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cause" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="CostThresholdId" type="{http://www.w3.org/2001/XMLSchema}int" 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="Description" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="Effect" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="Exposure" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ExposureFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ExposureStartDate" 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="IdentifiedByResourceId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="IdentifiedByResourceName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="IdentifiedByResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="IdentifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ImpactThresholdValues" type="{http://www.w3.org/2001/XMLSchema}int" 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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="200"/> </restriction> </simpleType> </element> <element name="Note" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4000"/> </restriction> </simpleType> </element> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProbabilityThresholdId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProjectName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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="ResponseTotalCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="RiskCategoryName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="RiskCategoryObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ScheduleThresholdId" 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="Status" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Proposed"/> <enumeration value="Open"/> <enumeration value="Active"/> <enumeration value="Rejected"/> <enumeration value="Managed"/> <enumeration value="Impacted"/> </restriction> </simpleType> </element> <element name="Type" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Threat"/> <enumeration value="Opportunity"/> </restriction> </simpleType> </element> <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V23.12/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RiskType() |
Modifier and Type | Method and Description |
---|---|
String |
getCause()
Gets the value of the cause property.
|
Integer |
getCostThresholdId()
Gets the value of the costThresholdId property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getEffect()
Gets the value of the effect property.
|
Double |
getExposure()
Gets the value of the exposure property.
|
LocalDateTime |
getExposureFinishDate()
Gets the value of the exposureFinishDate property.
|
LocalDateTime |
getExposureStartDate()
Gets the value of the exposureStartDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIdentifiedByResourceId()
Gets the value of the identifiedByResourceId property.
|
String |
getIdentifiedByResourceName()
Gets the value of the identifiedByResourceName property.
|
Integer |
getIdentifiedByResourceObjectId()
Gets the value of the identifiedByResourceObjectId property.
|
LocalDateTime |
getIdentifiedDate()
Gets the value of the identifiedDate property.
|
Integer |
getImpactThresholdValues()
Gets the value of the impactThresholdValues 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.
|
String |
getNote()
Gets the value of the note property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getProbabilityThresholdId()
Gets the value of the probabilityThresholdId 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.
|
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.
|
Double |
getResponseTotalCost()
Gets the value of the responseTotalCost property.
|
String |
getRiskCategoryName()
Gets the value of the riskCategoryName property.
|
Integer |
getRiskCategoryObjectId()
Gets the value of the riskCategoryObjectId property.
|
Integer |
getScheduleThresholdId()
Gets the value of the scheduleThresholdId 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.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
List<UDFAssignmentType> |
getUDF()
Gets the value of the udf property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setCause(String value)
Sets the value of the cause property.
|
void |
setCostThresholdId(Integer value)
Sets the value of the costThresholdId property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEffect(String value)
Sets the value of the effect property.
|
void |
setExposure(Double value)
Sets the value of the exposure property.
|
void |
setExposureFinishDate(LocalDateTime value)
Sets the value of the exposureFinishDate property.
|
void |
setExposureStartDate(LocalDateTime value)
Sets the value of the exposureStartDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdentifiedByResourceId(String value)
Sets the value of the identifiedByResourceId property.
|
void |
setIdentifiedByResourceName(String value)
Sets the value of the identifiedByResourceName property.
|
void |
setIdentifiedByResourceObjectId(Integer value)
Sets the value of the identifiedByResourceObjectId property.
|
void |
setIdentifiedDate(LocalDateTime value)
Sets the value of the identifiedDate property.
|
void |
setImpactThresholdValues(Integer value)
Sets the value of the impactThresholdValues 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 |
setNote(String value)
Sets the value of the note property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProbabilityThresholdId(Integer value)
Sets the value of the probabilityThresholdId 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 |
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 |
setResponseTotalCost(Double value)
Sets the value of the responseTotalCost property.
|
void |
setRiskCategoryName(String value)
Sets the value of the riskCategoryName property.
|
void |
setRiskCategoryObjectId(Integer value)
Sets the value of the riskCategoryObjectId property.
|
void |
setScheduleThresholdId(Integer value)
Sets the value of the scheduleThresholdId 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 |
setStatus(String value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String cause
protected Integer costThresholdId
protected LocalDateTime createDate
protected String createUser
protected String description
protected String effect
protected Double exposure
protected LocalDateTime exposureFinishDate
protected LocalDateTime exposureStartDate
protected String id
protected String identifiedByResourceId
protected String identifiedByResourceName
protected Integer identifiedByResourceObjectId
protected LocalDateTime identifiedDate
protected Integer impactThresholdValues
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String name
protected String note
protected Integer objectId
protected Integer probabilityThresholdId
protected String projectId
protected String projectName
protected Integer projectObjectId
protected String resourceId
protected String resourceName
protected Integer resourceObjectId
protected Double responseTotalCost
protected String riskCategoryName
protected Integer riskCategoryObjectId
protected Integer scheduleThresholdId
protected Integer score
protected String scoreColor
protected String scoreText
protected String status
protected String type
protected List<UDFAssignmentType> udf
public String getCause()
String
public void setCause(String value)
value
- allowed object is
String
public Integer getCostThresholdId()
Integer
public void setCostThresholdId(Integer value)
value
- allowed object is
Integer
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 String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getEffect()
String
public void setEffect(String value)
value
- allowed object is
String
public Double getExposure()
String
public void setExposure(Double value)
value
- allowed object is
String
public LocalDateTime getExposureFinishDate()
String
public void setExposureFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getExposureStartDate()
String
public void setExposureStartDate(LocalDateTime value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getIdentifiedByResourceId()
String
public void setIdentifiedByResourceId(String value)
value
- allowed object is
String
public String getIdentifiedByResourceName()
String
public void setIdentifiedByResourceName(String value)
value
- allowed object is
String
public Integer getIdentifiedByResourceObjectId()
Integer
public void setIdentifiedByResourceObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getIdentifiedDate()
String
public void setIdentifiedDate(LocalDateTime value)
value
- allowed object is
String
public Integer getImpactThresholdValues()
Integer
public void setImpactThresholdValues(Integer value)
value
- allowed object is
Integer
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 String getNote()
String
public void setNote(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Integer getProbabilityThresholdId()
Integer
public void setProbabilityThresholdId(Integer value)
value
- allowed object is
Integer
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 String getResourceId()
String
public void setResourceId(String value)
value
- allowed object is
String
public String getResourceName()
String
public void setResourceName(String value)
value
- allowed object is
String
public Integer getResourceObjectId()
Integer
public void setResourceObjectId(Integer value)
value
- allowed object is
Integer
public Double getResponseTotalCost()
String
public void setResponseTotalCost(Double value)
value
- allowed object is
String
public String getRiskCategoryName()
String
public void setRiskCategoryName(String value)
value
- allowed object is
String
public Integer getRiskCategoryObjectId()
Integer
public void setRiskCategoryObjectId(Integer value)
value
- allowed object is
Integer
public Integer getScheduleThresholdId()
Integer
public void setScheduleThresholdId(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 String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public List<UDFAssignmentType> getUDF()
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 Jakarta XML Binding object.
This is why there is not a set
method for the udf property.
For example, to add a new item, do as follows:
getUDF().add(newItem);
Objects of the following type(s) are allowed in the list
UDFAssignmentType
Copyright © 2000–2024 Packwood Software. All rights reserved.