edu.internet2.middleware.grouperClient.ws.beans
Class WsAttributeAssignValue

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssignValue

public class WsAttributeAssignValue
extends Object

value of an attribute assign


Constructor Summary
WsAttributeAssignValue()
           
 
Method Summary
 String getId()
          id of this attribute assignment
 String getValueFormatted()
          value formatted
 String getValueSystem()
          internal value
 void setId(String id1)
          id of this attribute assignment
 void setValueFormatted(String valueFormatted1)
          value formatted
 void setValueSystem(String valueSystem1)
          internal value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsAttributeAssignValue

public WsAttributeAssignValue()
Method Detail

getValueSystem

public String getValueSystem()
internal value

Returns:
internal value

setValueSystem

public void setValueSystem(String valueSystem1)
internal value

Parameters:
valueSystem1 -

getValueFormatted

public String getValueFormatted()
value formatted

Returns:
value formatted

setValueFormatted

public void setValueFormatted(String valueFormatted1)
value formatted

Parameters:
valueFormatted1 -

getId

public String getId()
id of this attribute assignment

Returns:
id

setId

public void setId(String id1)
id of this attribute assignment

Parameters:
id1 -