org.connid.bundles.soap.to
Class WSUser

java.lang.Object
  extended by org.connid.bundles.soap.to.AbstractData
      extended by org.connid.bundles.soap.to.WSUser
All Implemented Interfaces:
Serializable

public class WSUser
extends AbstractData

See Also:
Serialized Form

Constructor Summary
WSUser()
           
WSUser(String accountid, Set<WSAttributeValue> attributes)
           
 
Method Summary
 void addAttribute(WSAttributeValue attribute)
           
 String getAccountid()
           
 Set<WSAttributeValue> getAttributes()
           
 void setAccountid(String accountid)
           
 void setAttributes(Set<WSAttributeValue> attributes)
           
 
Methods inherited from class org.connid.bundles.soap.to.AbstractData
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSUser

public WSUser()

WSUser

public WSUser(String accountid,
              Set<WSAttributeValue> attributes)
Method Detail

getAccountid

public String getAccountid()

setAccountid

public void setAccountid(String accountid)

getAttributes

public Set<WSAttributeValue> getAttributes()

setAttributes

public void setAttributes(Set<WSAttributeValue> attributes)

addAttribute

public void addAttribute(WSAttributeValue attribute)


Copyright © 2011. All Rights Reserved.