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
 java.lang.String getName()
          Returns the property name.
 JavaQName getType()
          Returns the properties Java type.
 QName getXsType()
          Returns the properties XS data type.
 

Method Detail

getType

JavaQName getType()
Returns the properties Java type.


getXsType

QName getXsType()
Returns the properties XS data type.


getName

java.lang.String getName()
Returns the property name.