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