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