org.ksoap2.serialization
Class AttributeInfo

java.lang.Object
  extended by org.ksoap2.serialization.PropertyInfo
      extended by org.ksoap2.serialization.AttributeInfo

public class AttributeInfo
extends PropertyInfo

This class is used to store information about each attribute of an implementation of KvmSerializable exposes.


Field Summary
 
Fields inherited from class org.ksoap2.serialization.PropertyInfo
BOOLEAN_CLASS, elementType, flags, INTEGER_CLASS, LONG_CLASS, MULTI_REF, multiRef, name, namespace, OBJECT_CLASS, OBJECT_TYPE, REF_ONLY, STRING_CLASS, TRANSIENT, type, value, VECTOR_CLASS
 
Constructor Summary
AttributeInfo()
          Constructor.
 
Method Summary
 
Methods inherited from class org.ksoap2.serialization.PropertyInfo
clear, getElementType, getFlags, getName, getNamespace, getType, getValue, isMultiRef, setElementType, setFlags, setMultiRef, setName, setNamespace, setType, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeInfo

public AttributeInfo()
Constructor.



Copyright © 2002-2011. All Rights Reserved.