public class

LookupResponse

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.rt.services.LookupResponse

Class Overview

Java class for lookupResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="lookupResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://context.core.datamodel.fs.documentum.emc.com/}ServiceContext" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ServiceContext _return
Public Constructors
LookupResponse()
Public Methods
ServiceContext getReturn()
Gets the value of the return property.
void setReturn(ServiceContext value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ServiceContext _return

Public Constructors

public LookupResponse ()

Public Methods

public ServiceContext getReturn ()

Gets the value of the return property.

Returns

public void setReturn (ServiceContext value)

Sets the value of the return property.

Parameters
value Allowed object is ServiceContext