public class CTSection extends Object implements Child
Java class for CT_Section complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Section">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sldIdLst" type="{http://schemas.microsoft.com/office/powerpoint/2010/main}CT_SectionSlideIdList"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected String |
id |
protected String |
name |
protected CTSectionSlideIdList |
sldIdLst |
| Constructor and Description |
|---|
CTSection() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTSectionSlideIdList |
getSldIdLst()
Gets the value of the sldIdLst property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setSldIdLst(CTSectionSlideIdList value)
Sets the value of the sldIdLst property.
|
protected CTSectionSlideIdList sldIdLst
protected CTExtensionList extLst
protected String name
protected String id
public CTSectionSlideIdList getSldIdLst()
CTSectionSlideIdListpublic void setSldIdLst(CTSectionSlideIdList value)
value - allowed object is
CTSectionSlideIdListpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void setId(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.