org.apache.ws.jaxme.xs.jaxb.impl
Class JAXBPropertyImpl.BaseTypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.jaxb.impl.JAXBXsObjectImpl
          extended by org.apache.ws.jaxme.xs.jaxb.impl.JAXBPropertyImpl.BaseTypeImpl
All Implemented Interfaces:
JAXBProperty.BaseType, XsObject
Enclosing class:
JAXBPropertyImpl

public static class JAXBPropertyImpl.BaseTypeImpl
extends JAXBXsObjectImpl
implements JAXBProperty.BaseType


Constructor Summary
protected JAXBPropertyImpl.BaseTypeImpl(XsObject pParent)
          Creates a new instance of JAXBPropertyImpl.
 
Method Summary
 JAXBJavaType createJavaType()
           
 JAXBJavaType getJavaType()
          Returns the Java type.
 
Methods inherited from class org.apache.ws.jaxme.xs.jaxb.impl.JAXBXsObjectImpl
getJAXBXsObjectFactory
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Constructor Detail

JAXBPropertyImpl.BaseTypeImpl

protected JAXBPropertyImpl.BaseTypeImpl(XsObject pParent)

Creates a new instance of JAXBPropertyImpl.

Method Detail

createJavaType

public JAXBJavaType createJavaType()

getJavaType

public JAXBJavaType getJavaType()
Description copied from interface: JAXBProperty.BaseType

Returns the Java type.

Specified by:
getJavaType in interface JAXBProperty.BaseType