org.apache.ws.jaxme.xs.jaxb

Interface JAXBXsSchema

public interface JAXBXsSchema extends XsESchema

Syntactical representation of a JAXB schema. Most probably you aren't interested in the logical representation, JAXBSchema, and not in this interface.

Author: Jochen Wiedmann

Method Summary
JAXBSchemaBindingsgetJAXBSchemaBindings()
String[]getJaxbExtensionBindingPrefixes()

Returns the list of extension binding prefixes.

StringgetJaxbVersion()

Returns the jaxb:version attribute.

Method Detail

getJAXBSchemaBindings

public JAXBSchemaBindings getJAXBSchemaBindings()

getJaxbExtensionBindingPrefixes

public String[] getJaxbExtensionBindingPrefixes()

Returns the list of extension binding prefixes.

getJaxbVersion

public String getJaxbVersion()

Returns the jaxb:version attribute.