Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml
Interface XsTFixedFacet  view XsTFixedFacet download XsTFixedFacet.java

All Superinterfaces:
XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs
All Known Subinterfaces:
XsEFractionDigits, XsELength, XsEMaxExclusive, XsEMaxInclusive, XsEMaxLength, XsEMinExclusive, XsEMinInclusive, XsEMinLength, XsETotalDigits, XsEWhiteSpace, XsTFacet, XsTNumFacet

public interface XsTFixedFacet
extends XsTFacetBase

A common base interface for XsTFacet and XsTNumFacet.


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

public void setFixed(boolean pFixed)

isFixed

public boolean isFixed()