Class MonitoringUserSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.monitoring.MonitoringUserSoapRow
-
public class MonitoringUserSoapRow extends Object
MonitoringUserSoapList is used to get a list of monitoring users..- Since:
- 16.3
-
-
Constructor Summary
Constructors Constructor Description MonitoringUserSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Returns 'email'.StringgetFullName()Returns 'fullName'.StringgetUserName()Returns 'userName'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetEmail(String email)Sets 'email'.voidsetFullName(String fullName)Sets 'fullName'.voidsetUserName(String userName)Sets 'userName'.
-
-
-
Method Detail
-
getUserName
public String getUserName()
Returns 'userName'. The username of the user- Returns:
- Value of 'userName'.
-
setUserName
public void setUserName(String userName)
Sets 'userName'. The username of the user- Parameters:
userName- Value of 'userName'.
-
getFullName
public String getFullName()
Returns 'fullName'. The full name of the user- Returns:
- Value of 'fullName'.
-
setFullName
public void setFullName(String fullName)
Sets 'fullName'. The full name of the user- Parameters:
fullName- Value of 'fullName'.
-
getEmail
public String getEmail()
Returns 'email'. The email address of the user- Returns:
- Value of 'email'.
-
setEmail
public void setEmail(String email)
Sets 'email'. The email address of the user- Parameters:
email- Value of 'email'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-