org.apache.ws.jaxme.xs

Interface XSEnumeration

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 {@link XSObject}.

Author: Jochen Wiedmann

Method Summary
XSAnnotation[]getAnnotations()

Returns the enumeration facets set of annotations.

StringgetValue()

Returns the facets value.

Method Detail

getAnnotations

public XSAnnotation[] getAnnotations()

Returns the enumeration facets set of annotations.

getValue

public String getValue()

Returns the facets value.