public class GetFileContents extends Object
Java class for getFileContents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getFileContents">
<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="fileId" type="{http://ws.coverity.com/v5}fileIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileIdDataObj |
fileId |
protected StreamIdDataObj |
streamId |
| Constructor and Description |
|---|
GetFileContents() |
| Modifier and Type | Method and Description |
|---|---|
FileIdDataObj |
getFileId()
Gets the value of the fileId property.
|
StreamIdDataObj |
getStreamId()
Gets the value of the streamId property.
|
void |
setFileId(FileIdDataObj value)
Sets the value of the fileId property.
|
void |
setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
protected StreamIdDataObj streamId
protected FileIdDataObj fileId
public StreamIdDataObj getStreamId()
StreamIdDataObjpublic void setStreamId(StreamIdDataObj value)
value - allowed object is
StreamIdDataObjpublic FileIdDataObj getFileId()
FileIdDataObjpublic void setFileId(FileIdDataObj value)
value - allowed object is
FileIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.