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, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsEEnumerationImpl(XsObject pParent)
public void setValue(java.lang.String pValue)
setValue
in interface XsEEnumeration
public java.lang.String getValue()
getValue
in interface XsEEnumeration
public java.lang.String getFacetName()
getFacetName
in interface XsTFacetBase
getFacetName
in class XsTFacetBaseImpl