public class StreamSnapshotFilterSpecDataObj extends Object
Java class for streamSnapshotFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamSnapshotFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snapshotIdIncludeList" type="{http://ws.coverity.com/v5}snapshotIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="snapshotIdExcludeList" type="{http://ws.coverity.com/v5}snapshotIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="streamId" type="{http://ws.coverity.com/v5}streamIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SnapshotIdDataObj> |
snapshotIdExcludeList |
protected List<SnapshotIdDataObj> |
snapshotIdIncludeList |
protected StreamIdDataObj |
streamId |
| Constructor and Description |
|---|
StreamSnapshotFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotIdDataObj> |
getSnapshotIdExcludeList()
Gets the value of the snapshotIdExcludeList property.
|
List<SnapshotIdDataObj> |
getSnapshotIdIncludeList()
Gets the value of the snapshotIdIncludeList property.
|
StreamIdDataObj |
getStreamId()
Gets the value of the streamId property.
|
void |
setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
protected List<SnapshotIdDataObj> snapshotIdIncludeList
protected List<SnapshotIdDataObj> snapshotIdExcludeList
protected StreamIdDataObj streamId
public List<SnapshotIdDataObj> getSnapshotIdIncludeList()
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 snapshotIdIncludeList property.
For example, to add a new item, do as follows:
getSnapshotIdIncludeList().add(newItem);
Objects of the following type(s) are allowed in the list
SnapshotIdDataObj
public List<SnapshotIdDataObj> getSnapshotIdExcludeList()
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 snapshotIdExcludeList property.
For example, to add a new item, do as follows:
getSnapshotIdExcludeList().add(newItem);
Objects of the following type(s) are allowed in the list
SnapshotIdDataObj
public StreamIdDataObj getStreamId()
StreamIdDataObjpublic void setStreamId(StreamIdDataObj value)
value - allowed object is
StreamIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.