public abstract class XmlSchemaFacet extends XmlSchemaAnnotated
| Modifier | Constructor and Description |
|---|---|
protected |
XmlSchemaFacet()
Creates new XmlSchemaFacet
|
protected |
XmlSchemaFacet(Object value,
boolean fixed) |
| Modifier and Type | Method and Description |
|---|---|
static XmlSchemaFacet |
construct(Element el) |
Object |
getValue() |
boolean |
isFixed() |
void |
setFixed(boolean fixed) |
void |
setValue(Object value) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprotected XmlSchemaFacet()
protected XmlSchemaFacet(Object value, boolean fixed)
public static XmlSchemaFacet construct(Element el)
public Object getValue()
public boolean isFixed()
public void setFixed(boolean fixed)
public void setValue(Object value)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.