Class UserGroupSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.UserGroupSoapRow
A list of User Groups, with group identifier.
Change History
Release: 6.1
- Renamed from GroupSoapList.
- Since:
- 6.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'description'.Returns 'fullName'.getId()
Returns 'id'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDescription
(String description) Sets 'description'.void
setFullName
(String fullName) Sets 'fullName'.void
Sets 'id'.
-
Constructor Details
-
UserGroupSoapRow
public UserGroupSoapRow()
-
-
Method Details
-
getFullName
Returns 'fullName'. User roup's full name.- Returns:
- Value of 'fullName'.
-
setFullName
Sets 'fullName'. User roup's full name.- Parameters:
fullName
- Value of 'fullName'.
-
getDescription
Returns 'description'. Group's description.- Returns:
- Value of 'description'.
-
setDescription
Sets 'description'. Group's description.- Parameters:
description
- Value of 'description'.
-
getId
Returns 'id'. Group's identifier.- Returns:
- Value of 'id'.
-
setId
Sets 'id'. Group's identifier.- Parameters:
id
- Value of 'id'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-