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.
 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.
 

Method Detail

getTargetNamespace

java.lang.String getTargetNamespace()
Returns the generated schemas target namespace.


getBeanProperties

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


getElementName

java.lang.String getElementName()
Returns the suggested element name.


getType

JavaQName getType()
Returns the bean class.


getSuperType

JavaQName getSuperType()
Returns the bean classes super class.