public class GetUserTemplateDataResponse
extends java.lang.Object
Java class for getUserTemplateDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserTemplateDataResponse"> <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 |
---|
GetUserTemplateDataResponse() |
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 ApiGetEntityTemplateDataResult getReturn()
ApiGetEntityTemplateDataResult
public void setReturn(ApiGetEntityTemplateDataResult value)
value
- allowed object is
ApiGetEntityTemplateDataResult