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

Class XsEMaxLengthImpl

Implemented Interfaces:
XsEMaxLength, XsObject, XsTAnnotated, XsTFacetBase, XsTFixedFacet, XsTNumFacet, XsTOpenAttrs

public class XsEMaxLengthImpl
extends XsTNumFacetImpl
implements XsEMaxLength

Implementation of xs:maxLength, following this specification:
  
    
      
    
  
 
Author:
Jochen Wiedmann

Constructor Summary

XsEMaxLengthImpl(XsObject pParent)

Method Summary

String
getFacetName()

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTNumFacetImpl

getValue, setValue, validate

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFixedFacetImpl

isFixed, setFixed

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTFacetBaseImpl

getFacetName

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl

createAnnotation, getAnnotation, getId, setId

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl

getOpenAttributes, setAttribute

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl

asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate

Constructor Details

XsEMaxLengthImpl

protected XsEMaxLengthImpl(XsObject pParent)

Method Details

getFacetName

public String getFacetName()
Specified by:
getFacetName in interface XsTFacetBase
Overrides:
getFacetName in interface XsTFacetBaseImpl