public class CTOleLink extends Object implements Child
Java class for CT_OleLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OleLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oleItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OleItems" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/>
<attribute name="progId" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected CTOleItems |
oleItems |
protected String |
progId |
| Constructor and Description |
|---|
CTOleLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getId()
Gets the value of the id property.
|
CTOleItems |
getOleItems()
Gets the value of the oleItems property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getProgId()
Gets the value of the progId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOleItems(CTOleItems value)
Sets the value of the oleItems property.
|
void |
setParent(Object parent) |
void |
setProgId(String value)
Sets the value of the progId property.
|
protected CTOleItems oleItems
protected String id
protected String progId
public CTOleItems getOleItems()
CTOleItemspublic void setOleItems(CTOleItems value)
value - allowed object is
CTOleItemspublic void setId(String value)
value - allowed object is
Stringpublic String getProgId()
Stringpublic void setProgId(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.