Interface CTDbPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DbPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "command" attributelongGets the "commandType" attributeGets the "connection" attributeGets the "serverCommand" attributebooleanTrue if has "command" attributebooleanTrue if has "commandType" attributebooleanTrue if has "serverCommand" attributevoidsetCommand(String command) Sets the "command" attributevoidsetCommandType(long commandType) Sets the "commandType" attributevoidsetConnection(String connection) Sets the "connection" attributevoidsetServerCommand(String serverCommand) Sets the "serverCommand" attributevoidUnsets the "command" attributevoidUnsets the "commandType" attributevoidUnsets the "serverCommand" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "command" attributeGets (as xml) the "commandType" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "connection" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "serverCommand" attributevoidxsetCommand(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring command) Sets (as xml) the "command" attributevoidxsetCommandType(XmlUnsignedInt commandType) Sets (as xml) the "commandType" attributevoidxsetConnection(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring connection) Sets (as xml) the "connection" attributevoidxsetServerCommand(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring serverCommand) Sets (as xml) the "serverCommand" 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
-
getConnection
String getConnection()Gets the "connection" attribute -
xgetConnection
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetConnection()Gets (as xml) the "connection" attribute -
setConnection
Sets the "connection" attribute -
getCommand
String getCommand()Gets the "command" attribute -
xgetCommand
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCommand()Gets (as xml) the "command" attribute -
isSetCommand
boolean isSetCommand()True if has "command" attribute -
setCommand
Sets the "command" attribute -
unsetCommand
void unsetCommand()Unsets the "command" attribute -
getServerCommand
String getServerCommand()Gets the "serverCommand" attribute -
xgetServerCommand
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetServerCommand()Gets (as xml) the "serverCommand" attribute -
isSetServerCommand
boolean isSetServerCommand()True if has "serverCommand" attribute -
setServerCommand
Sets the "serverCommand" attribute -
unsetServerCommand
void unsetServerCommand()Unsets the "serverCommand" attribute -
getCommandType
long getCommandType()Gets the "commandType" attribute -
xgetCommandType
XmlUnsignedInt xgetCommandType()Gets (as xml) the "commandType" attribute -
isSetCommandType
boolean isSetCommandType()True if has "commandType" attribute -
setCommandType
void setCommandType(long commandType) Sets the "commandType" attribute -
xsetCommandType
Sets (as xml) the "commandType" attribute -
unsetCommandType
void unsetCommandType()Unsets the "commandType" attribute
-