org.apache.ws.jaxme.js.beanreader
Interface BeanInfo
public interface BeanInfo
Data container, which provides the required
information on a particular data bean.
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.