| java.lang.Object | |
| ↳ | com.emc.documentum.fs.rt.services.GetStatus |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| activityInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the activityInfo property.
| |||||||||||
Sets the value of the activityInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the activityInfo property.
ActivityInfo
Sets the value of the activityInfo property.
| value | Allowed object is
ActivityInfo
|
|---|