|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of an xs:enumeration facet. This could be a simple string,
but it is not unusual, that they carry important information in their
xs:annotation/xs:appinfo
section, thus the inheritance
from XSObject
.
Method Summary | |
XSAnnotation[] |
getAnnotations()
Returns the enumeration facets set of annotations. |
java.lang.String |
getValue()
Returns the facets value. |
Methods inherited from interface net.sf.jaxme.xs.XSObject |
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate |
Method Detail |
public XSAnnotation[] getAnnotations()
Returns the enumeration facets set of annotations.
public java.lang.String getValue()
Returns the facets value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |