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

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

public class WsHasMemberResults
extends Object
implements WsResponseBean, ResultMetadataHolder

 results for the has member call.
 
 result code:
 code of the result for this group overall
 SUCCESS: means everything ok
 GROUP_DUPLICATE: found multiple groups
 etc
 

Author:
mchyzer

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

Constructor Detail

WsHasMemberResults

public WsHasMemberResults()
Method Detail

getResults

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

Returns:
the results

setResults

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

Parameters:
results1 - the results to set

getWsGroup

public WsGroup getWsGroup()
Returns:
the wsGroup

setWsGroup

public void setWsGroup(WsGroup wsGroup1)
Parameters:
wsGroup1 - the wsGroup 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 String[] getSubjectAttributeNames()
attributes of subjects returned, in same order as the data

Returns:
the attributeNames

setSubjectAttributeNames

public void setSubjectAttributeNames(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
See Also:
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()

setResponseMetadata

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

setResultMetadata

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