Interface CTDataBinding
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DataBinding(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDataBinding> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "ConnectionID" attributelongGets the "DataBindingLoadMode" attributeGets the "DataBindingName" attributebooleanGets the "FileBinding" attributeGets the "FileBindingName" attributebooleanTrue if has "ConnectionID" attributebooleanTrue if has "DataBindingName" attributebooleanTrue if has "FileBinding" attributebooleanTrue if has "FileBindingName" attributevoidsetConnectionID(long connectionID) Sets the "ConnectionID" attributevoidsetDataBindingLoadMode(long dataBindingLoadMode) Sets the "DataBindingLoadMode" attributevoidsetDataBindingName(String dataBindingName) Sets the "DataBindingName" attributevoidsetFileBinding(boolean fileBinding) Sets the "FileBinding" attributevoidsetFileBindingName(String fileBindingName) Sets the "FileBindingName" attributevoidUnsets the "ConnectionID" attributevoidUnsets the "DataBindingName" attributevoidUnsets the "FileBinding" attributevoidUnsets the "FileBindingName" attributeGets (as xml) the "ConnectionID" attributeGets (as xml) the "DataBindingLoadMode" attributeGets (as xml) the "DataBindingName" attributeGets (as xml) the "FileBinding" attributeGets (as xml) the "FileBindingName" attributevoidxsetConnectionID(XmlUnsignedInt connectionID) Sets (as xml) the "ConnectionID" attributevoidxsetDataBindingLoadMode(XmlUnsignedInt dataBindingLoadMode) Sets (as xml) the "DataBindingLoadMode" attributevoidxsetDataBindingName(XmlString dataBindingName) Sets (as xml) the "DataBindingName" attributevoidxsetFileBinding(XmlBoolean fileBinding) Sets (as xml) the "FileBinding" attributevoidxsetFileBindingName(XmlString fileBindingName) Sets (as xml) the "FileBindingName" 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, valueHashCodeMethods 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
-
getDataBindingName
String getDataBindingName()Gets the "DataBindingName" attribute -
xgetDataBindingName
XmlString xgetDataBindingName()Gets (as xml) the "DataBindingName" attribute -
isSetDataBindingName
boolean isSetDataBindingName()True if has "DataBindingName" attribute -
setDataBindingName
Sets the "DataBindingName" attribute -
xsetDataBindingName
Sets (as xml) the "DataBindingName" attribute -
unsetDataBindingName
void unsetDataBindingName()Unsets the "DataBindingName" attribute -
getFileBinding
boolean getFileBinding()Gets the "FileBinding" attribute -
xgetFileBinding
XmlBoolean xgetFileBinding()Gets (as xml) the "FileBinding" attribute -
isSetFileBinding
boolean isSetFileBinding()True if has "FileBinding" attribute -
setFileBinding
void setFileBinding(boolean fileBinding) Sets the "FileBinding" attribute -
xsetFileBinding
Sets (as xml) the "FileBinding" attribute -
unsetFileBinding
void unsetFileBinding()Unsets the "FileBinding" attribute -
getConnectionID
long getConnectionID()Gets the "ConnectionID" attribute -
xgetConnectionID
XmlUnsignedInt xgetConnectionID()Gets (as xml) the "ConnectionID" attribute -
isSetConnectionID
boolean isSetConnectionID()True if has "ConnectionID" attribute -
setConnectionID
void setConnectionID(long connectionID) Sets the "ConnectionID" attribute -
xsetConnectionID
Sets (as xml) the "ConnectionID" attribute -
unsetConnectionID
void unsetConnectionID()Unsets the "ConnectionID" attribute -
getFileBindingName
String getFileBindingName()Gets the "FileBindingName" attribute -
xgetFileBindingName
XmlString xgetFileBindingName()Gets (as xml) the "FileBindingName" attribute -
isSetFileBindingName
boolean isSetFileBindingName()True if has "FileBindingName" attribute -
setFileBindingName
Sets the "FileBindingName" attribute -
xsetFileBindingName
Sets (as xml) the "FileBindingName" attribute -
unsetFileBindingName
void unsetFileBindingName()Unsets the "FileBindingName" attribute -
getDataBindingLoadMode
long getDataBindingLoadMode()Gets the "DataBindingLoadMode" attribute -
xgetDataBindingLoadMode
XmlUnsignedInt xgetDataBindingLoadMode()Gets (as xml) the "DataBindingLoadMode" attribute -
setDataBindingLoadMode
void setDataBindingLoadMode(long dataBindingLoadMode) Sets the "DataBindingLoadMode" attribute -
xsetDataBindingLoadMode
Sets (as xml) the "DataBindingLoadMode" attribute
-