com.openexchange.admin.rmi.dataobjects
Class SOAPUserAttributes

java.lang.Object
  extended by com.openexchange.admin.rmi.dataobjects.SOAPUserAttributes

public class SOAPUserAttributes
extends Object

SOAPUserAttributes

Author:
Francisco Laguna

Constructor Summary
SOAPUserAttributes()
           
SOAPUserAttributes(Map<String,Map<String,String>> userAttributes)
           
 
Method Summary
 UserAttributesNamespace[] getNamespaces()
           
 void setNamespaces(UserAttributesNamespace[] namespaces)
           
 Map<String,Map<String,String>> toMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPUserAttributes

public SOAPUserAttributes()

SOAPUserAttributes

public SOAPUserAttributes(Map<String,Map<String,String>> userAttributes)
Method Detail

getNamespaces

public UserAttributesNamespace[] getNamespaces()

setNamespaces

public void setNamespaces(UserAttributesNamespace[] namespaces)

toMap

public Map<String,Map<String,String>> toMap()