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