Class UserGroupSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.UserGroupSoapRow
-
public class UserGroupSoapRow extends Object
A list of User Groups, with group identifier.Change HistoryRelease: 6.1- Renamed from GroupSoapList.
- Since:
- 6.1
-
-
Constructor Summary
Constructors Constructor Description UserGroupSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns 'description'.StringgetFullName()Returns 'fullName'.StringgetId()Returns 'id'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDescription(String description)Sets 'description'.voidsetFullName(String fullName)Sets 'fullName'.voidsetId(String id)Sets 'id'.
-
-
-
Method Detail
-
getFullName
public String getFullName()
Returns 'fullName'. User roup's full name.- Returns:
- Value of 'fullName'.
-
setFullName
public void setFullName(String fullName)
Sets 'fullName'. User roup's full name.- Parameters:
fullName- Value of 'fullName'.
-
getDescription
public String getDescription()
Returns 'description'. Group's description.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. Group's description.- Parameters:
description- Value of 'description'.
-
getId
public String getId()
Returns 'id'. Group's identifier.- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'. Group's identifier.- Parameters:
id- Value of 'id'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-