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