org.apache.ws.jaxme.xs.impl
Class XSSimpleContentTypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSSimpleContentTypeImpl
All Implemented Interfaces:
XSSimpleContentType
Direct Known Subclasses:
JAXBSimpleContentTypeImpl

public class XSSimpleContentTypeImpl
extends java.lang.Object
implements XSSimpleContentType

Author:
Jochen Wiedmann

Constructor Summary
protected XSSimpleContentTypeImpl(XSType pComplexType, XSType pSimpleType, XsObject pBaseType)
           
 
Method Summary
protected  XsObject getBaseType()
           
protected  XSType getComplexType()
           
 XSType getType()
          Returns the contents type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSimpleContentTypeImpl

protected XSSimpleContentTypeImpl(XSType pComplexType,
                                  XSType pSimpleType,
                                  XsObject pBaseType)
Method Detail

getComplexType

protected XSType getComplexType()

getBaseType

protected XsObject getBaseType()

getType

public XSType getType()
Description copied from interface: XSSimpleContentType

Returns the contents type.

Specified by:
getType in interface XSSimpleContentType