public class AnyMap extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
AnyPair[] |
getEntries()
Gets the entries value for this AnyMap.
|
AnyPair |
getEntries(int i) |
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
|
int |
hashCode() |
void |
setEntries(AnyPair[] entries)
Sets the entries value for this AnyMap.
|
void |
setEntries(int i,
AnyPair _value) |
public AnyMap()
public AnyMap(AnyPair[] entries)
public AnyPair[] getEntries()
public void setEntries(AnyPair[] entries)
entries - public AnyPair getEntries(int i)
public void setEntries(int i,
AnyPair _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.