org.apache.ws.jaxme.xs

Interface XSAnnotation

All Superinterfaces:
XSObject, XSOpenAttrs
Known Implementing Classes:
XSAnnotationImpl

public interface XSAnnotation
extends XSOpenAttrs

Interface of an annotation.
Author:
Jochen Wiedmann

Method Summary

XSAppinfo[]
getAppinfos()
Returns the array of appinfo elements.
XSDocumentation[]
getDocumentations()
Returns the array of documentations.

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

getAppinfos

public XSAppinfo[] getAppinfos()
Returns the array of appinfo elements.

getDocumentations

public XSDocumentation[] getDocumentations()
Returns the array of documentations.