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