public interface Facet extends Annotated
Modifier and Type | Field and Description |
---|---|
static DocumentFactory<Facet> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewValue()
Appends and returns a new empty "value" attribute
|
boolean |
getFixed()
Gets the "fixed" attribute
|
XmlAnySimpleType |
getValue()
Gets the "value" attribute
|
boolean |
isSetFixed()
True if has "fixed" attribute
|
void |
setFixed(boolean fixed)
Sets the "fixed" attribute
|
void |
setValue(XmlAnySimpleType value)
Sets the "value" attribute
|
void |
unsetFixed()
Unsets the "fixed" attribute
|
XmlBoolean |
xgetFixed()
Gets (as xml) the "fixed" attribute
|
void |
xsetFixed(XmlBoolean fixed)
Sets (as xml) the "fixed" attribute
|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final DocumentFactory<Facet> Factory
static final SchemaType type
XmlAnySimpleType getValue()
void setValue(XmlAnySimpleType value)
XmlAnySimpleType addNewValue()
boolean getFixed()
XmlBoolean xgetFixed()
boolean isSetFixed()
void setFixed(boolean fixed)
void xsetFixed(XmlBoolean fixed)
void unsetFixed()