|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
- 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()
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC