Uses of Class
org.apache.axis.description.FieldDesc
-
Packages that use FieldDesc Package Description org.apache.axis.description -
-
Uses of FieldDesc in org.apache.axis.description
Subclasses of FieldDesc in org.apache.axis.description Modifier and Type Class Description classAttributeDescAn AttributeDesc is a FieldDesc for an Java field mapping to an XML attributeclassElementDescAn AttributeDesc is a FieldDesc for an Java field mapping to an XML elementMethods in org.apache.axis.description that return FieldDesc Modifier and Type Method Description FieldDescTypeDesc. getFieldByName(java.lang.String name)Get a FieldDesc by field name.FieldDesc[]TypeDesc. getFields()Obtain the current array of FieldDescsFieldDesc[]TypeDesc. getFields(boolean searchParents)Methods in org.apache.axis.description with parameters of type FieldDesc Modifier and Type Method Description voidTypeDesc. addFieldDesc(FieldDesc field)Add a new FieldDesc, keeping the convenience fields in sync.voidTypeDesc. setFields(FieldDesc[] newFields)Replace the array of FieldDescs, making sure we keep our convenience caches in sync.
-