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 classCTDbPr.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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.StringgetCommand()Gets the "command" attributelonggetCommandType()Gets the "commandType" attributejava.lang.StringgetConnection()Gets the "connection" attributejava.lang.StringgetServerCommand()Gets the "serverCommand" attributebooleanisSetCommand()True if has "command" attributebooleanisSetCommandType()True if has "commandType" attributebooleanisSetServerCommand()True if has "serverCommand" attributevoidsetCommand(java.lang.String command)Sets the "command" attributevoidsetCommandType(long commandType)Sets the "commandType" attributevoidsetConnection(java.lang.String connection)Sets the "connection" attributevoidsetServerCommand(java.lang.String serverCommand)Sets the "serverCommand" attributevoidunsetCommand()Unsets the "command" attributevoidunsetCommandType()Unsets the "commandType" attributevoidunsetServerCommand()Unsets the "serverCommand" attributeSTXstringxgetCommand()Gets (as xml) the "command" attributeXmlUnsignedIntxgetCommandType()Gets (as xml) the "commandType" attributeSTXstringxgetConnection()Gets (as xml) the "connection" attributeSTXstringxgetServerCommand()Gets (as xml) the "serverCommand" attributevoidxsetCommand(STXstring command)Sets (as xml) the "command" attributevoidxsetCommandType(XmlUnsignedInt commandType)Sets (as xml) the "commandType" attributevoidxsetConnection(STXstring connection)Sets (as xml) the "connection" attributevoidxsetServerCommand(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
-
-