Class RoleClusterSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.rbac.RoleClusterSoapRow
A list of Role Cluster.
- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'folderId'.Returns 'operationClusterName'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setFolderId
(String folderId) Sets 'folderId'.void
setOperationClusterName
(String operationClusterName) Sets 'operationClusterName'.
-
Constructor Details
-
RoleClusterSoapRow
public RoleClusterSoapRow()
-
-
Method Details
-
getOperationClusterName
Returns 'operationClusterName'. The name of the operation cluster- Returns:
- Value of 'operationClusterName'.
-
setOperationClusterName
Sets 'operationClusterName'. The name of the operation cluster- Parameters:
operationClusterName
- Value of 'operationClusterName'.
-
getFolderId
Returns 'folderId'. The id of the folder that the cluster is applied to.- Returns:
- Value of 'folderId'.
-
setFolderId
Sets 'folderId'. The id of the folder that the cluster is applied to.- Parameters:
folderId
- Value of 'folderId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-