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

public JavaQName getType()
Returns the properties Java type.


getXsType

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


getName

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