org.apache.ws.jaxme.xs
Interface XSAnnotation

All Superinterfaces:
XSObject, XSOpenAttrs
All 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.XSOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Method Detail

getDocumentations

XSDocumentation[] getDocumentations()

Returns the array of documentations.


getAppinfos

XSAppinfo[] getAppinfos()

Returns the array of appinfo elements.