org.apache.ws.jaxme.xs
public interface XSEnumeration extends XSObject
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. |
String | getValue() Returns the facets value. |
Returns the enumeration facets set of annotations.
Returns the facets value.