Interface CTDataBinding
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_DataBinding(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTDataBinding> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "prefixMappings" attributeGets the "storeItemID" attributegetXpath()
Gets the "xpath" attributeboolean
True if has "prefixMappings" attributevoid
setPrefixMappings
(String prefixMappings) Sets the "prefixMappings" attributevoid
setStoreItemID
(String storeItemID) Sets the "storeItemID" attributevoid
Sets the "xpath" attributevoid
Unsets the "prefixMappings" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "prefixMappings" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "storeItemID" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
Gets (as xml) the "xpath" attributevoid
xsetPrefixMappings
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString prefixMappings) Sets (as xml) the "prefixMappings" attributevoid
xsetStoreItemID
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString storeItemID) Sets (as xml) the "storeItemID" attributevoid
xsetXpath
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xpath) Sets (as xml) the "xpath" 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
-
getPrefixMappings
String getPrefixMappings()Gets the "prefixMappings" attribute -
xgetPrefixMappings
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetPrefixMappings()Gets (as xml) the "prefixMappings" attribute -
isSetPrefixMappings
boolean isSetPrefixMappings()True if has "prefixMappings" attribute -
setPrefixMappings
Sets the "prefixMappings" attribute -
unsetPrefixMappings
void unsetPrefixMappings()Unsets the "prefixMappings" attribute -
getXpath
String getXpath()Gets the "xpath" attribute -
xgetXpath
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetXpath()Gets (as xml) the "xpath" attribute -
setXpath
Sets the "xpath" attribute -
getStoreItemID
String getStoreItemID()Gets the "storeItemID" attribute -
xgetStoreItemID
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetStoreItemID()Gets (as xml) the "storeItemID" attribute -
setStoreItemID
Sets the "storeItemID" attribute
-