public class

GetStatusResponse

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

Class Overview

Java class for getStatusResponse complex type.

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

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

Summary

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

Fields

protected ProgressInfo _return

Public Constructors

public GetStatusResponse ()

Public Methods

public ProgressInfo getReturn ()

Gets the value of the return property.

Returns

public void setReturn (ProgressInfo value)

Sets the value of the return property.

Parameters
value Allowed object is ProgressInfo