public class ApiGetFileResult extends ApiResult
Java class for apiGetFileResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetFileResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="fileData" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
fileData |
Constructor and Description |
---|
ApiGetFileResult() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getFileData()
Gets the value of the fileData property.
|
void |
setFileData(byte[] value)
Sets the value of the fileData property.
|
getSession, setSession