public abstract class XmlSchemaFacet extends XmlSchemaAnnotated
unhandledAttributes
Modifier | Constructor and Description |
---|---|
protected |
XmlSchemaFacet()
Creates new XmlSchemaFacet
|
protected |
XmlSchemaFacet(Object value,
boolean fixed) |
Modifier and Type | Method and Description |
---|---|
static XmlSchemaFacet |
construct(org.w3c.dom.Element el) |
Object |
getValue() |
boolean |
isFixed() |
void |
setFixed(boolean fixed) |
void |
setValue(Object value) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
protected XmlSchemaFacet()
protected XmlSchemaFacet(Object value, boolean fixed)
public boolean isFixed()
public void setFixed(boolean fixed)
public Object getValue()
public void setValue(Object value)
public static XmlSchemaFacet construct(org.w3c.dom.Element el)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.