public class RiskThresholdLevelType extends Object
Java class for RiskThresholdLevelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiskThresholdLevelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="10"/> </restriction> </simpleType> </element> <element name="Color" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="#[A-Fa-f0-9]{6}"/> </restriction> </simpleType> </element> <element name="CostRange" 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="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="Level" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="9"/> </restriction> </simpleType> </element> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProbabilityRange" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="Range" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="100"/> </restriction> </simpleType> </element> <element name="RiskThresholdName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="RiskThresholdObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ScheduleRange" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ThresholdType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="Probability"/> <enumeration value="Tolerance"/> <enumeration value="Schedule"/> <enumeration value="Cost"/> <enumeration value="Relative Schedule"/> <enumeration value="Relative Cost"/> <enumeration value="User Defined"/> </restriction> </simpleType> </element> <element name="ToleranceRange" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
color |
protected Double |
costRange |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
level |
protected String |
name |
protected Integer |
objectId |
protected Double |
probabilityRange |
protected String |
range |
protected String |
riskThresholdName |
protected Integer |
riskThresholdObjectId |
protected Double |
scheduleRange |
protected String |
thresholdType |
protected Integer |
toleranceRange |
Constructor and Description |
---|
RiskThresholdLevelType() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getColor()
Gets the value of the color property.
|
Double |
getCostRange()
Gets the value of the costRange property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Double |
getProbabilityRange()
Gets the value of the probabilityRange property.
|
String |
getRange()
Gets the value of the range property.
|
String |
getRiskThresholdName()
Gets the value of the riskThresholdName property.
|
Integer |
getRiskThresholdObjectId()
Gets the value of the riskThresholdObjectId property.
|
Double |
getScheduleRange()
Gets the value of the scheduleRange property.
|
String |
getThresholdType()
Gets the value of the thresholdType property.
|
Integer |
getToleranceRange()
Gets the value of the toleranceRange property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setCostRange(Double value)
Sets the value of the costRange property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProbabilityRange(Double value)
Sets the value of the probabilityRange property.
|
void |
setRange(String value)
Sets the value of the range property.
|
void |
setRiskThresholdName(String value)
Sets the value of the riskThresholdName property.
|
void |
setRiskThresholdObjectId(Integer value)
Sets the value of the riskThresholdObjectId property.
|
void |
setScheduleRange(Double value)
Sets the value of the scheduleRange property.
|
void |
setThresholdType(String value)
Sets the value of the thresholdType property.
|
void |
setToleranceRange(Integer value)
Sets the value of the toleranceRange property.
|
protected String code
protected String color
protected Double costRange
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer level
protected String name
protected Integer objectId
protected Double probabilityRange
protected String range
protected String riskThresholdName
protected Integer riskThresholdObjectId
protected Double scheduleRange
protected String thresholdType
protected Integer toleranceRange
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getColor()
String
public void setColor(String value)
value
- allowed object is
String
public Double getCostRange()
String
public void setCostRange(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 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 Integer getLevel()
Integer
public void setLevel(Integer value)
value
- allowed object is
Integer
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 getProbabilityRange()
String
public void setProbabilityRange(Double value)
value
- allowed object is
String
public String getRange()
String
public void setRange(String value)
value
- allowed object is
String
public String getRiskThresholdName()
String
public void setRiskThresholdName(String value)
value
- allowed object is
String
public Integer getRiskThresholdObjectId()
Integer
public void setRiskThresholdObjectId(Integer value)
value
- allowed object is
Integer
public Double getScheduleRange()
String
public void setScheduleRange(Double value)
value
- allowed object is
String
public String getThresholdType()
String
public void setThresholdType(String value)
value
- allowed object is
String
public Integer getToleranceRange()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.