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

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

public class WsAttribute
extends java.lang.Object

attribute sent back to caller

Author:
mchyzer

Constructor Summary
WsAttribute()
           
 
Method Summary
 java.lang.String getName()
          name of attribute
 java.lang.String getValue()
          value of attribute
 void setName(java.lang.String name1)
          name of attribute
 void setValue(java.lang.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 java.lang.String getName()
name of attribute

Returns:
the name

getValue

public java.lang.String getValue()
value of attribute

Returns:
the value

setName

public void setName(java.lang.String name1)
name of attribute

Parameters:
name1 - the name to set

setValue

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