public class

ActivityInfo

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.content.ActivityInfo

Class Overview

Java class for ActivityInfo complex type.

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

 <complexType name="ActivityInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="sessionId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="initiatorSessionId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="activityId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="autoCloseConnection" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="closed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="targetDeploymentId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="initiatorDeploymentId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String activityId
protected boolean autoCloseConnection
protected boolean closed
protected String initiatorDeploymentId
protected String initiatorSessionId
protected String sessionId
protected String targetDeploymentId
Public Constructors
ActivityInfo()
Public Methods
String getActivityId()
Gets the value of the activityId property.
String getInitiatorDeploymentId()
Gets the value of the initiatorDeploymentId property.
String getInitiatorSessionId()
Gets the value of the initiatorSessionId property.
String getSessionId()
Gets the value of the sessionId property.
String getTargetDeploymentId()
Gets the value of the targetDeploymentId property.
boolean isAutoCloseConnection()
Gets the value of the autoCloseConnection property.
boolean isClosed()
Gets the value of the closed property.
void setActivityId(String value)
Sets the value of the activityId property.
void setAutoCloseConnection(boolean value)
Sets the value of the autoCloseConnection property.
void setClosed(boolean value)
Sets the value of the closed property.
void setInitiatorDeploymentId(String value)
Sets the value of the initiatorDeploymentId property.
void setInitiatorSessionId(String value)
Sets the value of the initiatorSessionId property.
void setSessionId(String value)
Sets the value of the sessionId property.
void setTargetDeploymentId(String value)
Sets the value of the targetDeploymentId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String activityId

protected boolean autoCloseConnection

protected boolean closed

protected String initiatorDeploymentId

protected String initiatorSessionId

protected String sessionId

protected String targetDeploymentId

Public Constructors

public ActivityInfo ()

Public Methods

public String getActivityId ()

Gets the value of the activityId property.

Returns
  • possible object is String

public String getInitiatorDeploymentId ()

Gets the value of the initiatorDeploymentId property.

Returns
  • possible object is String

public String getInitiatorSessionId ()

Gets the value of the initiatorSessionId property.

Returns
  • possible object is String

public String getSessionId ()

Gets the value of the sessionId property.

Returns
  • possible object is String

public String getTargetDeploymentId ()

Gets the value of the targetDeploymentId property.

Returns
  • possible object is String

public boolean isAutoCloseConnection ()

Gets the value of the autoCloseConnection property.

public boolean isClosed ()

Gets the value of the closed property.

public void setActivityId (String value)

Sets the value of the activityId property.

Parameters
value Allowed object is String

public void setAutoCloseConnection (boolean value)

Sets the value of the autoCloseConnection property.

Parameters
value

public void setClosed (boolean value)

Sets the value of the closed property.

Parameters
value

public void setInitiatorDeploymentId (String value)

Sets the value of the initiatorDeploymentId property.

Parameters
value Allowed object is String

public void setInitiatorSessionId (String value)

Sets the value of the initiatorSessionId property.

Parameters
value Allowed object is String

public void setSessionId (String value)

Sets the value of the sessionId property.

Parameters
value Allowed object is String

public void setTargetDeploymentId (String value)

Sets the value of the targetDeploymentId property.

Parameters
value Allowed object is String