Uses of Class
org.apache.axis.description.FieldDesc
Packages that use FieldDesc
-
Uses of FieldDesc in org.apache.axis.description
Subclasses of FieldDesc in org.apache.axis.descriptionModifier and TypeClassDescriptionclassAn AttributeDesc is a FieldDesc for an Java field mapping to an XML attributeclassAn AttributeDesc is a FieldDesc for an Java field mapping to an XML elementMethods in org.apache.axis.description that return FieldDescModifier and TypeMethodDescriptionTypeDesc.getFieldByName(String name) Get a FieldDesc by field name.TypeDesc.getFields()Obtain the current array of FieldDescsTypeDesc.getFields(boolean searchParents) Methods in org.apache.axis.description with parameters of type FieldDescModifier and TypeMethodDescriptionvoidTypeDesc.addFieldDesc(FieldDesc field) Add a new FieldDesc, keeping the convenience fields in sync.voidReplace the array of FieldDescs, making sure we keep our convenience caches in sync.