Interface RedefineDocument.Redefine
- All Superinterfaces:
OpenAttrs,XmlObject,XmlTokenSource
- All Known Implementing Classes:
RedefineDocumentImpl.RedefineImpl
- Enclosing interface:
RedefineDocument
An XML redefine(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<RedefineDocument.Redefine> 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 "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 "group" 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 "attributeGroup" elementsgetAttributeGroupArray(int i) Gets ith "attributeGroup" elementGets a List of "attributeGroup" elementsGets array of all "complexType" elementsgetComplexTypeArray(int i) Gets ith "complexType" elementGets a List of "complexType" elementsGets array of all "group" elementsgetGroupArray(int i) Gets ith "group" elementGets a List of "group" elementsgetId()Gets the "id" attributeGets the "schemaLocation" attributeGets array of all "simpleType" elementsgetSimpleTypeArray(int i) Gets ith "simpleType" elementGets a List of "simpleType" elementsinsertNewAnnotation(int i) Inserts and returns a new empty value (as xml) as the ith "annotation" 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" elementinsertNewGroup(int i) Inserts and returns a new empty value (as xml) as the ith "group" elementinsertNewSimpleType(int i) Inserts and returns a new empty value (as xml) as the ith "simpleType" elementbooleanisSetId()True if has "id" attributevoidremoveAnnotation(int i) Removes the ith "annotation" elementvoidremoveAttributeGroup(int i) Removes the ith "attributeGroup" elementvoidremoveComplexType(int i) Removes the ith "complexType" elementvoidremoveGroup(int i) Removes the ith "group" 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" elementvoidsetAttributeGroupArray(int i, NamedAttributeGroup attributeGroup) Sets ith "attributeGroup" elementvoidsetAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray) Sets array of all "attributeGroup" elementvoidsetComplexTypeArray(int i, TopLevelComplexType complexType) Sets ith "complexType" elementvoidsetComplexTypeArray(TopLevelComplexType[] complexTypeArray) Sets array of all "complexType" elementvoidsetGroupArray(int i, NamedGroup group) Sets ith "group" elementvoidsetGroupArray(NamedGroup[] groupArray) Sets array of all "group" elementvoidSets the "id" attributevoidsetSchemaLocation(String schemaLocation) Sets the "schemaLocation" attributevoidsetSimpleTypeArray(int i, TopLevelSimpleType simpleType) Sets ith "simpleType" elementvoidsetSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray) Sets array of all "simpleType" elementintReturns number of "annotation" elementintReturns number of "attributeGroup" elementintReturns number of "complexType" elementintReturns number of "group" elementintReturns number of "simpleType" elementvoidunsetId()Unsets the "id" attributexgetId()Gets (as xml) the "id" attributeGets (as xml) the "schemaLocation" attributevoidSets (as xml) the "id" attributevoidxsetSchemaLocation(XmlAnyURI schemaLocation) Sets (as xml) the "schemaLocation" 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
-
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 -
getSchemaLocation
String getSchemaLocation()Gets the "schemaLocation" attribute -
xgetSchemaLocation
XmlAnyURI xgetSchemaLocation()Gets (as xml) the "schemaLocation" attribute -
setSchemaLocation
Sets the "schemaLocation" attribute -
xsetSchemaLocation
Sets (as xml) the "schemaLocation" 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
-