public interface BeanInfo
Modifier and Type | Method and Description |
---|---|
BeanProperty[] |
getBeanProperties()
Returns the set of bean properties.
|
java.lang.String |
getElementName()
Returns the suggested element name.
|
JavaQName |
getSuperType()
Returns the bean classes super class.
|
java.lang.String |
getTargetNamespace()
Returns the generated schemas target namespace.
|
JavaQName |
getType()
Returns the bean class.
|
java.lang.String getTargetNamespace()
BeanProperty[] getBeanProperties()
java.lang.String getElementName()
JavaQName getType()
JavaQName getSuperType()