public class WsHasMemberLiteResult extends Object
results for the has 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 and Description |
|---|
WsHasMemberLiteResult()
construct from results of other
|
| Modifier and Type | Method and Description |
|---|---|
WsResponseMeta |
getResponseMetadata() |
WsResultMeta |
getResultMetadata() |
WsHasMemberResult[] |
getResults()
results for each assignment sent in
|
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data
|
WsGroup |
getWsGroup() |
WsSubject |
getWsSubject() |
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) |
void |
setWsSubject(WsSubject wsSubjectResult1) |
public WsHasMemberLiteResult()
public WsHasMemberResult[] getResults()
public void setResults(WsHasMemberResult[] results1)
results1 - the results to setpublic WsGroup getWsGroup()
public void setWsGroup(WsGroup wsGroup1)
wsGroup1 - the wsGroup to setpublic WsResultMeta getResultMetadata()
public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa - the attributeNames to setpublic WsResponseMeta getResponseMetadata()
WsResponseBean.getResponseMetadata()public void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1 - the responseMetadata to setpublic WsSubject getWsSubject()
public void setWsSubject(WsSubject wsSubjectResult1)
wsSubjectResult1 - the wsSubject to setpublic void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1 - the resultMetadata to setCopyright © 2016 Internet2. All rights reserved.