org.apache.axis2.databinding.metadata
Class AttributeDesc

java.lang.Object
  extended byorg.apache.axis2.databinding.metadata.FieldDesc
      extended byorg.apache.axis2.databinding.metadata.AttributeDesc
All Implemented Interfaces:
FieldAccessor

public class AttributeDesc
extends FieldDesc

AttributeDesc


Field Summary
 
Fields inherited from class org.apache.axis2.databinding.metadata.FieldDesc
accessor, deserializerFactory, fieldName, qname, ser
 
Constructor Summary
AttributeDesc()
           
 
Methods inherited from class org.apache.axis2.databinding.metadata.FieldDesc
getAccessor, getDeserializer, getDeserializerFactory, getFieldName, getQName, getSerializer, getValue, setAccessor, setDeserializerFactory, setFieldName, setQName, setSerializer, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDesc

public AttributeDesc()