public class CheckerPropertyFilterSpecDataObj extends Object
Java class for checkerPropertyFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkerPropertyFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="checkerNameList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="subcategoryList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="domainList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="categoryList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="cweCategoryList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="impactList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="projectId" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
categoryList |
protected List<String> |
checkerNameList |
protected List<String> |
cweCategoryList |
protected List<String> |
domainList |
protected List<String> |
impactList |
protected ProjectIdDataObj |
projectId |
protected List<String> |
subcategoryList |
| Constructor and Description |
|---|
CheckerPropertyFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategoryList()
Gets the value of the categoryList property.
|
List<String> |
getCheckerNameList()
Gets the value of the checkerNameList property.
|
List<String> |
getCweCategoryList()
Gets the value of the cweCategoryList property.
|
List<String> |
getDomainList()
Gets the value of the domainList property.
|
List<String> |
getImpactList()
Gets the value of the impactList property.
|
ProjectIdDataObj |
getProjectId()
Gets the value of the projectId property.
|
List<String> |
getSubcategoryList()
Gets the value of the subcategoryList property.
|
void |
setProjectId(ProjectIdDataObj value)
Sets the value of the projectId property.
|
protected ProjectIdDataObj projectId
public List<String> getCheckerNameList()
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 JAXB object.
This is why there is not a set method for the checkerNameList property.
For example, to add a new item, do as follows:
getCheckerNameList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSubcategoryList()
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 JAXB object.
This is why there is not a set method for the subcategoryList property.
For example, to add a new item, do as follows:
getSubcategoryList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getDomainList()
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 JAXB object.
This is why there is not a set method for the domainList property.
For example, to add a new item, do as follows:
getDomainList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCategoryList()
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 JAXB object.
This is why there is not a set method for the categoryList property.
For example, to add a new item, do as follows:
getCategoryList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCweCategoryList()
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 JAXB object.
This is why there is not a set method for the cweCategoryList property.
For example, to add a new item, do as follows:
getCweCategoryList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getImpactList()
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 JAXB object.
This is why there is not a set method for the impactList property.
For example, to add a new item, do as follows:
getImpactList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ProjectIdDataObj getProjectId()
ProjectIdDataObjpublic void setProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.