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
.
Modifier and Type | Method and Description |
---|---|
XSAnnotation[] |
getAnnotations()
Returns the enumeration facets set of annotations.
|
java.lang.String |
getValue()
Returns the facets value.
|
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
XSAnnotation[] getAnnotations()
Returns the enumeration facets set of annotations.
java.lang.String getValue()
Returns the facets value.