public class GetCheckerSubcategoriesForProject extends Object
Java class for getCheckerSubcategoriesForProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getCheckerSubcategoriesForProject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="projectId" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProjectIdDataObj |
projectId |
| Constructor and Description |
|---|
GetCheckerSubcategoriesForProject() |
| Modifier and Type | Method and Description |
|---|---|
ProjectIdDataObj |
getProjectId()
Gets the value of the projectId property.
|
void |
setProjectId(ProjectIdDataObj value)
Sets the value of the projectId property.
|
protected ProjectIdDataObj projectId
public ProjectIdDataObj getProjectId()
ProjectIdDataObjpublic void setProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.