net.sf.jaxme.xs
Interface XSAnnotation

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSAnnotationImpl

public interface XSAnnotation
extends XSObject

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 net.sf.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Method Detail

getDocumentations

public XSDocumentation[] getDocumentations()

Returns the array of documentations.


getAppinfos

public XSAppinfo[] getAppinfos()

Returns the array of appinfo elements.