Interface CTExternalBook
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTExternalBook extends XmlObject
An XML CT_ExternalBook(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTExternalBook.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 CTExternalDefinedNames
addNewDefinedNames()
Appends and returns a new empty "definedNames" elementCTExternalSheetDataSet
addNewSheetDataSet()
Appends and returns a new empty "sheetDataSet" elementCTExternalSheetNames
addNewSheetNames()
Appends and returns a new empty "sheetNames" elementCTExternalDefinedNames
getDefinedNames()
Gets the "definedNames" elementjava.lang.String
getId()
Gets the "id" attributeCTExternalSheetDataSet
getSheetDataSet()
Gets the "sheetDataSet" elementCTExternalSheetNames
getSheetNames()
Gets the "sheetNames" elementboolean
isSetDefinedNames()
True if has "definedNames" elementboolean
isSetSheetDataSet()
True if has "sheetDataSet" elementboolean
isSetSheetNames()
True if has "sheetNames" elementvoid
setDefinedNames(CTExternalDefinedNames definedNames)
Sets the "definedNames" elementvoid
setId(java.lang.String id)
Sets the "id" attributevoid
setSheetDataSet(CTExternalSheetDataSet sheetDataSet)
Sets the "sheetDataSet" elementvoid
setSheetNames(CTExternalSheetNames sheetNames)
Sets the "sheetNames" elementvoid
unsetDefinedNames()
Unsets the "definedNames" elementvoid
unsetSheetDataSet()
Unsets the "sheetDataSet" elementvoid
unsetSheetNames()
Unsets the "sheetNames" elementSTRelationshipId
xgetId()
Gets (as xml) the "id" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" 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
-
getSheetNames
CTExternalSheetNames getSheetNames()
Gets the "sheetNames" element
-
isSetSheetNames
boolean isSetSheetNames()
True if has "sheetNames" element
-
setSheetNames
void setSheetNames(CTExternalSheetNames sheetNames)
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
void setDefinedNames(CTExternalDefinedNames definedNames)
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
void setSheetDataSet(CTExternalSheetDataSet sheetDataSet)
Sets the "sheetDataSet" element
-
addNewSheetDataSet
CTExternalSheetDataSet addNewSheetDataSet()
Appends and returns a new empty "sheetDataSet" element
-
unsetSheetDataSet
void unsetSheetDataSet()
Unsets the "sheetDataSet" element
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
-