public class CheckerPropertyDataObj extends Object
Java class for checkerPropertyDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkerPropertyDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="categoryDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="checkerSubcategoryId" type="{http://ws.coverity.com/v5}checkerSubcategoryIdDataObj" minOccurs="0"/>
<element name="cweCategory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventSet0Caption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventSet1Caption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eventSet2Caption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="impact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="impactDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subcategoryLocalEffect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subcategoryLongDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subcategoryShortDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryDescription |
protected CheckerSubcategoryIdDataObj |
checkerSubcategoryId |
protected String |
cweCategory |
protected String |
eventSet0Caption |
protected String |
eventSet1Caption |
protected String |
eventSet2Caption |
protected String |
impact |
protected String |
impactDescription |
protected String |
subcategoryLocalEffect |
protected String |
subcategoryLongDescription |
protected String |
subcategoryShortDescription |
| Constructor and Description |
|---|
CheckerPropertyDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getCategoryDescription()
Gets the value of the categoryDescription property.
|
CheckerSubcategoryIdDataObj |
getCheckerSubcategoryId()
Gets the value of the checkerSubcategoryId property.
|
String |
getCweCategory()
Gets the value of the cweCategory property.
|
String |
getEventSet0Caption()
Gets the value of the eventSet0Caption property.
|
String |
getEventSet1Caption()
Gets the value of the eventSet1Caption property.
|
String |
getEventSet2Caption()
Gets the value of the eventSet2Caption property.
|
String |
getImpact()
Gets the value of the impact property.
|
String |
getImpactDescription()
Gets the value of the impactDescription property.
|
String |
getSubcategoryLocalEffect()
Gets the value of the subcategoryLocalEffect property.
|
String |
getSubcategoryLongDescription()
Gets the value of the subcategoryLongDescription property.
|
String |
getSubcategoryShortDescription()
Gets the value of the subcategoryShortDescription property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setCategoryDescription(String value)
Sets the value of the categoryDescription property.
|
void |
setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
Sets the value of the checkerSubcategoryId property.
|
void |
setCweCategory(String value)
Sets the value of the cweCategory property.
|
void |
setEventSet0Caption(String value)
Sets the value of the eventSet0Caption property.
|
void |
setEventSet1Caption(String value)
Sets the value of the eventSet1Caption property.
|
void |
setEventSet2Caption(String value)
Sets the value of the eventSet2Caption property.
|
void |
setImpact(String value)
Sets the value of the impact property.
|
void |
setImpactDescription(String value)
Sets the value of the impactDescription property.
|
void |
setSubcategoryLocalEffect(String value)
Sets the value of the subcategoryLocalEffect property.
|
void |
setSubcategoryLongDescription(String value)
Sets the value of the subcategoryLongDescription property.
|
void |
setSubcategoryShortDescription(String value)
Sets the value of the subcategoryShortDescription property.
|
protected String category
protected String categoryDescription
protected CheckerSubcategoryIdDataObj checkerSubcategoryId
protected String cweCategory
protected String eventSet0Caption
protected String eventSet1Caption
protected String eventSet2Caption
protected String impact
protected String impactDescription
protected String subcategoryLocalEffect
protected String subcategoryLongDescription
protected String subcategoryShortDescription
public String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getCategoryDescription()
Stringpublic void setCategoryDescription(String value)
value - allowed object is
Stringpublic CheckerSubcategoryIdDataObj getCheckerSubcategoryId()
CheckerSubcategoryIdDataObjpublic void setCheckerSubcategoryId(CheckerSubcategoryIdDataObj value)
value - allowed object is
CheckerSubcategoryIdDataObjpublic String getCweCategory()
Stringpublic void setCweCategory(String value)
value - allowed object is
Stringpublic String getEventSet0Caption()
Stringpublic void setEventSet0Caption(String value)
value - allowed object is
Stringpublic String getEventSet1Caption()
Stringpublic void setEventSet1Caption(String value)
value - allowed object is
Stringpublic String getEventSet2Caption()
Stringpublic void setEventSet2Caption(String value)
value - allowed object is
Stringpublic String getImpact()
Stringpublic void setImpact(String value)
value - allowed object is
Stringpublic String getImpactDescription()
Stringpublic void setImpactDescription(String value)
value - allowed object is
Stringpublic String getSubcategoryLocalEffect()
Stringpublic void setSubcategoryLocalEffect(String value)
value - allowed object is
Stringpublic String getSubcategoryLongDescription()
Stringpublic void setSubcategoryLongDescription(String value)
value - allowed object is
Stringpublic String getSubcategoryShortDescription()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.