Class WsAssignPermissionsLiteResults

java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsAssignPermissionsLiteResults

public class WsAssignPermissionsLiteResults extends Object
 results for assigning permissions 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

    • WsAssignPermissionsLiteResults

      public WsAssignPermissionsLiteResults()
  • 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 -
    • getWsPermissionAssignResult

      public WsAssignPermissionResult getWsPermissionAssignResult()
      the assignment results being queried
      Returns:
      the assignments being queried
    • setWsPermissionAssignResult

      public void setWsPermissionAssignResult(WsAssignPermissionResult wsPermissionAssignResult1)
      the assignment results being queried
      Parameters:
      wsPermissionAssignResult1 -
    • 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
    • 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
    • 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
    • setWsSubject

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