org.apache.axis.description
Class ElementDesc

java.lang.Object
  |
  +--org.apache.axis.description.FieldDesc
        |
        +--org.apache.axis.description.ElementDesc

public class ElementDesc
extends FieldDesc

An AttributeDesc is a FieldDesc for an Java field mapping to an XML element

Author:
Glen Daniels (gdaniels@apache.org)

Constructor Summary
ElementDesc()
           
 
Methods inherited from class org.apache.axis.description.FieldDesc
getFieldName, getXmlName, isElement, setFieldName, setXmlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementDesc

public ElementDesc()


Copyright © 2001 Apache XML Project. All Rights Reserved.