edu.internet2.middleware.grouperClient.ws.beans
Class WsFindAttributeDefNamesResults

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsFindAttributeDefNamesResults
All Implemented Interfaces:
ResultMetadataHolder, WsResponseBean

public class WsFindAttributeDefNamesResults
extends java.lang.Object
implements WsResponseBean, ResultMetadataHolder

returned from the attribute def name find query

Author:
mchyzer

Constructor Summary
WsFindAttributeDefNamesResults()
           
 
Method Summary
 WsAttributeDefName[] getAttributeDefNameResults()
          has 0 to many attribute def names that match the query by example
 WsAttributeDef[] getAttributeDefs()
          has 0 to many attribute defs related to the names that match the query
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 void setAttributeDefNameResults(WsAttributeDefName[] attributeDefNameResults1)
          basic results to the query
 void setAttributeDefs(WsAttributeDef[] attributeDefs1)
          has 0 to many attribute defs related to the names that match the query
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsFindAttributeDefNamesResults

public WsFindAttributeDefNamesResults()
Method Detail

getAttributeDefs

public WsAttributeDef[] getAttributeDefs()
has 0 to many attribute defs related to the names that match the query

Returns:
attribute defs

setAttributeDefs

public void setAttributeDefs(WsAttributeDef[] attributeDefs1)
has 0 to many attribute defs related to the names that match the query

Parameters:
attributeDefs1 -

getAttributeDefNameResults

public WsAttributeDefName[] getAttributeDefNameResults()
has 0 to many attribute def names that match the query by example

Returns:
the attribute def name Results

setAttributeDefNameResults

public void setAttributeDefNameResults(WsAttributeDefName[] attributeDefNameResults1)
basic results to the query

Parameters:
attributeDefNameResults1 - the groupResults to set

getResultMetadata

public WsResultMeta getResultMetadata()
Description copied from interface: WsResponseBean
get the result metadata

Specified by:
getResultMetadata in interface ResultMetadataHolder
Specified by:
getResultMetadata in interface WsResponseBean
Returns:
the resultMetadata

getResponseMetadata

public WsResponseMeta getResponseMetadata()
Description copied from interface: WsResponseBean
get the response metadata

Specified by:
getResponseMetadata in interface WsResponseBean
Returns:
the response metadata
See Also:
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()

setResponseMetadata

public void setResponseMetadata(WsResponseMeta responseMetadata1)
Parameters:
responseMetadata1 - the responseMetadata to set

setResultMetadata

public void setResultMetadata(WsResultMeta resultMetadata1)
Parameters:
resultMetadata1 - the resultMetadata to set