public class MapItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MapItem() |
MapItem(java.lang.Object key,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Object |
getKey()
Gets the key value for this MapItem.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.Object |
getValue()
Gets the value value for this MapItem.
|
int |
hashCode() |
void |
setKey(java.lang.Object key)
Sets the key value for this MapItem.
|
void |
setValue(java.lang.Object value)
Sets the value value for this MapItem.
|
public MapItem()
public MapItem(java.lang.Object key,
java.lang.Object value)
public java.lang.Object getKey()
public void setKey(java.lang.Object key)
key - public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)