Interface RedefineDocument.Redefine
-
- All Superinterfaces:
OpenAttrs,XmlObject,XmlTokenSource
- All Known Implementing Classes:
RedefineDocumentImpl.RedefineImpl
- Enclosing interface:
- RedefineDocument
public static interface RedefineDocument.Redefine extends OpenAttrs
An XML redefine(@http://www.w3.org/2001/XMLSchema). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static ElementFactory<RedefineDocument.Redefine>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationDocument.AnnotationaddNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementNamedAttributeGroupaddNewAttributeGroup()Appends and returns a new empty value (as xml) as the last "attributeGroup" elementTopLevelComplexTypeaddNewComplexType()Appends and returns a new empty value (as xml) as the last "complexType" elementNamedGroupaddNewGroup()Appends and returns a new empty value (as xml) as the last "group" elementTopLevelSimpleTypeaddNewSimpleType()Appends and returns a new empty value (as xml) as the last "simpleType" elementAnnotationDocument.Annotation[]getAnnotationArray()Gets array of all "annotation" elementsAnnotationDocument.AnnotationgetAnnotationArray(int i)Gets ith "annotation" elementList<AnnotationDocument.Annotation>getAnnotationList()Gets a List of "annotation" elementsNamedAttributeGroup[]getAttributeGroupArray()Gets array of all "attributeGroup" elementsNamedAttributeGroupgetAttributeGroupArray(int i)Gets ith "attributeGroup" elementList<NamedAttributeGroup>getAttributeGroupList()Gets a List of "attributeGroup" elementsTopLevelComplexType[]getComplexTypeArray()Gets array of all "complexType" elementsTopLevelComplexTypegetComplexTypeArray(int i)Gets ith "complexType" elementList<TopLevelComplexType>getComplexTypeList()Gets a List of "complexType" elementsNamedGroup[]getGroupArray()Gets array of all "group" elementsNamedGroupgetGroupArray(int i)Gets ith "group" elementList<NamedGroup>getGroupList()Gets a List of "group" elementsStringgetId()Gets the "id" attributeStringgetSchemaLocation()Gets the "schemaLocation" attributeTopLevelSimpleType[]getSimpleTypeArray()Gets array of all "simpleType" elementsTopLevelSimpleTypegetSimpleTypeArray(int i)Gets ith "simpleType" elementList<TopLevelSimpleType>getSimpleTypeList()Gets a List of "simpleType" elementsAnnotationDocument.AnnotationinsertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementNamedAttributeGroupinsertNewAttributeGroup(int i)Inserts and returns a new empty value (as xml) as the ith "attributeGroup" elementTopLevelComplexTypeinsertNewComplexType(int i)Inserts and returns a new empty value (as xml) as the ith "complexType" elementNamedGroupinsertNewGroup(int i)Inserts and returns a new empty value (as xml) as the ith "group" elementTopLevelSimpleTypeinsertNewSimpleType(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" elementvoidsetId(String id)Sets the "id" attributevoidsetSchemaLocation(String schemaLocation)Sets the "schemaLocation" attributevoidsetSimpleTypeArray(int i, TopLevelSimpleType simpleType)Sets ith "simpleType" elementvoidsetSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)Sets array of all "simpleType" elementintsizeOfAnnotationArray()Returns number of "annotation" elementintsizeOfAttributeGroupArray()Returns number of "attributeGroup" elementintsizeOfComplexTypeArray()Returns number of "complexType" elementintsizeOfGroupArray()Returns number of "group" elementintsizeOfSimpleTypeArray()Returns number of "simpleType" elementvoidunsetId()Unsets the "id" attributeXmlIDxgetId()Gets (as xml) the "id" attributeXmlAnyURIxgetSchemaLocation()Gets (as xml) the "schemaLocation" attributevoidxsetId(XmlID id)Sets (as xml) the "id" attributevoidxsetSchemaLocation(XmlAnyURI schemaLocation)Sets (as xml) the "schemaLocation" attribute-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final ElementFactory<RedefineDocument.Redefine> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getAnnotationList
List<AnnotationDocument.Annotation> getAnnotationList()
Gets a List of "annotation" elements
-
getAnnotationArray
AnnotationDocument.Annotation[] getAnnotationArray()
Gets array of all "annotation" elements
-
getAnnotationArray
AnnotationDocument.Annotation getAnnotationArray(int i)
Gets ith "annotation" element
-
sizeOfAnnotationArray
int sizeOfAnnotationArray()
Returns number of "annotation" element
-
setAnnotationArray
void setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element
-
setAnnotationArray
void setAnnotationArray(int i, AnnotationDocument.Annotation annotation)Sets ith "annotation" element
-
insertNewAnnotation
AnnotationDocument.Annotation insertNewAnnotation(int i)
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
TopLevelSimpleType getSimpleTypeArray(int i)
Gets ith "simpleType" element
-
sizeOfSimpleTypeArray
int sizeOfSimpleTypeArray()
Returns number of "simpleType" element
-
setSimpleTypeArray
void setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
Sets array of all "simpleType" element
-
setSimpleTypeArray
void setSimpleTypeArray(int i, TopLevelSimpleType simpleType)Sets ith "simpleType" element
-
insertNewSimpleType
TopLevelSimpleType insertNewSimpleType(int i)
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
TopLevelComplexType getComplexTypeArray(int i)
Gets ith "complexType" element
-
sizeOfComplexTypeArray
int sizeOfComplexTypeArray()
Returns number of "complexType" element
-
setComplexTypeArray
void setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element
-
setComplexTypeArray
void setComplexTypeArray(int i, TopLevelComplexType complexType)Sets ith "complexType" element
-
insertNewComplexType
TopLevelComplexType insertNewComplexType(int i)
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
NamedGroup getGroupArray(int i)
Gets ith "group" element
-
sizeOfGroupArray
int sizeOfGroupArray()
Returns number of "group" element
-
setGroupArray
void setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element
-
setGroupArray
void setGroupArray(int i, NamedGroup group)Sets ith "group" element
-
insertNewGroup
NamedGroup insertNewGroup(int i)
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
NamedAttributeGroup getAttributeGroupArray(int i)
Gets ith "attributeGroup" element
-
sizeOfAttributeGroupArray
int sizeOfAttributeGroupArray()
Returns number of "attributeGroup" element
-
setAttributeGroupArray
void setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element
-
setAttributeGroupArray
void setAttributeGroupArray(int i, NamedAttributeGroup attributeGroup)Sets ith "attributeGroup" element
-
insertNewAttributeGroup
NamedAttributeGroup insertNewAttributeGroup(int i)
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
void setSchemaLocation(String schemaLocation)
Sets the "schemaLocation" attribute
-
xsetSchemaLocation
void xsetSchemaLocation(XmlAnyURI schemaLocation)
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
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-