Interface CTMapInfo
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_MapInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields 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 "Map" elementAppends and returns a new empty value (as xml) as the last "Schema" elementCTMap[]
Gets array of all "Map" elementsgetMapArray
(int i) Gets ith "Map" elementGets a List of "Map" elementsCTSchema[]
Gets array of all "Schema" elementsgetSchemaArray
(int i) Gets ith "Schema" elementGets a List of "Schema" elementsGets the "SelectionNamespaces" attributeinsertNewMap
(int i) Inserts and returns a new empty value (as xml) as the ith "Map" elementinsertNewSchema
(int i) Inserts and returns a new empty value (as xml) as the ith "Schema" elementvoid
removeMap
(int i) Removes the ith "Map" elementvoid
removeSchema
(int i) Removes the ith "Schema" elementvoid
setMapArray
(int i, CTMap map) Sets ith "Map" elementvoid
setMapArray
(CTMap[] mapArray) Sets array of all "Map" elementvoid
setSchemaArray
(int i, CTSchema schema) Sets ith "Schema" elementvoid
setSchemaArray
(CTSchema[] schemaArray) Sets array of all "Schema" elementvoid
setSelectionNamespaces
(String selectionNamespaces) Sets the "SelectionNamespaces" attributeint
Returns number of "Map" elementint
Returns number of "Schema" elementGets (as xml) the "SelectionNamespaces" attributevoid
xsetSelectionNamespaces
(XmlString selectionNamespaces) Sets (as xml) the "SelectionNamespaces" 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, 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 Details
-
Factory
-
type
-
-
Method Details
-
getSchemaList
Gets a List of "Schema" elements -
getSchemaArray
CTSchema[] getSchemaArray()Gets array of all "Schema" elements -
getSchemaArray
Gets ith "Schema" element -
sizeOfSchemaArray
int sizeOfSchemaArray()Returns number of "Schema" element -
setSchemaArray
Sets array of all "Schema" element -
setSchemaArray
Sets ith "Schema" element -
insertNewSchema
Inserts and returns a new empty value (as xml) as the ith "Schema" element -
addNewSchema
CTSchema addNewSchema()Appends and returns a new empty value (as xml) as the last "Schema" element -
removeSchema
void removeSchema(int i) Removes the ith "Schema" element -
getMapList
Gets a List of "Map" elements -
getMapArray
CTMap[] getMapArray()Gets array of all "Map" elements -
getMapArray
Gets ith "Map" element -
sizeOfMapArray
int sizeOfMapArray()Returns number of "Map" element -
setMapArray
Sets array of all "Map" element -
setMapArray
Sets ith "Map" element -
insertNewMap
Inserts and returns a new empty value (as xml) as the ith "Map" element -
addNewMap
CTMap addNewMap()Appends and returns a new empty value (as xml) as the last "Map" element -
removeMap
void removeMap(int i) Removes the ith "Map" element -
getSelectionNamespaces
String getSelectionNamespaces()Gets the "SelectionNamespaces" attribute -
xgetSelectionNamespaces
XmlString xgetSelectionNamespaces()Gets (as xml) the "SelectionNamespaces" attribute -
setSelectionNamespaces
Sets the "SelectionNamespaces" attribute -
xsetSelectionNamespaces
Sets (as xml) the "SelectionNamespaces" attribute
-