public interface SimpleType extends Annotated
| Modifier and Type | Interface and Description |
|---|---|
static class |
SimpleType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ListDocument.List |
addNewList()
Appends and returns a new empty "list" element
|
RestrictionDocument.Restriction |
addNewRestriction()
Appends and returns a new empty "restriction" element
|
UnionDocument.Union |
addNewUnion()
Appends and returns a new empty "union" element
|
Object |
getFinal()
Gets the "final" attribute
|
ListDocument.List |
getList()
Gets the "list" element
|
String |
getName()
Gets the "name" attribute
|
RestrictionDocument.Restriction |
getRestriction()
Gets the "restriction" element
|
UnionDocument.Union |
getUnion()
Gets the "union" element
|
boolean |
isSetFinal()
True if has "final" attribute
|
boolean |
isSetList()
True if has "list" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetRestriction()
True if has "restriction" element
|
boolean |
isSetUnion()
True if has "union" element
|
void |
setFinal(Object xfinal)
Sets the "final" attribute
|
void |
setList(ListDocument.List list)
Sets the "list" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setRestriction(RestrictionDocument.Restriction restriction)
Sets the "restriction" element
|
void |
setUnion(UnionDocument.Union union)
Sets the "union" element
|
void |
unsetFinal()
Unsets the "final" attribute
|
void |
unsetList()
Unsets the "list" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetRestriction()
Unsets the "restriction" element
|
void |
unsetUnion()
Unsets the "union" element
|
SimpleDerivationSet |
xgetFinal()
Gets (as xml) the "final" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetFinal(SimpleDerivationSet xfinal)
Sets (as xml) the "final" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextRestrictionDocument.Restriction getRestriction()
boolean isSetRestriction()
void setRestriction(RestrictionDocument.Restriction restriction)
RestrictionDocument.Restriction addNewRestriction()
void unsetRestriction()
ListDocument.List getList()
boolean isSetList()
void setList(ListDocument.List list)
ListDocument.List addNewList()
void unsetList()
UnionDocument.Union getUnion()
boolean isSetUnion()
void setUnion(UnionDocument.Union union)
UnionDocument.Union addNewUnion()
void unsetUnion()
Object getFinal()
SimpleDerivationSet xgetFinal()
boolean isSetFinal()
void setFinal(Object xfinal)
void xsetFinal(SimpleDerivationSet xfinal)
void unsetFinal()
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.