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

Class XsEMinLengthImpl

public class XsEMinLengthImpl extends XsTNumFacetImpl implements XsEMinLength

Implementation of xs:minLength, following this specification:

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

Author: Jochen Wiedmann

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

Constructor Detail

XsEMinLengthImpl

protected XsEMinLengthImpl(XsObject pParent)

Method Detail

getFacetName

public String getFacetName()