Class WsAttributeAssignLookup

java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssignLookup

public class WsAttributeAssignLookup extends Object
 Class to lookup an attribute assignment via web service
 
 
  • Constructor Details

    • WsAttributeAssignLookup

      public WsAttributeAssignLookup()
  • Method Details

    • getUuid

      public String getUuid()
      uuid of the attributeAssign to find
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid1)
      uuid of the attributeAssign to find
      Parameters:
      uuid1 - the uuid to set
    • getBatchIndex

      public String getBatchIndex()
      if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)
      Returns:
      the batch index
    • setBatchIndex

      public void setBatchIndex(String theIndex)
      if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed)
      Parameters:
      theIndex - the index to set