org.apache.xml.xml_soap
Class MapItem

java.lang.Object
  extended by org.apache.xml.xml_soap.MapItem
All Implemented Interfaces:
Serializable

public class MapItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MapItem()
           
MapItem(Object key, Object value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Object getKey()
          Gets the key value for this MapItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Object getValue()
          Gets the value value for this MapItem.
 int hashCode()
           
 void setKey(Object key)
          Sets the key value for this MapItem.
 void setValue(Object value)
          Sets the value value for this MapItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapItem

public MapItem()

MapItem

public MapItem(Object key,
               Object value)
Method Detail

getKey

public Object getKey()
Gets the key value for this MapItem.

Returns:
key

setKey

public void setKey(Object key)
Sets the key value for this MapItem.

Parameters:
key -

getValue

public Object getValue()
Gets the value value for this MapItem.

Returns:
value

setValue

public void setValue(Object value)
Sets the value value for this MapItem.

Parameters:
value -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2004-2009. All Rights Reserved.