edu.internet2.middleware.grouperClient.ws.beans
Class WsDeleteMemberResults

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsDeleteMemberResults
All Implemented Interfaces:
ResultMetadataHolder, WsResponseBean

public class WsDeleteMemberResults
extends java.lang.Object
implements WsResponseBean, ResultMetadataHolder

 results for the delete member call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 GROUP_NOT_FOUND: cant find the group
 GROUP_DUPLICATE: found multiple groups
 

Author:
mchyzer

Constructor Summary
WsDeleteMemberResults()
           
 
Method Summary
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 WsDeleteMemberResult[] getResults()
          results for each assignment sent in
 java.lang.String[] getSubjectAttributeNames()
          attributes of subjects returned, in same order as the data
 WsGroup getWsGroup()
          group assigned to
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setResults(WsDeleteMemberResult[] results1)
          results for each assignment sent in
 void setSubjectAttributeNames(java.lang.String[] attributeNamesa)
          attributes of subjects returned, in same order as the data
 void setWsGroup(WsGroup theWsGroupLookupAssigned)
          group assigned to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsDeleteMemberResults

public WsDeleteMemberResults()
Method Detail

getResults

public WsDeleteMemberResult[] getResults()
results for each assignment sent in

Returns:
the results

setResults

public void setResults(WsDeleteMemberResult[] results1)
results for each assignment sent in

Parameters:
results1 - the results to set

getWsGroup

public WsGroup getWsGroup()
group assigned to

Returns:
the wsGroupLookup

setWsGroup

public void setWsGroup(WsGroup theWsGroupLookupAssigned)
group assigned to

Parameters:
theWsGroupLookupAssigned - the wsGroupLookup to set

getResultMetadata

public WsResultMeta getResultMetadata()
Description copied from interface: WsResponseBean
get the result metadata

Specified by:
getResultMetadata in interface ResultMetadataHolder
Specified by:
getResultMetadata in interface WsResponseBean
Returns:
the resultMetadata

setResultMetadata

public void setResultMetadata(WsResultMeta resultMetadata1)
Parameters:
resultMetadata1 - the resultMetadata to set

getResponseMetadata

public WsResponseMeta getResponseMetadata()
Description copied from interface: WsResponseBean
get the response metadata

Specified by:
getResponseMetadata in interface WsResponseBean
Returns:
the response metadata
See Also:
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()

setResponseMetadata

public void setResponseMetadata(WsResponseMeta responseMetadata1)
Parameters:
responseMetadata1 - the responseMetadata to set

getSubjectAttributeNames

public java.lang.String[] getSubjectAttributeNames()
attributes of subjects returned, in same order as the data

Returns:
the attributeNames

setSubjectAttributeNames

public void setSubjectAttributeNames(java.lang.String[] attributeNamesa)
attributes of subjects returned, in same order as the data

Parameters:
attributeNamesa - the attributeNames to set