org.apache.ws.jaxme.xs.xml.impl
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>
Constructor Summary | |
---|---|
protected | XsEEnumerationImpl(XsObject pParent) |
Method Summary | |
---|---|
String | getFacetName() |
String | getValue() |
void | setValue(String pValue) |