Class WsAttributeEdit
java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_3.WsAttributeEdit
attribute name, value, and if delete
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
WsAttributeEditpublic WsAttributeEdit()empty constructor
 
- 
- 
Method Details- 
getNamename of attribute- Returns:
- the name
 
- 
setNamename of attribute- Parameters:
- name1- the name to set
 
- 
getValuevalue of attribute- Returns:
- the value
 
- 
setValue- Parameters:
- value1- the value to set
 
- 
getDeleteif we should delete this attribute- Returns:
- the delete
 
- 
setDelete- Parameters:
- delete1- the delete to set
 
 
-