org.apache.ws.jaxme.js.beanreader

Interface BeanProperty

public interface BeanProperty

An instance of {@link BeanProperty} is being mapped to an attribute, or element, in the schema.
Method Summary
StringgetName()
Returns the property name.
JavaQNamegetType()
Returns the properties Java type.
QNamegetXsType()
Returns the properties XS data type.

Method Detail

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.