public class CTExternalLink extends 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,
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.
|
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(Object parent) |
protected CTExternalBook externalBook
protected CTDdeLink ddeLink
protected CTOleLink oleLink
protected CTExtensionList extLst
public CTExternalBook getExternalBook()
CTExternalBook
public void setExternalBook(CTExternalBook value)
value
- allowed object is
CTExternalBook
public CTDdeLink getDdeLink()
CTDdeLink
public void setDdeLink(CTDdeLink value)
value
- allowed object is
CTDdeLink
public CTOleLink getOleLink()
CTOleLink
public void setOleLink(CTOleLink value)
value
- allowed object is
CTOleLink
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.