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