com.vasoftware.sf.soap44.webservices.rbac
Class RoleClusterSoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.rbac.RoleClusterSoapRow

public class RoleClusterSoapRow
extends java.lang.Object

A list of Role Cluster.

Since:
4.4

Constructor Summary
RoleClusterSoapRow()
           
 
Method Summary
 java.lang.String getFolderId()
          Returns 'folderId'.
 java.lang.String getOperationClusterName()
          Returns 'operationClusterName'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setFolderId(java.lang.String folderId)
          Sets 'folderId'.
 void setOperationClusterName(java.lang.String operationClusterName)
          Sets 'operationClusterName'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleClusterSoapRow

public RoleClusterSoapRow()
Method Detail

getOperationClusterName

public java.lang.String getOperationClusterName()
Returns 'operationClusterName'. The name of the operation cluster

Returns:
Value of 'operationClusterName'.

setOperationClusterName

public void setOperationClusterName(java.lang.String operationClusterName)
Sets 'operationClusterName'. The name of the operation cluster

Parameters:
operationClusterName - Value of 'operationClusterName'.

getFolderId

public java.lang.String getFolderId()
Returns 'folderId'. The id of the folder that the cluster is applied to. If empty, then the cluster is applied to all folders of the correct type.

Returns:
Value of 'folderId'.

setFolderId

public void setFolderId(java.lang.String folderId)
Sets 'folderId'. The id of the folder that the cluster is applied to. If empty, then the cluster is applied to all folders of the correct type.

Parameters:
folderId - Value of 'folderId'.

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)