|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsAttribute
public class WsAttribute
attribute sent back to caller
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 |
---|
public WsAttribute()
Method Detail |
---|
public String getName()
public String getValue()
public void setName(String name1)
name1
- the name to setpublic void setValue(String value1)
value1
- the value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |