org.apache.ws.jaxme.xs.xml.impl

Class XsEEnumerationImpl

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>
 

Author: Jochen Wiedmann

Constructor Summary
protected XsEEnumerationImpl(XsObject pParent)
Method Summary
StringgetFacetName()
StringgetValue()
voidsetValue(String pValue)

Constructor Detail

XsEEnumerationImpl

protected XsEEnumerationImpl(XsObject pParent)

Method Detail

getFacetName

public String getFacetName()

getValue

public String getValue()

setValue

public void setValue(String pValue)