public static interface SimpleContentDocument.SimpleContent extends Annotated
Modifier and Type | Field and Description |
---|---|
static ElementFactory<SimpleContentDocument.SimpleContent> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
SimpleExtensionType |
addNewExtension()
Appends and returns a new empty "extension" element
|
SimpleRestrictionType |
addNewRestriction()
Appends and returns a new empty "restriction" element
|
SimpleExtensionType |
getExtension()
Gets the "extension" element
|
SimpleRestrictionType |
getRestriction()
Gets the "restriction" element
|
boolean |
isSetExtension()
True if has "extension" element
|
boolean |
isSetRestriction()
True if has "restriction" element
|
void |
setExtension(SimpleExtensionType extension)
Sets the "extension" element
|
void |
setRestriction(SimpleRestrictionType restriction)
Sets the "restriction" element
|
void |
unsetExtension()
Unsets the "extension" element
|
void |
unsetRestriction()
Unsets the "restriction" element
|
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 ElementFactory<SimpleContentDocument.SimpleContent> Factory
static final SchemaType type
SimpleRestrictionType getRestriction()
boolean isSetRestriction()
void setRestriction(SimpleRestrictionType restriction)
SimpleRestrictionType addNewRestriction()
void unsetRestriction()
SimpleExtensionType getExtension()
boolean isSetExtension()
void setExtension(SimpleExtensionType extension)
SimpleExtensionType addNewExtension()
void unsetExtension()