public class CTExternalBook extends java.lang.Object implements Child
Java class for CT_ExternalBook complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ExternalBook">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sheetNames" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalSheetNames" minOccurs="0"/>
<element name="definedNames" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalDefinedNames" minOccurs="0"/>
<element name="sheetDataSet" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalSheetDataSet" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExternalDefinedNames |
definedNames |
protected java.lang.String |
id |
protected CTExternalSheetDataSet |
sheetDataSet |
protected CTExternalSheetNames |
sheetNames |
| Constructor and Description |
|---|
CTExternalBook() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExternalDefinedNames |
getDefinedNames()
Gets the value of the definedNames property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTExternalSheetDataSet |
getSheetDataSet()
Gets the value of the sheetDataSet property.
|
CTExternalSheetNames |
getSheetNames()
Gets the value of the sheetNames property.
|
void |
setDefinedNames(CTExternalDefinedNames value)
Sets the value of the definedNames property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setParent(java.lang.Object parent) |
void |
setSheetDataSet(CTExternalSheetDataSet value)
Sets the value of the sheetDataSet property.
|
void |
setSheetNames(CTExternalSheetNames value)
Sets the value of the sheetNames property.
|
protected CTExternalSheetNames sheetNames
protected CTExternalDefinedNames definedNames
protected CTExternalSheetDataSet sheetDataSet
protected java.lang.String id
public CTExternalSheetNames getSheetNames()
CTExternalSheetNamespublic void setSheetNames(CTExternalSheetNames value)
value - allowed object is
CTExternalSheetNamespublic CTExternalDefinedNames getDefinedNames()
CTExternalDefinedNamespublic void setDefinedNames(CTExternalDefinedNames value)
value - allowed object is
CTExternalDefinedNamespublic CTExternalSheetDataSet getSheetDataSet()
CTExternalSheetDataSetpublic void setSheetDataSet(CTExternalSheetDataSet value)
value - allowed object is
CTExternalSheetDataSetpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.