org.apache.ws.jaxme.xs.jaxb

Interface JAXBSchema

public interface JAXBSchema extends XSSchema

Interface of a JAXB schema. It inherits the methods of JAXBGlobalBindings.

Author: Jochen Wiedmann

Method Summary
JAXBGlobalBindingsgetJAXBGlobalBindings()

Returns the schemas globalBindings.

String[]getJaxbExtensionBindingPrefixes()

Returns the schemas jaxb:extensionBindingPrefixes list.

StringgetJaxbVersion()

Returns the schemas jaxb:version attribute.

Method Detail

getJAXBGlobalBindings

public JAXBGlobalBindings getJAXBGlobalBindings()

Returns the schemas globalBindings. This is guaranteed to be non-null.

getJaxbExtensionBindingPrefixes

public String[] getJaxbExtensionBindingPrefixes()

Returns the schemas jaxb:extensionBindingPrefixes list.

getJaxbVersion

public String getJaxbVersion()

Returns the schemas jaxb:version attribute.