Class RoleClusterSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.rbac.RoleClusterSoapRow
-
public class RoleClusterSoapRow extends Object
A list of Role Cluster.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description RoleClusterSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFolderId()Returns 'folderId'.StringgetOperationClusterName()Returns 'operationClusterName'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetFolderId(String folderId)Sets 'folderId'.voidsetOperationClusterName(String operationClusterName)Sets 'operationClusterName'.
-
-
-
Method Detail
-
getOperationClusterName
public String getOperationClusterName()
Returns 'operationClusterName'. The name of the operation cluster- Returns:
- Value of 'operationClusterName'.
-
setOperationClusterName
public void setOperationClusterName(String operationClusterName)
Sets 'operationClusterName'. The name of the operation cluster- Parameters:
operationClusterName- Value of 'operationClusterName'.
-
getFolderId
public String getFolderId()
Returns 'folderId'. The id of the folder that the cluster is applied to.- Returns:
- Value of 'folderId'.
-
setFolderId
public void setFolderId(String folderId)
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)
-
-