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

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

public class WsGetAttributeAssignmentsResults
extends Object
implements WsResponseBean, ResultMetadataHolder

 results for the get attributeAssignments call.
 
 result code:
 code of the result for this attribute assignment overall
 SUCCESS: means everything ok
 ATTRIBUTE_DEF_NAME_NOT_FOUND: cant find the group
 ATTRIBUTE_DEF_NOT_FOUND: cant find the group
 INVALID_QUERY: bad inputs
 EXCEPTION: something bad happened
 

Author:
mchyzer

Constructor Summary
WsGetAttributeAssignmentsResults()
           
 
Method Summary
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 String[] getSubjectAttributeNames()
          attributes of subjects returned, in same order as the data
 WsAttributeAssign[] getWsAttributeAssigns()
          the assignments being queried
 WsAttributeDefName[] getWsAttributeDefNames()
          attribute def names referenced in the assignments or inputs (and able to read)
 WsAttributeDef[] getWsAttributeDefs()
          attribute def references in the assignments or inputs (and able to be read)
 WsGroup[] getWsGroups()
           
 WsMembership[] getWsMemberships()
          results for each assignment sent in
 WsStem[] getWsStems()
          stems that are in the results
 WsSubject[] getWsSubjects()
          subjects that are in the results
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setSubjectAttributeNames(String[] attributeNamesa)
          attributes of subjects returned, in same order as the data
 void setWsAttributeAssigns(WsAttributeAssign[] wsAttributeAssigns1)
          the assignments being queried
 void setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
          attribute def names referenced in the assignments or inputs (and able to read)
 void setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
          attribute def references in the assignments or inputs (and able to be read)
 void setWsGroups(WsGroup[] wsGroup1)
           
 void setWsMemberships(WsMembership[] results1)
          results for each assignment sent in
 void setWsStems(WsStem[] wsStems1)
          stems that are in the results
 void setWsSubjects(WsSubject[] wsSubjects1)
          subjects that are in the results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGetAttributeAssignmentsResults

public WsGetAttributeAssignmentsResults()
Method Detail

getWsAttributeDefs

public WsAttributeDef[] getWsAttributeDefs()
attribute def references in the assignments or inputs (and able to be read)

Returns:
attribute defs

setWsAttributeDefs

public void setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
attribute def references in the assignments or inputs (and able to be read)

Parameters:
wsAttributeDefs1 -

getWsAttributeDefNames

public WsAttributeDefName[] getWsAttributeDefNames()
attribute def names referenced in the assignments or inputs (and able to read)

Returns:
attribute def names

setWsAttributeDefNames

public void setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
attribute def names referenced in the assignments or inputs (and able to read)

Parameters:
wsAttributeDefNames1 -

getWsAttributeAssigns

public WsAttributeAssign[] getWsAttributeAssigns()
the assignments being queried

Returns:
the assignments being queried

setWsAttributeAssigns

public void setWsAttributeAssigns(WsAttributeAssign[] wsAttributeAssigns1)
the assignments being queried

Parameters:
wsAttributeAssigns1 -

getSubjectAttributeNames

public String[] getSubjectAttributeNames()
attributes of subjects returned, in same order as the data

Returns:
the attributeNames

setSubjectAttributeNames

public void setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data

Parameters:
attributeNamesa - the attributeNames 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

getWsStems

public WsStem[] getWsStems()
stems that are in the results

Returns:
stems

setWsStems

public void setWsStems(WsStem[] wsStems1)
stems that are in the results

Parameters:
wsStems1 -

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()

setResultMetadata

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

setResponseMetadata

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

getWsGroups

public WsGroup[] getWsGroups()
Returns:
the wsGroups

getWsMemberships

public WsMembership[] getWsMemberships()
results for each assignment sent in

Returns:
the results

getWsSubjects

public WsSubject[] getWsSubjects()
subjects that are in the results

Returns:
the subjects

setWsGroups

public void setWsGroups(WsGroup[] wsGroup1)
Parameters:
wsGroup1 - the wsGroups to set

setWsMemberships

public void setWsMemberships(WsMembership[] results1)
results for each assignment sent in

Parameters:
results1 - the results to set

setWsSubjects

public void setWsSubjects(WsSubject[] wsSubjects1)
subjects that are in the results

Parameters:
wsSubjects1 -


Copyright © 2010 Internet2. All Rights Reserved.