org.ksoap2.serialization
Class MarshalHashtable.ItemSoapObject

java.lang.Object
  extended by org.ksoap2.serialization.SoapObject
      extended by org.ksoap2.serialization.MarshalHashtable.ItemSoapObject
All Implemented Interfaces:
KvmSerializable
Enclosing class:
MarshalHashtable

 class MarshalHashtable.ItemSoapObject
extends SoapObject


Field Summary
(package private)  java.util.Hashtable h
           
(package private)  int resolvedIndex
           
 
Fields inherited from class org.ksoap2.serialization.SoapObject
data, info, name, namespace
 
Constructor Summary
MarshalHashtable.ItemSoapObject(java.util.Hashtable h)
           
 
Method Summary
 void setProperty(int index, java.lang.Object value)
          Sets a specified property to a certain value.
 
Methods inherited from class org.ksoap2.serialization.SoapObject
addProperty, addProperty, equals, getName, getNamespace, getProperty, getProperty, getPropertyCount, getPropertyInfo, newInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

h

java.util.Hashtable h

resolvedIndex

int resolvedIndex
Constructor Detail

MarshalHashtable.ItemSoapObject

MarshalHashtable.ItemSoapObject(java.util.Hashtable h)
Method Detail

setProperty

public void setProperty(int index,
                        java.lang.Object value)
Description copied from class: SoapObject
Sets a specified property to a certain value.

Specified by:
setProperty in interface KvmSerializable
Overrides:
setProperty in class SoapObject
Parameters:
index - the index of the specified property
value - the new value of the property