org.apache.ws.jaxme.xs.xml

Interface XsTFixedFacet

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs
Known Subinterfaces:
XsEFractionDigits, XsELength, XsEMaxExclusive, XsEMaxInclusive, XsEMaxLength, XsEMinExclusive, XsEMinInclusive, XsEMinLength, XsETotalDigits, XsEWhiteSpace, XsTFacet, XsTNumFacet
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.XsObject

getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate

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.XsTFacetBase

getFacetName

Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

getOpenAttributes

Method Details

isFixed

public boolean isFixed()

setFixed

public void setFixed(boolean pFixed)