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