org.apache.ws.jaxme.xs

Interface XSWildcard

All Superinterfaces:
XSAttributable, XSObject, XSOpenAttrs
Known Subinterfaces:
JAXBAny, JAXBWildcard, XSAny
Known Implementing Classes:
JAXBWildcardImpl, XSAnyImpl, XSWildcardImpl

public interface XSWildcard
extends XSOpenAttrs, XSAttributable

Interface of a wildcard.
Author:
Jochen Wiedmann

Method Summary

XsNamespaceList
getNamespaceList()
Returns the namespace list.
XsTWildcard.ProcessContents
getProcessContents()
Returns how to process unknown content.
XsSchemaHeader
getSchemaHeader()
Returns information on the wildcards syntactical context.

Methods inherited from interface org.apache.ws.jaxme.xs.XSObject

getLocator, getParentObject, getXSSchema, isTopLevelObject, validate

Methods inherited from interface org.apache.ws.jaxme.xs.XSOpenAttrs

getOpenAttributes

Method Details

getNamespaceList

public XsNamespaceList getNamespaceList()
Returns the namespace list.

getProcessContents

public XsTWildcard.ProcessContents getProcessContents()
Returns how to process unknown content.

getSchemaHeader

public XsSchemaHeader getSchemaHeader()
Returns information on the wildcards syntactical context.