|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RedefineDocument.Redefine
An XML redefine(@http://www.w3.org/2001/XMLSchema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
RedefineDocument.Redefine.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
AnnotationDocument.Annotation |
addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element |
NamedAttributeGroup |
addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element |
TopLevelComplexType |
addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element |
NamedGroup |
addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element |
TopLevelSimpleType |
addNewSimpleType()
Appends and returns a new empty value (as xml) as the last "simpleType" element |
AnnotationDocument.Annotation[] |
getAnnotationArray()
Gets array of all "annotation" elements |
AnnotationDocument.Annotation |
getAnnotationArray(int i)
Gets ith "annotation" element |
NamedAttributeGroup[] |
getAttributeGroupArray()
Gets array of all "attributeGroup" elements |
NamedAttributeGroup |
getAttributeGroupArray(int i)
Gets ith "attributeGroup" element |
TopLevelComplexType[] |
getComplexTypeArray()
Gets array of all "complexType" elements |
TopLevelComplexType |
getComplexTypeArray(int i)
Gets ith "complexType" element |
NamedGroup[] |
getGroupArray()
Gets array of all "group" elements |
NamedGroup |
getGroupArray(int i)
Gets ith "group" element |
java.lang.String |
getId()
Gets the "id" attribute |
java.lang.String |
getSchemaLocation()
Gets the "schemaLocation" attribute |
TopLevelSimpleType[] |
getSimpleTypeArray()
Gets array of all "simpleType" elements |
TopLevelSimpleType |
getSimpleTypeArray(int i)
Gets ith "simpleType" element |
AnnotationDocument.Annotation |
insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element |
NamedAttributeGroup |
insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element |
TopLevelComplexType |
insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element |
NamedGroup |
insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element |
TopLevelSimpleType |
insertNewSimpleType(int i)
Inserts and returns a new empty value (as xml) as the ith "simpleType" element |
boolean |
isSetId()
True if has "id" attribute |
void |
removeAnnotation(int i)
Removes the ith "annotation" element |
void |
removeAttributeGroup(int i)
Removes the ith "attributeGroup" element |
void |
removeComplexType(int i)
Removes the ith "complexType" element |
void |
removeGroup(int i)
Removes the ith "group" element |
void |
removeSimpleType(int i)
Removes the ith "simpleType" element |
void |
setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
Sets array of all "annotation" element |
void |
setAnnotationArray(int i,
AnnotationDocument.Annotation annotation)
Sets ith "annotation" element |
void |
setAttributeGroupArray(int i,
NamedAttributeGroup attributeGroup)
Sets ith "attributeGroup" element |
void |
setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
Sets array of all "attributeGroup" element |
void |
setComplexTypeArray(int i,
TopLevelComplexType complexType)
Sets ith "complexType" element |
void |
setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
Sets array of all "complexType" element |
void |
setGroupArray(int i,
NamedGroup group)
Sets ith "group" element |
void |
setGroupArray(NamedGroup[] groupArray)
Sets array of all "group" element |
void |
setId(java.lang.String id)
Sets the "id" attribute |
void |
setSchemaLocation(java.lang.String schemaLocation)
Sets the "schemaLocation" attribute |
void |
setSimpleTypeArray(int i,
TopLevelSimpleType simpleType)
Sets ith "simpleType" element |
void |
setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
Sets array of all "simpleType" element |
int |
sizeOfAnnotationArray()
Returns number of "annotation" element |
int |
sizeOfAttributeGroupArray()
Returns number of "attributeGroup" element |
int |
sizeOfComplexTypeArray()
Returns number of "complexType" element |
int |
sizeOfGroupArray()
Returns number of "group" element |
int |
sizeOfSimpleTypeArray()
Returns number of "simpleType" element |
void |
unsetId()
Unsets the "id" attribute |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetSchemaLocation()
Gets (as xml) the "schemaLocation" attribute |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute |
void |
xsetSchemaLocation(org.apache.xmlbeans.XmlAnyURI schemaLocation)
Sets (as xml) the "schemaLocation" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
AnnotationDocument.Annotation[] getAnnotationArray()
AnnotationDocument.Annotation getAnnotationArray(int i)
int sizeOfAnnotationArray()
void setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
void setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
AnnotationDocument.Annotation insertNewAnnotation(int i)
AnnotationDocument.Annotation addNewAnnotation()
void removeAnnotation(int i)
TopLevelSimpleType[] getSimpleTypeArray()
TopLevelSimpleType getSimpleTypeArray(int i)
int sizeOfSimpleTypeArray()
void setSimpleTypeArray(TopLevelSimpleType[] simpleTypeArray)
void setSimpleTypeArray(int i, TopLevelSimpleType simpleType)
TopLevelSimpleType insertNewSimpleType(int i)
TopLevelSimpleType addNewSimpleType()
void removeSimpleType(int i)
TopLevelComplexType[] getComplexTypeArray()
TopLevelComplexType getComplexTypeArray(int i)
int sizeOfComplexTypeArray()
void setComplexTypeArray(TopLevelComplexType[] complexTypeArray)
void setComplexTypeArray(int i, TopLevelComplexType complexType)
TopLevelComplexType insertNewComplexType(int i)
TopLevelComplexType addNewComplexType()
void removeComplexType(int i)
NamedGroup[] getGroupArray()
NamedGroup getGroupArray(int i)
int sizeOfGroupArray()
void setGroupArray(NamedGroup[] groupArray)
void setGroupArray(int i, NamedGroup group)
NamedGroup insertNewGroup(int i)
NamedGroup addNewGroup()
void removeGroup(int i)
NamedAttributeGroup[] getAttributeGroupArray()
NamedAttributeGroup getAttributeGroupArray(int i)
int sizeOfAttributeGroupArray()
void setAttributeGroupArray(NamedAttributeGroup[] attributeGroupArray)
void setAttributeGroupArray(int i, NamedAttributeGroup attributeGroup)
NamedAttributeGroup insertNewAttributeGroup(int i)
NamedAttributeGroup addNewAttributeGroup()
void removeAttributeGroup(int i)
java.lang.String getSchemaLocation()
org.apache.xmlbeans.XmlAnyURI xgetSchemaLocation()
void setSchemaLocation(java.lang.String schemaLocation)
void xsetSchemaLocation(org.apache.xmlbeans.XmlAnyURI schemaLocation)
java.lang.String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(java.lang.String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |