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