public class

CallInfo

extends Object
java.lang.Object
   ↳ com.clarizen.api.CallInfo

Class Overview

Java class for CallInfo complex type.

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

 <complexType name="CallInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Activity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String activity
protected String module
Public Constructors
CallInfo()
Public Methods
String getActivity()
Gets the value of the activity property.
String getModule()
Gets the value of the module property.
void setActivity(String value)
Sets the value of the activity property.
void setModule(String value)
Sets the value of the module property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String activity

protected String module

Public Constructors

public CallInfo ()

Public Methods

public String getActivity ()

Gets the value of the activity property.

Returns
  • possible object is String

public String getModule ()

Gets the value of the module property.

Returns
  • possible object is String

public void setActivity (String value)

Sets the value of the activity property.

Parameters
value Allowed object is String

public void setModule (String value)

Sets the value of the module property.

Parameters
value Allowed object is String