public class CTExternalLink extends java.lang.Object implements Child
Java class for CT_ExternalLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ExternalLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="externalBook" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExternalBook" minOccurs="0"/>
<element name="ddeLink" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DdeLink" minOccurs="0"/>
<element name="oleLink" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OleLink" minOccurs="0"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTDdeLink |
ddeLink |
protected CTExternalBook |
externalBook |
protected CTExtensionList |
extLst |
protected CTOleLink |
oleLink |
| Constructor and Description |
|---|
CTExternalLink() |
| 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.
|
CTDdeLink |
getDdeLink()
Gets the value of the ddeLink property.
|
CTExternalBook |
getExternalBook()
Gets the value of the externalBook property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTOleLink |
getOleLink()
Gets the value of the oleLink property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setDdeLink(CTDdeLink value)
Sets the value of the ddeLink property.
|
void |
setExternalBook(CTExternalBook value)
Sets the value of the externalBook property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setOleLink(CTOleLink value)
Sets the value of the oleLink property.
|
void |
setParent(java.lang.Object parent) |
protected CTExternalBook externalBook
protected CTDdeLink ddeLink
protected CTOleLink oleLink
protected CTExtensionList extLst
public CTExternalBook getExternalBook()
CTExternalBookpublic void setExternalBook(CTExternalBook value)
value - allowed object is
CTExternalBookpublic CTDdeLink getDdeLink()
CTDdeLinkpublic void setDdeLink(CTDdeLink value)
value - allowed object is
CTDdeLinkpublic CTOleLink getOleLink()
CTOleLinkpublic void setOleLink(CTOleLink value)
value - allowed object is
CTOleLinkpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic 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–2023. All rights reserved.