Class WsGetMembershipsResults
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsGetMembershipsResults
results for the get memberships call, or the get memberships lite call result code: code of the result for this group overall SUCCESS: means everything ok GROUP_NOT_FOUND: cant find the group INVALID_QUERY: bad inputs EXCEPTION: something bad happened
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]attributes of subjects returned, in same order as the dataattributeDefs that are in the resultsWsGroup[]results for each assignment sent inWsStem[]stems that are in the resultssubjects that are in the resultsvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) result metadatavoidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1) attributeDefs that are in the resultsvoidsetWsGroups(WsGroup[] wsGroup1) voidsetWsMemberships(WsMembership[] results1) results for each assignment sent invoidsetWsStems(WsStem[] wsStems1) stems that are in the resultsvoidsetWsSubjects(WsSubject[] wsSubjects1) subjects that are in the results
-
Constructor Details
-
WsGetMembershipsResults
public WsGetMembershipsResults()
-
-
Method Details
-
setResultMetadata
result metadata- Parameters:
resultMetadata1-
-
getWsAttributeDefs
attributeDefs that are in the results- Returns:
- attributeDefs
-
setWsAttributeDefs
attributeDefs that are in the results- Parameters:
wsAttributeDefs1-
-
getWsStems
stems that are in the results- Returns:
- stems
-
setWsStems
stems that are in the results- Parameters:
wsStems1-
-
getWsSubjects
subjects that are in the results- Returns:
- the subjects
-
setWsSubjects
subjects that are in the results- Parameters:
wsSubjects1-
-
getWsMemberships
results for each assignment sent in- Returns:
- the results
-
setWsMemberships
results for each assignment sent in- Parameters:
results1- the results to set
-
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
-
getWsGroups
- Returns:
- the wsGroups
-
setWsGroups
- Parameters:
wsGroup1- the wsGroups to set
-
getResultMetadata
- Returns:
- the resultMetadata
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-