org.apache.axis.description
Class AttributeDesc
- Serializable
public class AttributeDesc
implements Serializable
An AttributeDesc is a FieldDesc for an Java field mapping to an
XML attribute
- Glen Daniels (gdaniels@apache.org)
void | setAttributeName(String name)- Set the XML attribute's name, without giving it a namespace.
|
getFieldName, getJavaType, getXmlName, getXmlType, isElement, isIndexed, isMinOccursZero, setFieldName, setJavaType, setMinOccursIs0, setXmlName, setXmlType |
AttributeDesc
public AttributeDesc()
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 © 2005 Apache Web Services Project. All Rights Reserved.