Package | Description |
---|---|
org.apache.axis.description |
Modifier and Type | Class and 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
|
Modifier and Type | Method and Description |
---|---|
FieldDesc |
TypeDesc.getFieldByName(String name)
Get a FieldDesc by field name.
|
FieldDesc[] |
TypeDesc.getFields()
Obtain the current array of FieldDescs
|
FieldDesc[] |
TypeDesc.getFields(boolean searchParents) |
Modifier and Type | Method and 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.
|
Copyright © The Apache Software Foundation. All Rights Reserved.