org.infolayer.model
Class SimpleElement

java.lang.Object
  extended byorg.infolayer.model.SimpleElement
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable
Direct Known Subclasses:
UmlComment, UmlExpression, UmlMultiplicity, UmlOrderingKind

public class SimpleElement
extends java.lang.Object
implements org.ksoap2.serialization.KvmSerializable

Author:
Stefan Haustein To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.

Method Summary
 java.lang.Object getProperty(int index)
           
 int getPropertyCount()
           
 void getPropertyInfo(int index, java.util.Hashtable props, org.ksoap2.serialization.PropertyInfo info)
           
 void setProperty(int index, java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getProperty

public java.lang.Object getProperty(int index)
Specified by:
getProperty in interface org.ksoap2.serialization.KvmSerializable
See Also:
org.kobjects.serialization.KvmSerializable#getProperty(int)

getPropertyCount

public int getPropertyCount()
Specified by:
getPropertyCount in interface org.ksoap2.serialization.KvmSerializable
See Also:
org.kobjects.serialization.KvmSerializable#getPropertyCount()

setProperty

public void setProperty(int index,
                        java.lang.Object value)
Specified by:
setProperty in interface org.ksoap2.serialization.KvmSerializable
See Also:
org.kobjects.serialization.KvmSerializable#setProperty(int, Object)

getPropertyInfo

public void getPropertyInfo(int index,
                            java.util.Hashtable props,
                            org.ksoap2.serialization.PropertyInfo info)
Specified by:
getPropertyInfo in interface org.ksoap2.serialization.KvmSerializable
See Also:
org.kobjects.serialization.KvmSerializable#getPropertyInfo(int, PropertyInfo)

toString

public java.lang.String toString()