Interface CTExternalBook
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ExternalBook(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTExternalBook> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "definedNames" elementAppends and returns a new empty "sheetDataSet" elementAppends and returns a new empty "sheetNames" elementGets the "definedNames" elementgetId()Gets the "id" attributeGets the "sheetDataSet" elementGets the "sheetNames" elementbooleanTrue if has "definedNames" elementbooleanTrue if has "sheetDataSet" elementbooleanTrue if has "sheetNames" elementvoidsetDefinedNames(CTExternalDefinedNames definedNames) Sets the "definedNames" elementvoidSets the "id" attributevoidsetSheetDataSet(CTExternalSheetDataSet sheetDataSet) Sets the "sheetDataSet" elementvoidsetSheetNames(CTExternalSheetNames sheetNames) Sets the "sheetNames" elementvoidUnsets the "definedNames" elementvoidUnsets the "sheetDataSet" elementvoidUnsets the "sheetNames" elementxgetId()Gets (as xml) the "id" attributevoidSets (as xml) the "id" 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
-
getSheetNames
CTExternalSheetNames getSheetNames()Gets the "sheetNames" element -
isSetSheetNames
boolean isSetSheetNames()True if has "sheetNames" element -
setSheetNames
Sets the "sheetNames" element -
addNewSheetNames
CTExternalSheetNames addNewSheetNames()Appends and returns a new empty "sheetNames" element -
unsetSheetNames
void unsetSheetNames()Unsets the "sheetNames" element -
getDefinedNames
CTExternalDefinedNames getDefinedNames()Gets the "definedNames" element -
isSetDefinedNames
boolean isSetDefinedNames()True if has "definedNames" element -
setDefinedNames
Sets the "definedNames" element -
addNewDefinedNames
CTExternalDefinedNames addNewDefinedNames()Appends and returns a new empty "definedNames" element -
unsetDefinedNames
void unsetDefinedNames()Unsets the "definedNames" element -
getSheetDataSet
CTExternalSheetDataSet getSheetDataSet()Gets the "sheetDataSet" element -
isSetSheetDataSet
boolean isSetSheetDataSet()True if has "sheetDataSet" element -
setSheetDataSet
Sets the "sheetDataSet" element -
addNewSheetDataSet
CTExternalSheetDataSet addNewSheetDataSet()Appends and returns a new empty "sheetDataSet" element -
unsetSheetDataSet
void unsetSheetDataSet()Unsets the "sheetDataSet" element -
getId
String getId()Gets the "id" attribute -
xgetId
STRelationshipId xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute
-