org.infolayer.model
Class UmlTaggedValue

java.lang.Object
  extended byorg.infolayer.model.UmlTaggedValue
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable

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


Constructor Summary
UmlTaggedValue()
           
UmlTaggedValue(java.lang.String tag, java.lang.String value)
           
 
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 v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UmlTaggedValue

public UmlTaggedValue()

UmlTaggedValue

public UmlTaggedValue(java.lang.String tag,
                      java.lang.String value)
Method Detail

getPropertyCount

public int getPropertyCount()
Specified by:
getPropertyCount in interface org.ksoap2.serialization.KvmSerializable

getProperty

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

getPropertyInfo

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

setProperty

public void setProperty(int index,
                        java.lang.Object v)
Specified by:
setProperty in interface org.ksoap2.serialization.KvmSerializable