public class WsGetGroupsResults extends Object
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 and Description |
|---|
WsGetGroupsResults() |
| Modifier and Type | Method and Description |
|---|---|
WsResponseMeta |
getResponseMetadata() |
WsResultMeta |
getResultMetadata() |
WsGetGroupsResult[] |
getResults()
results for each assignment sent in
|
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data
|
void |
setResponseMetadata(WsResponseMeta responseMetadata1) |
void |
setResultMetadata(WsResultMeta resultMetadata1) |
void |
setResults(WsGetGroupsResult[] results1)
results for each assignment sent in
|
void |
setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data
|
public WsGetGroupsResult[] getResults()
public void setResults(WsGetGroupsResult[] results1)
results1 - the results to setpublic WsResultMeta getResultMetadata()
public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa - the attributeNames to setpublic WsResponseMeta getResponseMetadata()
WsResponseBean.getResponseMetadata()public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1 - the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1 - the responseMetadata to setCopyright © 2016 Internet2. All rights reserved.