org.apache.ws.jaxme.xs.jaxb
Interface JAXBSimpleContentType

All Superinterfaces:
JAXBPropertyOwner, XSSimpleContentType
All Known Implementing Classes:
JAXBSimpleContentTypeImpl

public interface JAXBSimpleContentType
extends XSSimpleContentType, JAXBPropertyOwner

Author:
Jochen Wiedmann

Method Summary
 JAXBProperty getJAXBProperty()
          Returns the customization details of the content type.
 JAXBSchemaBindings getJAXBSchemaBindings()
          Returns the complex types schemaBindings.
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSSimpleContentType
getType
 

Method Detail

getJAXBSchemaBindings

JAXBSchemaBindings getJAXBSchemaBindings()

Returns the complex types schemaBindings.

Specified by:
getJAXBSchemaBindings in interface JAXBPropertyOwner

getJAXBProperty

JAXBProperty getJAXBProperty()

Returns the customization details of the content type.

Specified by:
getJAXBProperty in interface JAXBPropertyOwner