public class

GetStatus

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

Class Overview

Java class for getStatus complex type.

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

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

Summary

Fields
protected ActivityInfo activityInfo
Public Constructors
GetStatus()
Public Methods
ActivityInfo getActivityInfo()
Gets the value of the activityInfo property.
void setActivityInfo(ActivityInfo value)
Sets the value of the activityInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ActivityInfo activityInfo

Public Constructors

public GetStatus ()

Public Methods

public ActivityInfo getActivityInfo ()

Gets the value of the activityInfo property.

Returns

public void setActivityInfo (ActivityInfo value)

Sets the value of the activityInfo property.

Parameters
value Allowed object is ActivityInfo