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

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

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

 results for the add 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
WsAddMemberResults()
           
 
Method Summary
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 WsAddMemberResult[] getResults()
          results for each assignment sent in
 java.lang.String[] getSubjectAttributeNames()
          attributes of subjects returned, in same order as the data
 WsGroup getWsGroupAssigned()
          group assigned to
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setResults(WsAddMemberResult[] results1)
          results for each assignment sent in
 void setSubjectAttributeNames(java.lang.String[] attributeNamesa)
          attributes of subjects returned, in same order as the data
 void setWsGroupAssigned(WsGroup theWsGroupLookupAssigned)
          group assigned to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAddMemberResults

public WsAddMemberResults()
Method Detail

getResults

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

Returns:
the results

setResults

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

Parameters:
results1 - the results to set

getWsGroupAssigned

public WsGroup getWsGroupAssigned()
group assigned to

Returns:
the wsGroupLookup

setWsGroupAssigned

public void setWsGroupAssigned(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

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

getResponseMetadata

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

Specified by:
getResponseMetadata in interface WsResponseBean
Returns:
the response metadata

setResultMetadata

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

setResponseMetadata

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