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