org.apache.axis.description

Class AttributeDesc

public class AttributeDesc extends FieldDesc implements Serializable

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

Author: Glen Daniels (gdaniels@apache.org)

Constructor Summary
AttributeDesc()
Method Summary
voidsetAttributeName(String name)
Set the XML attribute's name, without giving it a namespace.

Constructor Detail

AttributeDesc

public AttributeDesc()

Method Detail

setAttributeName

public void setAttributeName(String name)
Set the XML attribute's name, without giving it a namespace. This is the most common usage for AttributeDescs.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.