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