org.jboss.axis.description
Class AttributeDesc

java.lang.Object
  extended byorg.jboss.axis.description.FieldDesc (src) 
      extended byorg.jboss.axis.description.AttributeDesc

public class AttributeDesc
extends FieldDesc (src)

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


Constructor Summary
AttributeDesc()
           
 
Method Summary
 void setAttributeName(java.lang.String name)
          Set the XML attribute's name, without giving it a namespace.
 
Methods inherited from class org.jboss.axis.description.FieldDesc (src)
getFieldName, getJavaType, getXmlName, getXmlType, isAttribute, isElement, isIndexed, isMinOccursZero, setFieldName, setJavaType, setMinOccursIs0, setXmlName, setXmlType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDesc

public AttributeDesc()
Method Detail

setAttributeName

public void setAttributeName(java.lang.String name)
Set the XML attribute's name, without giving it a namespace.

This is the most common usage for AttributeDescs.