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

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


getBeanProperties

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


getElementName

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


getType

public JavaQName getType()
Returns the bean class.


getSuperType

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