org.apache.ws.jaxme.xs.jaxb.impl
Class JAXBSimpleContentTypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSSimpleContentTypeImpl
      extended by org.apache.ws.jaxme.xs.jaxb.impl.JAXBSimpleContentTypeImpl
All Implemented Interfaces:
JAXBPropertyOwner, JAXBSimpleContentType, XSSimpleContentType

public class JAXBSimpleContentTypeImpl
extends XSSimpleContentTypeImpl
implements JAXBSimpleContentType

Author:
Jochen Wiedmann

Constructor Summary
protected JAXBSimpleContentTypeImpl(XSType pComplexType, XSType pSimpleType, XsTComplexType pBaseType)
          Creates a new instance of JAXBSimpleContentTypeImpl.
 
Method Summary
 JAXBProperty getJAXBProperty()
          Returns the attributes property customization settings.
 JAXBSchemaBindings getJAXBSchemaBindings()
          Returns the types schemaBindings.
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSSimpleContentTypeImpl
getBaseType, getComplexType, getType
 
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.XSSimpleContentType
getType
 

Constructor Detail

JAXBSimpleContentTypeImpl

protected JAXBSimpleContentTypeImpl(XSType pComplexType,
                                    XSType pSimpleType,
                                    XsTComplexType pBaseType)
                             throws org.xml.sax.SAXException

Creates a new instance of JAXBSimpleContentTypeImpl.

Throws:
org.xml.sax.SAXException
Method Detail

getJAXBSchemaBindings

public JAXBSchemaBindings getJAXBSchemaBindings()
Description copied from interface: JAXBPropertyOwner

Returns the types schemaBindings.

Specified by:
getJAXBSchemaBindings in interface JAXBPropertyOwner
Specified by:
getJAXBSchemaBindings in interface JAXBSimpleContentType

getJAXBProperty

public JAXBProperty getJAXBProperty()
Description copied from interface: JAXBPropertyOwner

Returns the attributes property customization settings.

Specified by:
getJAXBProperty in interface JAXBPropertyOwner
Specified by:
getJAXBProperty in interface JAXBSimpleContentType