java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_0.WsAttribute

public class WsAttribute extends Object
attribute sent back to caller
  • Constructor Details

    • WsAttribute

      public WsAttribute()
  • Method Details

    • getName

      public String getName()
      name of attribute
      Returns:
      the name
    • getValue

      public String getValue()
      value of attribute
      Returns:
      the value
    • setName

      public void setName(String name1)
      name of attribute
      Parameters:
      name1 - the name to set
    • setValue

      public void setValue(String value1)
      Parameters:
      value1 - the value to set