org.apache.ws.jaxme.xs.impl

Class XSSimpleContentTypeImpl

Implemented Interfaces:
XSSimpleContentType
Known Direct Subclasses:
JAXBSimpleContentTypeImpl

public class XSSimpleContentTypeImpl
extends java.lang.Object
implements XSSimpleContentType

Author:
Jochen Wiedmann

Constructor Summary

XSSimpleContentTypeImpl(XSType pComplexType, XSType pSimpleType, XsObject pBaseType)

Method Summary

protected XsObject
getBaseType()
protected XSType
getComplexType()
XSType
getType()
Returns the contents type.

Constructor Details

XSSimpleContentTypeImpl

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

Method Details

getBaseType

protected XsObject getBaseType()

getComplexType

protected XSType getComplexType()

getType

public XSType getType()
Returns the contents type.
Specified by:
getType in interface XSSimpleContentType