public class UpdateFileResponse
extends java.lang.Object
Java class for updateFileResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateFileResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://result.apiservice.bullhorn.com/}apiUpdateFileResult" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ApiUpdateFileResult |
_return |
Constructor and Description |
---|
UpdateFileResponse() |
Modifier and Type | Method and Description |
---|---|
ApiUpdateFileResult |
getReturn()
Gets the value of the return property.
|
void |
setReturn(ApiUpdateFileResult value)
Sets the value of the return property.
|
protected ApiUpdateFileResult _return
public ApiUpdateFileResult getReturn()
ApiUpdateFileResult
public void setReturn(ApiUpdateFileResult value)
value
- allowed object is
ApiUpdateFileResult