|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A bean implementor who wishes to provide explicit information about their bean may provide a XMLBeanInfo class that implements this XMLBeanInfo interface and provides explicit information about the mapping between the properties of the bean and the XML schema.
Introspector
Field Summary | |
static String |
DEFAULT_ITEM_NAME
the default item name, used if getItemName() returns null. |
Method Summary | |
GroupDescriptor |
getAttributeDescriptors()
Gets the group of attribute descriptors. |
GroupDescriptor |
getContentDescriptors()
Gets the group of content descriptors. |
DataDescriptor |
getDataDescriptor()
Gets the data descriptor. |
String |
getItemName()
Gets the item name of the bean. |
Field Detail |
public static final String DEFAULT_ITEM_NAME
getItemName()
,
Constant Field ValuesMethod Detail |
public GroupDescriptor getContentDescriptors()
May return null if the bean has no properties representing element content.
ContentDescriptor
public GroupDescriptor getAttributeDescriptors()
May return null if the bean has no properties representing element attributes.
AttributeDescriptor
public DataDescriptor getDataDescriptor()
May return null if the bean has no character data representation
DataDescriptor
public String getItemName()
May return null if the default item name should be used
CollectionAdapter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |