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 classCTExternalBook.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 CTExternalDefinedNamesaddNewDefinedNames()Appends and returns a new empty "definedNames" elementCTExternalSheetDataSetaddNewSheetDataSet()Appends and returns a new empty "sheetDataSet" elementCTExternalSheetNamesaddNewSheetNames()Appends and returns a new empty "sheetNames" elementCTExternalDefinedNamesgetDefinedNames()Gets the "definedNames" elementjava.lang.StringgetId()Gets the "id" attributeCTExternalSheetDataSetgetSheetDataSet()Gets the "sheetDataSet" elementCTExternalSheetNamesgetSheetNames()Gets the "sheetNames" elementbooleanisSetDefinedNames()True if has "definedNames" elementbooleanisSetSheetDataSet()True if has "sheetDataSet" elementbooleanisSetSheetNames()True if has "sheetNames" elementvoidsetDefinedNames(CTExternalDefinedNames definedNames)Sets the "definedNames" elementvoidsetId(java.lang.String id)Sets the "id" attributevoidsetSheetDataSet(CTExternalSheetDataSet sheetDataSet)Sets the "sheetDataSet" elementvoidsetSheetNames(CTExternalSheetNames sheetNames)Sets the "sheetNames" elementvoidunsetDefinedNames()Unsets the "definedNames" elementvoidunsetSheetDataSet()Unsets the "sheetDataSet" elementvoidunsetSheetNames()Unsets the "sheetNames" elementSTRelationshipIdxgetId()Gets (as xml) the "id" attributevoidxsetId(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 
 - 
 
 -