Interface CTDbPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDbPr extends XmlObject
An XML CT_DbPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDbPr.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
getCommand()
Gets the "command" attributelong
getCommandType()
Gets the "commandType" attributejava.lang.String
getConnection()
Gets the "connection" attributejava.lang.String
getServerCommand()
Gets the "serverCommand" attributeboolean
isSetCommand()
True if has "command" attributeboolean
isSetCommandType()
True if has "commandType" attributeboolean
isSetServerCommand()
True if has "serverCommand" attributevoid
setCommand(java.lang.String command)
Sets the "command" attributevoid
setCommandType(long commandType)
Sets the "commandType" attributevoid
setConnection(java.lang.String connection)
Sets the "connection" attributevoid
setServerCommand(java.lang.String serverCommand)
Sets the "serverCommand" attributevoid
unsetCommand()
Unsets the "command" attributevoid
unsetCommandType()
Unsets the "commandType" attributevoid
unsetServerCommand()
Unsets the "serverCommand" attributeSTXstring
xgetCommand()
Gets (as xml) the "command" attributeXmlUnsignedInt
xgetCommandType()
Gets (as xml) the "commandType" attributeSTXstring
xgetConnection()
Gets (as xml) the "connection" attributeSTXstring
xgetServerCommand()
Gets (as xml) the "serverCommand" attributevoid
xsetCommand(STXstring command)
Sets (as xml) the "command" attributevoid
xsetCommandType(XmlUnsignedInt commandType)
Sets (as xml) the "commandType" attributevoid
xsetConnection(STXstring connection)
Sets (as xml) the "connection" attributevoid
xsetServerCommand(STXstring serverCommand)
Sets (as xml) the "serverCommand" 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
-
getConnection
java.lang.String getConnection()
Gets the "connection" attribute
-
xgetConnection
STXstring xgetConnection()
Gets (as xml) the "connection" attribute
-
setConnection
void setConnection(java.lang.String connection)
Sets the "connection" attribute
-
xsetConnection
void xsetConnection(STXstring connection)
Sets (as xml) the "connection" attribute
-
getCommand
java.lang.String getCommand()
Gets the "command" attribute
-
xgetCommand
STXstring xgetCommand()
Gets (as xml) the "command" attribute
-
isSetCommand
boolean isSetCommand()
True if has "command" attribute
-
setCommand
void setCommand(java.lang.String command)
Sets the "command" attribute
-
xsetCommand
void xsetCommand(STXstring command)
Sets (as xml) the "command" attribute
-
unsetCommand
void unsetCommand()
Unsets the "command" attribute
-
getServerCommand
java.lang.String getServerCommand()
Gets the "serverCommand" attribute
-
xgetServerCommand
STXstring xgetServerCommand()
Gets (as xml) the "serverCommand" attribute
-
isSetServerCommand
boolean isSetServerCommand()
True if has "serverCommand" attribute
-
setServerCommand
void setServerCommand(java.lang.String serverCommand)
Sets the "serverCommand" attribute
-
xsetServerCommand
void xsetServerCommand(STXstring serverCommand)
Sets (as xml) 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
void xsetCommandType(XmlUnsignedInt commandType)
Sets (as xml) the "commandType" attribute
-
unsetCommandType
void unsetCommandType()
Unsets the "commandType" attribute
-
-