org.apache.ws.commons.schema
Class XmlSchemaFacet
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaFacet
- Direct Known Subclasses:
- XmlSchemaEnumerationFacet, XmlSchemaMaxExclusiveFacet, XmlSchemaMaxInclusiveFacet, XmlSchemaMinExclusiveFacet, XmlSchemaMinInclusiveFacet, XmlSchemaNumericFacet, XmlSchemaPatternFacet, XmlSchemaWhiteSpaceFacet
public abstract class XmlSchemaFacet
- extends XmlSchemaAnnotated
Abstract class for all facets that are used when simple types are
derived by restriction.
Field Summary |
(package private) boolean |
fixed
|
(package private) java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fixed
boolean fixed
value
java.lang.Object value
XmlSchemaFacet
protected XmlSchemaFacet()
- Creates new XmlSchemaFacet
XmlSchemaFacet
protected XmlSchemaFacet(java.lang.Object value,
boolean fixed)
isFixed
public boolean isFixed()
setFixed
public void setFixed(boolean fixed)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
construct
public static XmlSchemaFacet construct(org.w3c.dom.Element el)
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.