Class WsMembershipLookup

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_1.WsMembershipLookup

public class WsMembershipLookup extends Object
 Class to lookup a membership via web service.  Put in a uuid, or fill in the other fields
 
 developers make sure each setter calls this.clearMembership();
 
  • Constructor Details

    • WsMembershipLookup

      public WsMembershipLookup()
  • Method Details

    • getUuid

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

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