Package org.xlsx4j.sml
Class CTExternalBook
java.lang.Object
org.xlsx4j.sml.CTExternalBook
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTExternalDefinedNamesdefinedNamesprotected java.lang.Stringidprotected CTExternalSheetDataSetsheetDataSetprotected CTExternalSheetNamessheetNames -
Constructor Summary
Constructors Constructor Description CTExternalBook() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTExternalDefinedNamesgetDefinedNames()Gets the value of the definedNames property.java.lang.StringgetId()Gets the value of the id property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTExternalSheetDataSetgetSheetDataSet()Gets the value of the sheetDataSet property.CTExternalSheetNamesgetSheetNames()Gets the value of the sheetNames property.voidsetDefinedNames(CTExternalDefinedNames value)Sets the value of the definedNames property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetParent(java.lang.Object parent)voidsetSheetDataSet(CTExternalSheetDataSet value)Sets the value of the sheetDataSet property.voidsetSheetNames(CTExternalSheetNames value)Sets the value of the sheetNames property.
-
Field Details
-
sheetNames
-
definedNames
-
sheetDataSet
-
id
protected java.lang.String id
-
-
Constructor Details
-
CTExternalBook
public CTExternalBook()
-
-
Method Details
-
getSheetNames
Gets the value of the sheetNames property.- Returns:
- possible object is
CTExternalSheetNames
-
setSheetNames
Sets the value of the sheetNames property.- Parameters:
value- allowed object isCTExternalSheetNames
-
getDefinedNames
Gets the value of the definedNames property.- Returns:
- possible object is
CTExternalDefinedNames
-
setDefinedNames
Sets the value of the definedNames property.- Parameters:
value- allowed object isCTExternalDefinedNames
-
getSheetDataSet
Gets the value of the sheetDataSet property.- Returns:
- possible object is
CTExternalSheetDataSet
-
setSheetDataSet
Sets the value of the sheetDataSet property.- Parameters:
value- allowed object isCTExternalSheetDataSet
-
getId
public java.lang.String getId()Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-