Class WsAssignAttributesLiteResults

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsAssignAttributesLiteResults

public class WsAssignAttributesLiteResults extends Object
 results for assigning attributes call.
 
 result code:
 code of the result for this attribute assignment overall
 SUCCESS: means everything ok
 INSUFFICIENT_PRIVILEGES: problem with some input where privileges are not sufficient
 INVALID_QUERY: bad inputs
 EXCEPTION: something bad happened
 
  • Constructor Details

    • WsAssignAttributesLiteResults

      public WsAssignAttributesLiteResults()
  • Method Details

    • 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 -
    • getWsAttributeDefName

      public WsAttributeDefName getWsAttributeDefName()
      attribute def name referenced in the assignments or inputs (and able to read)
      Returns:
      attribute def name
    • setWsAttributeDefName

      public void setWsAttributeDefName(WsAttributeDefName wsAttributeDefName1)
      attribute def names referenced in the assignments or inputs (and able to read)
      Parameters:
      wsAttributeDefName1 -
    • getWsAttributeAssignResult

      public WsAssignAttributeResult getWsAttributeAssignResult()
      the assignment results being queried
      Returns:
      the assignments being queried
    • setWsAttributeAssignResult

      public void setWsAttributeAssignResult(WsAssignAttributeResult wsAttributeAssignResult1)
      the assignment results being queried
      Parameters:
      wsAttributeAssignResult1 -
    • 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()
      Returns:
      the resultMetadata
    • getWsStem

      public WsStem getWsStem()
      stem that is in the results
      Returns:
      stem
    • setWsStem

      public void setWsStem(WsStem wsStem1)
      stems that are in the results
      Parameters:
      wsStem1 -
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Returns:
      the response metadata
      See Also:
    • setResultMetadata

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

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

      public WsGroup getWsGroup()
      Returns:
      the wsGroup
    • getWsMembership

      public WsMembership getWsMembership()
      results for each assignment sent in
      Returns:
      the results
    • getWsSubject

      public WsSubject getWsSubject()
      subject that is in the results
      Returns:
      the subject
    • setWsGroup

      public void setWsGroup(WsGroup wsGroup1)
      Parameters:
      wsGroup1 - the wsGroup to set
    • setWsMembership

      public void setWsMembership(WsMembership result1)
      results for each assignment sent in
      Parameters:
      result1 - the results to set
    • setWsSubject

      public void setWsSubject(WsSubject wsSubject1)
      subject that is in the results
      Parameters:
      wsSubject1 -