com.openexchange.admin.soap.dataobjects
Class SOAPMapEntry

java.lang.Object
  extended by com.openexchange.admin.soap.dataobjects.SOAPMapEntry

public class SOAPMapEntry
extends java.lang.Object


Constructor Summary
SOAPMapEntry()
          Default constructor needed for Bean
SOAPMapEntry(java.lang.String key, SOAPStringMap value)
           
 
Method Summary
 java.lang.String getKey()
           
 SOAPStringMap getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(SOAPStringMap value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMapEntry

public SOAPMapEntry()
Default constructor needed for Bean


SOAPMapEntry

public SOAPMapEntry(java.lang.String key,
                    SOAPStringMap value)
Parameters:
key -
value -
Method Detail

getKey

public final java.lang.String getKey()

getValue

public final SOAPStringMap getValue()

setKey

public final void setKey(java.lang.String key)

setValue

public final void setValue(SOAPStringMap value)