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