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.
StringgetElementName()
Returns the suggested element name.
JavaQNamegetSuperType()
Returns the bean classes super class.
StringgetTargetNamespace()
Returns the generated schemas target namespace.
JavaQNamegetType()
Returns the bean class.

Method Detail

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.