Class WsDeleteMemberLiteResult
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsDeleteMemberLiteResult
Result of one subject being deleted from a group. The number of
subjects will equal the number of subjects sent in to the method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]attributes of subjects returned, in same order as the datagroup assigned tovoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) voidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup theWsGroupLookupAssigned) group assigned tovoidsetWsSubject(WsSubject wsSubject1)
-
Constructor Details
-
WsDeleteMemberLiteResult
public WsDeleteMemberLiteResult()constructor
-
-
Method Details
-
getResultMetadata
- Returns:
- the resultMetadata
-
getWsSubject
- Returns:
- the wsSubject
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-
setWsSubject
- Parameters:
wsSubject1- the wsSubject to set
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsGroup
group assigned to- Returns:
- the wsGroupLookup
-
setWsGroup
group assigned to- Parameters:
theWsGroupLookupAssigned- the wsGroupLookup 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
-