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