Class WsHasMemberLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsHasMemberLiteResult
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 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
(WsHasMemberResult[] results1) results for each assignment sent invoid
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoid
setWsGroup
(WsGroup wsGroup1) void
setWsSubject
(WsSubject wsSubjectResult1)
-
Constructor Details
-
WsHasMemberLiteResult
public WsHasMemberLiteResult()construct from results of other
-
-
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
-
getWsGroup
- Returns:
- the wsGroup
-
setWsGroup
- Parameters:
wsGroup1
- the wsGroup 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:
-
setResponseMetadata
- Parameters:
responseMetadata1
- the responseMetadata to set
-
getWsSubject
- Returns:
- the wsSubject
-
setWsSubject
- Parameters:
wsSubjectResult1
- the wsSubject to set
-
setResultMetadata
- Parameters:
resultMetadata1
- the resultMetadata to set
-