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