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