public class CreateStreamInProject extends Object
Java class for createStreamInProject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createStreamInProject">
<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="streamSpec" type="{http://ws.coverity.com/v5}streamSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProjectIdDataObj |
projectId |
protected StreamSpecDataObj |
streamSpec |
| Constructor and Description |
|---|
CreateStreamInProject() |
| Modifier and Type | Method and Description |
|---|---|
ProjectIdDataObj |
getProjectId()
Gets the value of the projectId property.
|
StreamSpecDataObj |
getStreamSpec()
Gets the value of the streamSpec property.
|
void |
setProjectId(ProjectIdDataObj value)
Sets the value of the projectId property.
|
void |
setStreamSpec(StreamSpecDataObj value)
Sets the value of the streamSpec property.
|
protected ProjectIdDataObj projectId
protected StreamSpecDataObj streamSpec
public ProjectIdDataObj getProjectId()
ProjectIdDataObjpublic void setProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic StreamSpecDataObj getStreamSpec()
StreamSpecDataObjpublic void setStreamSpec(StreamSpecDataObj value)
value - allowed object is
StreamSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.