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