Uses of Class
org.apache.axis.description.FieldDesc

Packages that use FieldDesc
org.apache.axis.description   
 

Uses of FieldDesc in org.apache.axis.description
 

Subclasses of FieldDesc in org.apache.axis.description
 class AttributeDesc
          An AttributeDesc is a FieldDesc for an Java field mapping to an XML attribute
 class ElementDesc
          An AttributeDesc is a FieldDesc for an Java field mapping to an XML element
 

Methods in org.apache.axis.description that return FieldDesc
 FieldDesc[] TypeDesc.getFields()
          Obtain the current array of FieldDescs
 FieldDesc[] TypeDesc.getFields(boolean searchParents)
           
 FieldDesc TypeDesc.getFieldByName(java.lang.String name)
          Get a FieldDesc by field name.
 

Methods in org.apache.axis.description with parameters of type FieldDesc
 void TypeDesc.setFields(FieldDesc[] newFields)
          Replace the array of FieldDescs, making sure we keep our convenience caches in sync.
 void TypeDesc.addFieldDesc(FieldDesc field)
          Add a new FieldDesc, keeping the convenience fields in sync.
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.