Class AttributeDesc

java.lang.Object
org.apache.axis.description.FieldDesc
org.apache.axis.description.AttributeDesc
All Implemented Interfaces:
Serializable

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)
See Also:
  • Constructor Details

    • AttributeDesc

      public AttributeDesc()
  • Method Details

    • 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.