org.apache.ws.jaxme.js.beanreader

Interface BeanProperty

public interface BeanProperty

An instance of BeanProperty is being mapped to an attribute, or element, in the schema.

Method Summary

String
getName()
Returns the property name.
JavaQName
getType()
Returns the properties Java type.
QName
getXsType()
Returns the properties XS data type.

Method Details

getName

public String getName()
Returns the property name.

getType

public JavaQName getType()
Returns the properties Java type.

getXsType

public QName getXsType()
Returns the properties XS data type.