public class FileContentsDataObj extends Object
Java class for fileContentsDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fileContentsDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contents" type="{http://www.w3.org/2001/XMLSchema}base64Binary" 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 byte[] |
contents |
protected FileIdDataObj |
fileId |
| Constructor and Description |
|---|
FileContentsDataObj() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContents()
Gets the value of the contents property.
|
FileIdDataObj |
getFileId()
Gets the value of the fileId property.
|
void |
setContents(byte[] value)
Sets the value of the contents property.
|
void |
setFileId(FileIdDataObj value)
Sets the value of the fileId property.
|
protected byte[] contents
protected FileIdDataObj fileId
public byte[] getContents()
public void setContents(byte[] value)
value - allowed object is
byte[]public FileIdDataObj getFileId()
FileIdDataObjpublic void setFileId(FileIdDataObj value)
value - allowed object is
FileIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.