public class XsEEnumerationImpl extends XsTFacetBaseImpl implements XsEEnumeration
Implementation of xs:enumeration,
following this specification:
<xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/>
</xs:annotation>
</xs:element>
| Modifier | Constructor and Description |
|---|---|
protected |
XsEEnumerationImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFacetName() |
java.lang.String |
getValue() |
void |
setValue(java.lang.String pValue) |
createAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected XsEEnumerationImpl(XsObject pParent)
public void setValue(java.lang.String pValue)
setValue in interface XsEEnumerationpublic java.lang.String getValue()
getValue in interface XsEEnumerationpublic java.lang.String getFacetName()
getFacetName in interface XsTFacetBasegetFacetName in class XsTFacetBaseImpl