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