Class WsGetGroupsResults
java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsGetGroupsResults
results for the get groups call. result code: code of the result for this group overall SUCCESS: means everything ok EXCEPTION: something bad happened etc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresults for each assignment sent inString[]
attributes of subjects returned, in same order as the datavoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setResults
(WsGetGroupsResult[] results1) results for each assignment sent invoid
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the data
-
Constructor Details
-
WsGetGroupsResults
public WsGetGroupsResults()
-
-
Method Details
-
getResults
results for each assignment sent in- Returns:
- the results
-
setResults
results for each assignment sent in- Parameters:
results1
- the results to set
-
getResultMetadata
- Returns:
- the resultMetadata
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes 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
-