Interface CTDataBinding
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDataBinding extends XmlObject
An XML CT_DataBinding(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDataBinding.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 java.lang.String
getPrefixMappings()
Gets the "prefixMappings" attributejava.lang.String
getStoreItemID()
Gets the "storeItemID" attributejava.lang.String
getXpath()
Gets the "xpath" attributeboolean
isSetPrefixMappings()
True if has "prefixMappings" attributevoid
setPrefixMappings(java.lang.String prefixMappings)
Sets the "prefixMappings" attributevoid
setStoreItemID(java.lang.String storeItemID)
Sets the "storeItemID" attributevoid
setXpath(java.lang.String xpath)
Sets the "xpath" attributevoid
unsetPrefixMappings()
Unsets the "prefixMappings" attributeSTString
xgetPrefixMappings()
Gets (as xml) the "prefixMappings" attributeSTString
xgetStoreItemID()
Gets (as xml) the "storeItemID" attributeSTString
xgetXpath()
Gets (as xml) the "xpath" attributevoid
xsetPrefixMappings(STString prefixMappings)
Sets (as xml) the "prefixMappings" attributevoid
xsetStoreItemID(STString storeItemID)
Sets (as xml) the "storeItemID" attributevoid
xsetXpath(STString xpath)
Sets (as xml) the "xpath" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getPrefixMappings
java.lang.String getPrefixMappings()
Gets the "prefixMappings" attribute
-
xgetPrefixMappings
STString xgetPrefixMappings()
Gets (as xml) the "prefixMappings" attribute
-
isSetPrefixMappings
boolean isSetPrefixMappings()
True if has "prefixMappings" attribute
-
setPrefixMappings
void setPrefixMappings(java.lang.String prefixMappings)
Sets the "prefixMappings" attribute
-
xsetPrefixMappings
void xsetPrefixMappings(STString prefixMappings)
Sets (as xml) the "prefixMappings" attribute
-
unsetPrefixMappings
void unsetPrefixMappings()
Unsets the "prefixMappings" attribute
-
getXpath
java.lang.String getXpath()
Gets the "xpath" attribute
-
xgetXpath
STString xgetXpath()
Gets (as xml) the "xpath" attribute
-
setXpath
void setXpath(java.lang.String xpath)
Sets the "xpath" attribute
-
xsetXpath
void xsetXpath(STString xpath)
Sets (as xml) the "xpath" attribute
-
getStoreItemID
java.lang.String getStoreItemID()
Gets the "storeItemID" attribute
-
xgetStoreItemID
STString xgetStoreItemID()
Gets (as xml) the "storeItemID" attribute
-
setStoreItemID
void setStoreItemID(java.lang.String storeItemID)
Sets the "storeItemID" attribute
-
xsetStoreItemID
void xsetStoreItemID(STString storeItemID)
Sets (as xml) the "storeItemID" attribute
-
-