org.apache.ws.jaxme.xs
Interface XSEnumeration
- XSObject
- JAXBEnumeration
- JAXBEnumerationImpl, XSEnumerationImpl
public interface XSEnumeration
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
.
getAnnotations
public XSAnnotation[] getAnnotations()
Returns the enumeration facets set of annotations.
getValue
public String getValue()
Returns the facets value.