FileDocCategorySizeDatePackage
AttributeDesc.javaAPI DocApache Axis 1.41245Sat Apr 22 18:57:26 BST 2006org.apache.axis.description

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)

Fields Summary
Constructors Summary
public AttributeDesc()

        super(false);
    
Methods Summary
public voidsetAttributeName(java.lang.String name)
Set the XML attribute's name, without giving it a namespace. This is the most common usage for AttributeDescs.

        setXmlName(new QName("", name));