public interface CTMapInfo extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CTMapInfo.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
CTMap |
addNewMap()
Appends and returns a new empty value (as xml) as the last "Map" element
|
CTSchema |
addNewSchema()
Appends and returns a new empty value (as xml) as the last "Schema" element
|
CTMap[] |
getMapArray()
Deprecated.
|
CTMap |
getMapArray(int i)
Gets ith "Map" element
|
java.util.List<CTMap> |
getMapList()
Gets a List of "Map" elements
|
CTSchema[] |
getSchemaArray()
Deprecated.
|
CTSchema |
getSchemaArray(int i)
Gets ith "Schema" element
|
java.util.List<CTSchema> |
getSchemaList()
Gets a List of "Schema" elements
|
java.lang.String |
getSelectionNamespaces()
Gets the "SelectionNamespaces" attribute
|
CTMap |
insertNewMap(int i)
Inserts and returns a new empty value (as xml) as the ith "Map" element
|
CTSchema |
insertNewSchema(int i)
Inserts and returns a new empty value (as xml) as the ith "Schema" element
|
void |
removeMap(int i)
Removes the ith "Map" element
|
void |
removeSchema(int i)
Removes the ith "Schema" element
|
void |
setMapArray(CTMap[] mapArray)
Sets array of all "Map" element
|
void |
setMapArray(int i,
CTMap map)
Sets ith "Map" element
|
void |
setSchemaArray(CTSchema[] schemaArray)
Sets array of all "Schema" element
|
void |
setSchemaArray(int i,
CTSchema schema)
Sets ith "Schema" element
|
void |
setSelectionNamespaces(java.lang.String selectionNamespaces)
Sets the "SelectionNamespaces" attribute
|
int |
sizeOfMapArray()
Returns number of "Map" element
|
int |
sizeOfSchemaArray()
Returns number of "Schema" element
|
XmlString |
xgetSelectionNamespaces()
Gets (as xml) the "SelectionNamespaces" attribute
|
void |
xsetSelectionNamespaces(XmlString selectionNamespaces)
Sets (as xml) the "SelectionNamespaces" attribute
|
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
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
static final SchemaType type
java.util.List<CTSchema> getSchemaList()
@Deprecated CTSchema[] getSchemaArray()
CTSchema getSchemaArray(int i)
int sizeOfSchemaArray()
void setSchemaArray(CTSchema[] schemaArray)
void setSchemaArray(int i, CTSchema schema)
CTSchema insertNewSchema(int i)
CTSchema addNewSchema()
void removeSchema(int i)
java.util.List<CTMap> getMapList()
@Deprecated CTMap[] getMapArray()
CTMap getMapArray(int i)
int sizeOfMapArray()
void setMapArray(CTMap[] mapArray)
void setMapArray(int i, CTMap map)
CTMap insertNewMap(int i)
CTMap addNewMap()
void removeMap(int i)
java.lang.String getSelectionNamespaces()
XmlString xgetSelectionNamespaces()
void setSelectionNamespaces(java.lang.String selectionNamespaces)
void xsetSelectionNamespaces(XmlString selectionNamespaces)
Copyright © 2010 - 2019 Adobe. All Rights Reserved