org.apache.ws.jaxme.xs.xml
Interface XsTFixedFacet

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs
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, XsTFacetImpl, 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 org.apache.ws.jaxme.xs.xml.XsTFacetBase
getFacetName
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

setFixed

void setFixed(boolean pFixed)

isFixed

boolean isFixed()