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