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