org.apache.ws.jaxme.js.beanreader

Interface BeanInfo

public interface BeanInfo

Data container, which provides the required information on a particular data bean.

Method Summary

BeanProperty[]
getBeanProperties()
Returns the set of bean properties.
String
getElementName()
Returns the suggested element name.
JavaQName
getSuperType()
Returns the bean classes super class.
String
getTargetNamespace()
Returns the generated schemas target namespace.
JavaQName
getType()
Returns the bean class.

Method Details

getBeanProperties

public BeanProperty[] getBeanProperties()
Returns the set of bean properties.

getElementName

public String getElementName()
Returns the suggested element name.

getSuperType

public JavaQName getSuperType()
Returns the bean classes super class.

getTargetNamespace

public String getTargetNamespace()
Returns the generated schemas target namespace.

getType

public JavaQName getType()
Returns the bean class.