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 TypeClassDescriptionclass
An AttributeDesc is a FieldDesc for an Java field mapping to an XML attributeclass
An 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 TypeMethodDescriptionvoid
TypeDesc.addFieldDesc
(FieldDesc field) Add a new FieldDesc, keeping the convenience fields in sync.void
Replace the array of FieldDescs, making sure we keep our convenience caches in sync.