net.sf.jaxme.xs.xml
Interface XsTFacetBase

All Superinterfaces:
XsObject, XsTAnnotated
All Known Subinterfaces:
XsEEnumeration, XsEFractionDigits, XsELength, XsEMaxExclusive, XsEMaxInclusive, XsEMaxLength, XsEMinExclusive, XsEMinInclusive, XsEMinLength, XsEPattern, XsETotalDigits, XsEWhiteSpace, XsTFacet, XsTFixedFacet, XsTNumFacet
All Known Implementing Classes:
XsEEnumerationImpl, XsEFractionDigitsImpl, XsELengthImpl, XsEMaxExclusiveImpl, XsEMaxInclusiveImpl, XsEMaxLengthImpl, XsEMinExclusiveImpl, XsEMinInclusiveImpl, XsEMinLengthImpl, XsEPatternImpl, XsETotalDigitsImpl, XsEWhiteSpaceImpl, XsTFacetBaseImpl, XsTFixedFacetImpl, XsTNumFacetImpl

public interface XsTFacetBase
extends XsTAnnotated

Author:
Jochen Wiedmann

Method Summary
 java.lang.String getFacetName()
           
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

getFacetName

public java.lang.String getFacetName()