站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

AttributeDesc (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.description
Class AttributeDesc

java.lang.Object
  extended byorg.apache.axis.description.FieldDesc
      extended byorg.apache.axis.description.AttributeDesc

public class AttributeDesc
extends FieldDesc

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
 void 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, isAttribute, isElement, isIndexed, isMinOccursZero, setFieldName, setJavaType, setMinOccursIs0, setXmlName, setXmlType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 © 2002 JBoss Group, LLC. All Rights Reserved.