Package org.apache.axis.description
Class AttributeDesc
java.lang.Object
org.apache.axis.description.FieldDesc
org.apache.axis.description.AttributeDesc
- All Implemented Interfaces:
Serializable
An AttributeDesc is a FieldDesc for an Java field mapping to an
XML attribute
- Author:
- Glen Daniels (gdaniels@apache.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeName
(String name) Set the XML attribute's name, without giving it a namespace.Methods inherited from class org.apache.axis.description.FieldDesc
getFieldName, getJavaType, getXmlName, getXmlType, isElement, isIndexed, isMinOccursZero, setFieldName, setJavaType, setMinOccursIs0, setXmlName, setXmlType
-
Constructor Details
-
AttributeDesc
public AttributeDesc()
-
-
Method Details
-
setAttributeName
Set the XML attribute's name, without giving it a namespace. This is the most common usage for AttributeDescs.
-