|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |