public class MapArrayType<K,V> extends Object implements IUnmarshalType
Constructor and Description |
---|
MapArrayType() |
Modifier and Type | Method and Description |
---|---|
List<HashTableType<K,V>> |
getHashTableArray() |
List<MapType<K,V>> |
getMapArray() |
Object |
getRawValue() |
void |
setHashTableArray(List<HashTableType<K,V>> hashTableArray) |
void |
setMapArray(List<MapType<K,V>> mapArray) |
public List<HashTableType<K,V>> getHashTableArray()
public void setHashTableArray(List<HashTableType<K,V>> hashTableArray)
public Object getRawValue()
getRawValue
in interface IUnmarshalType