com.openexchange.admin.soap.dataobjects
Class SOAPMapEntry
java.lang.Object
com.openexchange.admin.soap.dataobjects.SOAPMapEntry
public class SOAPMapEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPMapEntry
public SOAPMapEntry()
- Default constructor needed for Bean
SOAPMapEntry
public SOAPMapEntry(java.lang.String key,
SOAPStringMap value)
- Parameters:
key
- value
-
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)