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