Class WsGetMembersLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsGetMembersLiteResult
results for the get members lite call. result code: code of the result for this group overall SUCCESS: means everything ok EXCEPTION: something bad happened etc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]attributes of subjects returned, in same order as the dataresults for each assignment sent invoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup wsGroup1) voidsetWsSubjects(WsSubject[] results1) results for each assignment sent in
-
Constructor Details
-
WsGetMembersLiteResult
public WsGetMembersLiteResult()empty
-
-
Method Details
-
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
-
getResultMetadata
- Returns:
- the resultMetadata
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsGroup
- Returns:
- the wsGroup
-
getWsSubjects
results for each assignment sent in- Returns:
- the results
-
setWsGroup
- Parameters:
wsGroup1- the wsGroup to set
-
setWsSubjects
results for each assignment sent in- Parameters:
results1- the results to set
-