Interface CTDataBinding
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDataBinding extends XmlObject
An XML CT_DataBinding(@http://schemas.openxmlformats.org/spreadsheetml/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 long
getConnectionID()
Gets the "ConnectionID" attributelong
getDataBindingLoadMode()
Gets the "DataBindingLoadMode" attributejava.lang.String
getDataBindingName()
Gets the "DataBindingName" attributeboolean
getFileBinding()
Gets the "FileBinding" attributejava.lang.String
getFileBindingName()
Gets the "FileBindingName" attributeboolean
isSetConnectionID()
True if has "ConnectionID" attributeboolean
isSetDataBindingName()
True if has "DataBindingName" attributeboolean
isSetFileBinding()
True if has "FileBinding" attributeboolean
isSetFileBindingName()
True if has "FileBindingName" attributevoid
setConnectionID(long connectionID)
Sets the "ConnectionID" attributevoid
setDataBindingLoadMode(long dataBindingLoadMode)
Sets the "DataBindingLoadMode" attributevoid
setDataBindingName(java.lang.String dataBindingName)
Sets the "DataBindingName" attributevoid
setFileBinding(boolean fileBinding)
Sets the "FileBinding" attributevoid
setFileBindingName(java.lang.String fileBindingName)
Sets the "FileBindingName" attributevoid
unsetConnectionID()
Unsets the "ConnectionID" attributevoid
unsetDataBindingName()
Unsets the "DataBindingName" attributevoid
unsetFileBinding()
Unsets the "FileBinding" attributevoid
unsetFileBindingName()
Unsets the "FileBindingName" attributeXmlUnsignedInt
xgetConnectionID()
Gets (as xml) the "ConnectionID" attributeXmlUnsignedInt
xgetDataBindingLoadMode()
Gets (as xml) the "DataBindingLoadMode" attributeXmlString
xgetDataBindingName()
Gets (as xml) the "DataBindingName" attributeXmlBoolean
xgetFileBinding()
Gets (as xml) the "FileBinding" attributeXmlString
xgetFileBindingName()
Gets (as xml) the "FileBindingName" attributevoid
xsetConnectionID(XmlUnsignedInt connectionID)
Sets (as xml) the "ConnectionID" attributevoid
xsetDataBindingLoadMode(XmlUnsignedInt dataBindingLoadMode)
Sets (as xml) the "DataBindingLoadMode" attributevoid
xsetDataBindingName(XmlString dataBindingName)
Sets (as xml) the "DataBindingName" attributevoid
xsetFileBinding(XmlBoolean fileBinding)
Sets (as xml) the "FileBinding" attributevoid
xsetFileBindingName(XmlString fileBindingName)
Sets (as xml) the "FileBindingName" 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
-
getDataBindingName
java.lang.String getDataBindingName()
Gets the "DataBindingName" attribute
-
xgetDataBindingName
XmlString xgetDataBindingName()
Gets (as xml) the "DataBindingName" attribute
-
isSetDataBindingName
boolean isSetDataBindingName()
True if has "DataBindingName" attribute
-
setDataBindingName
void setDataBindingName(java.lang.String dataBindingName)
Sets the "DataBindingName" attribute
-
xsetDataBindingName
void xsetDataBindingName(XmlString dataBindingName)
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
void xsetFileBinding(XmlBoolean fileBinding)
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
void xsetConnectionID(XmlUnsignedInt connectionID)
Sets (as xml) the "ConnectionID" attribute
-
unsetConnectionID
void unsetConnectionID()
Unsets the "ConnectionID" attribute
-
getFileBindingName
java.lang.String getFileBindingName()
Gets the "FileBindingName" attribute
-
xgetFileBindingName
XmlString xgetFileBindingName()
Gets (as xml) the "FileBindingName" attribute
-
isSetFileBindingName
boolean isSetFileBindingName()
True if has "FileBindingName" attribute
-
setFileBindingName
void setFileBindingName(java.lang.String fileBindingName)
Sets the "FileBindingName" attribute
-
xsetFileBindingName
void xsetFileBindingName(XmlString fileBindingName)
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
void xsetDataBindingLoadMode(XmlUnsignedInt dataBindingLoadMode)
Sets (as xml) the "DataBindingLoadMode" attribute
-
-