edu.internet2.middleware.grouper.ws.coresoap
Class WsAttribute

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.coresoap.WsAttribute

public class WsAttribute
extends Object

attribute sent back to caller

Author:
mchyzer

Constructor Summary
WsAttribute()
           
 
Method Summary
 String getName()
          name of attribute
 String getValue()
          value of attribute
 void setName(String name1)
          name of attribute
 void setValue(String value1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttribute

public WsAttribute()
Method Detail

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