net.sf.jaxme.xs.xml
Interface XsTFixedFacet

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

public interface XsTFixedFacet
extends XsTFacetBase

A common base interface for XsTFacet and XsTNumFacet.

Author:
Jochen Wiedmann

Method Summary
 boolean isFixed()
           
 void setFixed(boolean pFixed)
           
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsTFacetBase
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

setFixed

public void setFixed(boolean pFixed)

isFixed

public boolean isFixed()