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

Class XsELengthImpl

public class XsELengthImpl extends XsTNumFacetImpl implements XsELength

Implementation of xs:length, following this specification:

  <xs:element name="length" id="length" type="xs:numFacet">
    <xs:annotation>
      <xs:documentation
        source="http://www.w3.org/TR/xmlschema-2/#element-length"/>
    </xs:annotation>
  </xs:element>
 

Author: Jochen Wiedmann

Constructor Summary
protected XsELengthImpl(XsObject pParent)
Method Summary
StringgetFacetName()

Constructor Detail

XsELengthImpl

protected XsELengthImpl(XsObject pParent)

Method Detail

getFacetName

public String getFacetName()