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