public class MapArray 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
|
Map[] |
getMapList()
Gets the mapList value for this MapArray.
|
Map |
getMapList(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 |
setMapList(int i,
Map _value) |
void |
setMapList(Map[] mapList)
Sets the mapList value for this MapArray.
|
public MapArray()
public MapArray(Map[] mapList)
public Map[] getMapList()
public void setMapList(Map[] mapList)
mapList - public Map getMapList(int i)
public void setMapList(int i,
Map _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.