Class WsFindAttributeDefsResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsFindAttributeDefsResults
- All Implemented Interfaces:
ResultMetadataHolder,WsResponseBean
public class WsFindAttributeDefsResults
extends Object
implements WsResponseBean, ResultMetadataHolder
returned from the attribute def find query
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhas 0 to many attribute defs that match the query by exampleget the response metadataget the result metadatavoidsetAttributeDefNameResults(WsAttributeDef[] attributeDefResults1) basic results to the queryvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1)
-
Constructor Details
-
WsFindAttributeDefsResults
public WsFindAttributeDefsResults()
-
-
Method Details
-
getAttributeDefResults
has 0 to many attribute defs that match the query by example- Returns:
- the attribute defs Results
-
setAttributeDefNameResults
basic results to the query- Parameters:
attributeDefResults1- the groupResults to set
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceResultMetadataHolder- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
setResultMetadata
- Parameters:
resultMetadata1- the resultMetadata to set
-