Interface SchemaDocument.Schema
- All Superinterfaces:
OpenAttrs,XmlObject,XmlTokenSource
- All Known Implementing Classes:
SchemaDocumentImpl.SchemaImpl
- Enclosing interface:
SchemaDocument
An XML schema(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<SchemaDocument.Schema> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "annotation" elementAppends and returns a new empty value (as xml) as the last "attribute" elementAppends and returns a new empty value (as xml) as the last "attributeGroup" elementAppends and returns a new empty value (as xml) as the last "complexType" elementAppends and returns a new empty value (as xml) as the last "element" elementAppends and returns a new empty value (as xml) as the last "group" elementAppends and returns a new empty value (as xml) as the last "import" elementAppends and returns a new empty value (as xml) as the last "include" elementAppends and returns a new empty value (as xml) as the last "notation" elementAppends and returns a new empty value (as xml) as the last "redefine" elementAppends and returns a new empty value (as xml) as the last "simpleType" elementGets array of all "annotation" elementsgetAnnotationArray(int i) Gets ith "annotation" elementGets a List of "annotation" elementsGets array of all "attribute" elementsgetAttributeArray(int i) Gets ith "attribute" elementGets the "attributeFormDefault" attributeGets array of all "attributeGroup" elementsgetAttributeGroupArray(int i) Gets ith "attributeGroup" elementGets a List of "attributeGroup" elementsGets a List of "attribute" elementsGets the "blockDefault" attributeGets array of all "complexType" elementsgetComplexTypeArray(int i) Gets ith "complexType" elementGets a List of "complexType" elementsGets array of all "element" elementsgetElementArray(int i) Gets ith "element" elementGets the "elementFormDefault" attributeGets a List of "element" elementsGets the "finalDefault" attributeGets array of all "group" elementsgetGroupArray(int i) Gets ith "group" elementGets a List of "group" elementsgetId()Gets the "id" attributeGets array of all "import" elementsgetImportArray(int i) Gets ith "import" elementGets a List of "import" elementsGets array of all "include" elementsgetIncludeArray(int i) Gets ith "include" elementGets a List of "include" elementsgetLang()Gets the "lang" attributeGets array of all "notation" elementsgetNotationArray(int i) Gets ith "notation" elementGets a List of "notation" elementsGets array of all "redefine" elementsgetRedefineArray(int i) Gets ith "redefine" elementGets a List of "redefine" elementsGets array of all "simpleType" elementsgetSimpleTypeArray(int i) Gets ith "simpleType" elementGets a List of "simpleType" elementsGets the "targetNamespace" attributeGets the "version" attributeinsertNewAnnotation(int i) Inserts and returns a new empty value (as xml) as the ith "annotation" elementinsertNewAttribute(int i) Inserts and returns a new empty value (as xml) as the ith "attribute" elementinsertNewAttributeGroup(int i) Inserts and returns a new empty value (as xml) as the ith "attributeGroup" elementinsertNewComplexType(int i) Inserts and returns a new empty value (as xml) as the ith "complexType" elementinsertNewElement(int i) Inserts and returns a new empty value (as xml) as the ith "element" elementinsertNewGroup(int i) Inserts and returns a new empty value (as xml) as the ith "group" elementinsertNewImport(int i) Inserts and returns a new empty value (as xml) as the ith "import" elementinsertNewInclude(int i) Inserts and returns a new empty value (as xml) as the ith "include" elementinsertNewNotation(int i) Inserts and returns a new empty value (as xml) as the ith "notation" elementinsertNewRedefine(int i) Inserts and returns a new empty value (as xml) as the ith "redefine" elementinsertNewSimpleType(int i) Inserts and returns a new empty value (as xml) as the ith "simpleType" elementbooleanTrue if has "attributeFormDefault" attributebooleanTrue if has "blockDefault" attributebooleanTrue if has "elementFormDefault" attributebooleanTrue if has "finalDefault" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "lang" attributebooleanTrue if has "targetNamespace" attributebooleanTrue if has "version" attributevoidremoveAnnotation(int i) Removes the ith "annotation" elementvoidremoveAttribute(int i) Removes the ith "attribute" elementvoidremoveAttributeGroup(int i) Removes the ith "attributeGroup" elementvoidremoveComplexType(int i) Removes the ith "complexType" elementvoidremoveElement(int i) Removes the ith "element" elementvoidremoveGroup(int i) Removes the ith "group" elementvoidremoveImport(int i) Removes the ith "import" elementvoidremoveInclude(int i) Removes the ith "include" elementvoidremoveNotation(int i) Removes the ith "notation" elementvoidremoveRedefine(int i) Removes the ith "redefine" elementvoidremoveSimpleType(int i) Removes the ith "simpleType" elementvoidsetAnnotationArray(int i, AnnotationDocument.Annotation annotation) Sets ith "annotation" elementvoidsetAnnotationArray(AnnotationDocument.Annotation[] annotationArray) Sets array of all "annotation" elementvoidsetAttributeArray(int i, TopLevelAttribute attribute) Sets ith "attribute" elementvoidsetAttributeArray(TopLevelAttribute[] attributeArray) Sets array of all "attribute" elementvoidsetAttributeFormDefault(FormChoice.Enum attributeFormDefault) Sets the "attributeFormDefault" attributevoidsetAttributeGroupArray(int i, NamedAttributeGroup attributeGroup) Sets ith "attributeGroup" elementvoidsetAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray) Sets array of all "attributeGroup" elementvoidsetBlockDefault(Object blockDefault) Sets the "blockDefault" attributevoidsetComplexTypeArray(int i, TopLevelComplexType complexType) Sets ith "complexType" elementvoidsetComplexTypeArray(TopLevelComplexType[] complexTypeArray) Sets array of all "complexType" elementvoidsetElementArray(int i, TopLevelElement element) Sets ith "element" elementvoidsetElementArray(TopLevelElement[] elementArray) Sets array of all "element" elementvoidsetElementFormDefault(FormChoice.Enum elementFormDefault) Sets the "elementFormDefault" attributevoidsetFinalDefault(Object finalDefault) Sets the "finalDefault" attributevoidsetGroupArray(int i, NamedGroup group) Sets ith "group" elementvoidsetGroupArray(NamedGroup[] groupArray) Sets array of all "group" elementvoidSets the "id" attributevoidsetImportArray(int i, ImportDocument.Import ximport) Sets ith "import" elementvoidsetImportArray(ImportDocument.Import[] ximportArray) Sets array of all "import" elementvoidsetIncludeArray(int i, IncludeDocument.Include include) Sets ith "include" elementvoidsetIncludeArray(IncludeDocument.Include[] includeArray) Sets array of all "include" elementvoidSets the "lang" attributevoidsetNotationArray(int i, NotationDocument.Notation notation) Sets ith "notation" elementvoidsetNotationArray(NotationDocument.Notation[] notationArray) Sets array of all "notation" elementvoidsetRedefineArray(int i, RedefineDocument.Redefine redefine) Sets ith "redefine" elementvoidsetRedefineArray(RedefineDocument.Redefine[] redefineArray) Sets array of all "redefine" elementvoidsetSimpleTypeArray(int i, TopLevelSimpleType simpleType) Sets ith "simpleType" elementvoidsetSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray) Sets array of all "simpleType" elementvoidsetTargetNamespace(String targetNamespace) Sets the "targetNamespace" attributevoidsetVersion(String version) Sets the "version" attributeintReturns number of "annotation" elementintReturns number of "attribute" elementintReturns number of "attributeGroup" elementintReturns number of "complexType" elementintReturns number of "element" elementintReturns number of "group" elementintReturns number of "import" elementintReturns number of "include" elementintReturns number of "notation" elementintReturns number of "redefine" elementintReturns number of "simpleType" elementvoidUnsets the "attributeFormDefault" attributevoidUnsets the "blockDefault" attributevoidUnsets the "elementFormDefault" attributevoidUnsets the "finalDefault" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "lang" attributevoidUnsets the "targetNamespace" attributevoidUnsets the "version" attributeGets (as xml) the "attributeFormDefault" attributeGets (as xml) the "blockDefault" attributeGets (as xml) the "elementFormDefault" attributeGets (as xml) the "finalDefault" attributexgetId()Gets (as xml) the "id" attributexgetLang()Gets (as xml) the "lang" attributeGets (as xml) the "targetNamespace" attributeGets (as xml) the "version" attributevoidxsetAttributeFormDefault(FormChoice attributeFormDefault) Sets (as xml) the "attributeFormDefault" attributevoidxsetBlockDefault(BlockSet blockDefault) Sets (as xml) the "blockDefault" attributevoidxsetElementFormDefault(FormChoice elementFormDefault) Sets (as xml) the "elementFormDefault" attributevoidxsetFinalDefault(FullDerivationSet finalDefault) Sets (as xml) the "finalDefault" attributevoidSets (as xml) the "id" attributevoidxsetLang(LangAttribute.Lang lang) Sets (as xml) the "lang" attributevoidxsetTargetNamespace(XmlAnyURI targetNamespace) Sets (as xml) the "targetNamespace" attributevoidxsetVersion(XmlToken version) Sets (as xml) the "version" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getIncludeList
List<IncludeDocument.Include> getIncludeList()Gets a List of "include" elements -
getIncludeArray
IncludeDocument.Include[] getIncludeArray()Gets array of all "include" elements -
getIncludeArray
Gets ith "include" element -
sizeOfIncludeArray
int sizeOfIncludeArray()Returns number of "include" element -
setIncludeArray
Sets array of all "include" element -
setIncludeArray
Sets ith "include" element -
insertNewInclude
Inserts and returns a new empty value (as xml) as the ith "include" element -
addNewInclude
IncludeDocument.Include addNewInclude()Appends and returns a new empty value (as xml) as the last "include" element -
removeInclude
void removeInclude(int i) Removes the ith "include" element -
getImportList
List<ImportDocument.Import> getImportList()Gets a List of "import" elements -
getImportArray
ImportDocument.Import[] getImportArray()Gets array of all "import" elements -
getImportArray
Gets ith "import" element -
sizeOfImportArray
int sizeOfImportArray()Returns number of "import" element -
setImportArray
Sets array of all "import" element -
setImportArray
Sets ith "import" element -
insertNewImport
Inserts and returns a new empty value (as xml) as the ith "import" element -
addNewImport
ImportDocument.Import addNewImport()Appends and returns a new empty value (as xml) as the last "import" element -
removeImport
void removeImport(int i) Removes the ith "import" element -
getRedefineList
List<RedefineDocument.Redefine> getRedefineList()Gets a List of "redefine" elements -
getRedefineArray
RedefineDocument.Redefine[] getRedefineArray()Gets array of all "redefine" elements -
getRedefineArray
Gets ith "redefine" element -
sizeOfRedefineArray
int sizeOfRedefineArray()Returns number of "redefine" element -
setRedefineArray
Sets array of all "redefine" element -
setRedefineArray
Sets ith "redefine" element -
insertNewRedefine
Inserts and returns a new empty value (as xml) as the ith "redefine" element -
addNewRedefine
RedefineDocument.Redefine addNewRedefine()Appends and returns a new empty value (as xml) as the last "redefine" element -
removeRedefine
void removeRedefine(int i) Removes the ith "redefine" element -
getAnnotationList
List<AnnotationDocument.Annotation> getAnnotationList()Gets a List of "annotation" elements -
getAnnotationArray
AnnotationDocument.Annotation[] getAnnotationArray()Gets array of all "annotation" elements -
getAnnotationArray
Gets ith "annotation" element -
sizeOfAnnotationArray
int sizeOfAnnotationArray()Returns number of "annotation" element -
setAnnotationArray
Sets array of all "annotation" element -
setAnnotationArray
Sets ith "annotation" element -
insertNewAnnotation
Inserts and returns a new empty value (as xml) as the ith "annotation" element -
addNewAnnotation
AnnotationDocument.Annotation addNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" element -
removeAnnotation
void removeAnnotation(int i) Removes the ith "annotation" element -
getSimpleTypeList
List<TopLevelSimpleType> getSimpleTypeList()Gets a List of "simpleType" elements -
getSimpleTypeArray
TopLevelSimpleType[] getSimpleTypeArray()Gets array of all "simpleType" elements -
getSimpleTypeArray
Gets ith "simpleType" element -
sizeOfSimpleTypeArray
int sizeOfSimpleTypeArray()Returns number of "simpleType" element -
setSimpleTypeArray
Sets array of all "simpleType" element -
setSimpleTypeArray
Sets ith "simpleType" element -
insertNewSimpleType
Inserts and returns a new empty value (as xml) as the ith "simpleType" element -
addNewSimpleType
TopLevelSimpleType addNewSimpleType()Appends and returns a new empty value (as xml) as the last "simpleType" element -
removeSimpleType
void removeSimpleType(int i) Removes the ith "simpleType" element -
getComplexTypeList
List<TopLevelComplexType> getComplexTypeList()Gets a List of "complexType" elements -
getComplexTypeArray
TopLevelComplexType[] getComplexTypeArray()Gets array of all "complexType" elements -
getComplexTypeArray
Gets ith "complexType" element -
sizeOfComplexTypeArray
int sizeOfComplexTypeArray()Returns number of "complexType" element -
setComplexTypeArray
Sets array of all "complexType" element -
setComplexTypeArray
Sets ith "complexType" element -
insertNewComplexType
Inserts and returns a new empty value (as xml) as the ith "complexType" element -
addNewComplexType
TopLevelComplexType addNewComplexType()Appends and returns a new empty value (as xml) as the last "complexType" element -
removeComplexType
void removeComplexType(int i) Removes the ith "complexType" element -
getGroupList
List<NamedGroup> getGroupList()Gets a List of "group" elements -
getGroupArray
NamedGroup[] getGroupArray()Gets array of all "group" elements -
getGroupArray
Gets ith "group" element -
sizeOfGroupArray
int sizeOfGroupArray()Returns number of "group" element -
setGroupArray
Sets array of all "group" element -
setGroupArray
Sets ith "group" element -
insertNewGroup
Inserts and returns a new empty value (as xml) as the ith "group" element -
addNewGroup
NamedGroup addNewGroup()Appends and returns a new empty value (as xml) as the last "group" element -
removeGroup
void removeGroup(int i) Removes the ith "group" element -
getAttributeGroupList
List<NamedAttributeGroup> getAttributeGroupList()Gets a List of "attributeGroup" elements -
getAttributeGroupArray
NamedAttributeGroup[] getAttributeGroupArray()Gets array of all "attributeGroup" elements -
getAttributeGroupArray
Gets ith "attributeGroup" element -
sizeOfAttributeGroupArray
int sizeOfAttributeGroupArray()Returns number of "attributeGroup" element -
setAttributeGroupArray
Sets array of all "attributeGroup" element -
setAttributeGroupArray
Sets ith "attributeGroup" element -
insertNewAttributeGroup
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element -
addNewAttributeGroup
NamedAttributeGroup addNewAttributeGroup()Appends and returns a new empty value (as xml) as the last "attributeGroup" element -
removeAttributeGroup
void removeAttributeGroup(int i) Removes the ith "attributeGroup" element -
getElementList
List<TopLevelElement> getElementList()Gets a List of "element" elements -
getElementArray
TopLevelElement[] getElementArray()Gets array of all "element" elements -
getElementArray
Gets ith "element" element -
sizeOfElementArray
int sizeOfElementArray()Returns number of "element" element -
setElementArray
Sets array of all "element" element -
setElementArray
Sets ith "element" element -
insertNewElement
Inserts and returns a new empty value (as xml) as the ith "element" element -
addNewElement
TopLevelElement addNewElement()Appends and returns a new empty value (as xml) as the last "element" element -
removeElement
void removeElement(int i) Removes the ith "element" element -
getAttributeList
List<TopLevelAttribute> getAttributeList()Gets a List of "attribute" elements -
getAttributeArray
TopLevelAttribute[] getAttributeArray()Gets array of all "attribute" elements -
getAttributeArray
Gets ith "attribute" element -
sizeOfAttributeArray
int sizeOfAttributeArray()Returns number of "attribute" element -
setAttributeArray
Sets array of all "attribute" element -
setAttributeArray
Sets ith "attribute" element -
insertNewAttribute
Inserts and returns a new empty value (as xml) as the ith "attribute" element -
addNewAttribute
TopLevelAttribute addNewAttribute()Appends and returns a new empty value (as xml) as the last "attribute" element -
removeAttribute
void removeAttribute(int i) Removes the ith "attribute" element -
getNotationList
List<NotationDocument.Notation> getNotationList()Gets a List of "notation" elements -
getNotationArray
NotationDocument.Notation[] getNotationArray()Gets array of all "notation" elements -
getNotationArray
Gets ith "notation" element -
sizeOfNotationArray
int sizeOfNotationArray()Returns number of "notation" element -
setNotationArray
Sets array of all "notation" element -
setNotationArray
Sets ith "notation" element -
insertNewNotation
Inserts and returns a new empty value (as xml) as the ith "notation" element -
addNewNotation
NotationDocument.Notation addNewNotation()Appends and returns a new empty value (as xml) as the last "notation" element -
removeNotation
void removeNotation(int i) Removes the ith "notation" element -
getTargetNamespace
String getTargetNamespace()Gets the "targetNamespace" attribute -
xgetTargetNamespace
XmlAnyURI xgetTargetNamespace()Gets (as xml) the "targetNamespace" attribute -
isSetTargetNamespace
boolean isSetTargetNamespace()True if has "targetNamespace" attribute -
setTargetNamespace
Sets the "targetNamespace" attribute -
xsetTargetNamespace
Sets (as xml) the "targetNamespace" attribute -
unsetTargetNamespace
void unsetTargetNamespace()Unsets the "targetNamespace" attribute -
getVersion
String getVersion()Gets the "version" attribute -
xgetVersion
XmlToken xgetVersion()Gets (as xml) the "version" attribute -
isSetVersion
boolean isSetVersion()True if has "version" attribute -
setVersion
Sets the "version" attribute -
xsetVersion
Sets (as xml) the "version" attribute -
unsetVersion
void unsetVersion()Unsets the "version" attribute -
getFinalDefault
Object getFinalDefault()Gets the "finalDefault" attribute -
xgetFinalDefault
FullDerivationSet xgetFinalDefault()Gets (as xml) the "finalDefault" attribute -
isSetFinalDefault
boolean isSetFinalDefault()True if has "finalDefault" attribute -
setFinalDefault
Sets the "finalDefault" attribute -
xsetFinalDefault
Sets (as xml) the "finalDefault" attribute -
unsetFinalDefault
void unsetFinalDefault()Unsets the "finalDefault" attribute -
getBlockDefault
Object getBlockDefault()Gets the "blockDefault" attribute -
xgetBlockDefault
BlockSet xgetBlockDefault()Gets (as xml) the "blockDefault" attribute -
isSetBlockDefault
boolean isSetBlockDefault()True if has "blockDefault" attribute -
setBlockDefault
Sets the "blockDefault" attribute -
xsetBlockDefault
Sets (as xml) the "blockDefault" attribute -
unsetBlockDefault
void unsetBlockDefault()Unsets the "blockDefault" attribute -
getAttributeFormDefault
FormChoice.Enum getAttributeFormDefault()Gets the "attributeFormDefault" attribute -
xgetAttributeFormDefault
FormChoice xgetAttributeFormDefault()Gets (as xml) the "attributeFormDefault" attribute -
isSetAttributeFormDefault
boolean isSetAttributeFormDefault()True if has "attributeFormDefault" attribute -
setAttributeFormDefault
Sets the "attributeFormDefault" attribute -
xsetAttributeFormDefault
Sets (as xml) the "attributeFormDefault" attribute -
unsetAttributeFormDefault
void unsetAttributeFormDefault()Unsets the "attributeFormDefault" attribute -
getElementFormDefault
FormChoice.Enum getElementFormDefault()Gets the "elementFormDefault" attribute -
xgetElementFormDefault
FormChoice xgetElementFormDefault()Gets (as xml) the "elementFormDefault" attribute -
isSetElementFormDefault
boolean isSetElementFormDefault()True if has "elementFormDefault" attribute -
setElementFormDefault
Sets the "elementFormDefault" attribute -
xsetElementFormDefault
Sets (as xml) the "elementFormDefault" attribute -
unsetElementFormDefault
void unsetElementFormDefault()Unsets the "elementFormDefault" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
XmlID xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getLang
String getLang()Gets the "lang" attribute -
xgetLang
LangAttribute.Lang xgetLang()Gets (as xml) the "lang" attribute -
isSetLang
boolean isSetLang()True if has "lang" attribute -
setLang
Sets the "lang" attribute -
xsetLang
Sets (as xml) the "lang" attribute -
unsetLang
void unsetLang()Unsets the "lang" attribute
-