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