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