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="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 Date |
createDate |
protected String |
createUser |
protected Date |
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 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.
|
Date |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
Date |
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.
|
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(Date value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(Date 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 |
setToleranceRange(Integer value)
Sets the value of the toleranceRange property.
|
protected String code
protected String color
protected Double costRange
protected Date createDate
protected String createUser
protected Date 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 Integer toleranceRange
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic Double getCostRange()
Doublepublic void setCostRange(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 getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic 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 getProbabilityRange()
Doublepublic void setProbabilityRange(Double value)
value - allowed object is
Doublepublic String getRange()
Stringpublic void setRange(String value)
value - allowed object is
Stringpublic String getRiskThresholdName()
Stringpublic void setRiskThresholdName(String value)
value - allowed object is
Stringpublic Integer getRiskThresholdObjectId()
Integerpublic void setRiskThresholdObjectId(Integer value)
value - allowed object is
Integerpublic Double getScheduleRange()
Doublepublic void setScheduleRange(Double value)
value - allowed object is
Doublepublic Integer getToleranceRange()
IntegerCopyright © 2013. All Rights Reserved.