|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ksoap2.serialization.SoapObject
org.ksoap2.serialization.MarshalHashtable.ItemSoapObject
class MarshalHashtable.ItemSoapObject
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 |
---|
java.util.Hashtable h
int resolvedIndex
Constructor Detail |
---|
MarshalHashtable.ItemSoapObject(java.util.Hashtable h)
Method Detail |
---|
public void setProperty(int index, java.lang.Object value)
SoapObject
setProperty
in interface KvmSerializable
setProperty
in class SoapObject
index
- the index of the specified propertyvalue
- the new value of the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |