Class WsAddMemberResults
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_1.WsAddMemberResults
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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionresults for each assignment sent inString[]attributes of subjects returned, in same order as the datagroup assigned tovoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetResults(WsAddMemberResult[] results1) results for each assignment sent invoidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroupAssigned(WsGroup theWsGroupLookupAssigned) group assigned to
- 
Constructor Details- 
WsAddMemberResultspublic WsAddMemberResults()
 
- 
- 
Method Details- 
getResultsresults for each assignment sent in- Returns:
- the results
 
- 
setResultsresults for each assignment sent in- Parameters:
- results1- the results to set
 
- 
getWsGroupAssignedgroup assigned to- Returns:
- the wsGroupLookup
 
- 
setWsGroupAssignedgroup assigned to- Parameters:
- theWsGroupLookupAssigned- the wsGroupLookup to set
 
- 
getResultMetadata- Returns:
- the resultMetadata
 
- 
getSubjectAttributeNamesattributes of subjects returned, in same order as the data- Returns:
- the attributeNames
 
- 
setSubjectAttributeNamesattributes of subjects returned, in same order as the data- Parameters:
- attributeNamesa- the attributeNames to set
 
- 
getResponseMetadata- Returns:
- the response metadata
- See Also:
 
- 
setResultMetadata- Parameters:
- resultMetadata1- the resultMetadata to set
 
- 
setResponseMetadata- Parameters:
- responseMetadata1- the responseMetadata to set
 
 
-