public static class Presentation.SldIdLst extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sldId" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_SlideId" /> <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id use="required""/> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Presentation.SldIdLst.SldId
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Presentation.SldIdLst.SldId> |
sldId |
Constructor and Description |
---|
SldIdLst() |
Modifier and Type | Method and Description |
---|---|
List<Presentation.SldIdLst.SldId> |
getSldId()
Gets the value of the sldId property.
|
protected List<Presentation.SldIdLst.SldId> sldId
public List<Presentation.SldIdLst.SldId> getSldId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the sldId property.
For example, to add a new item, do as follows:
getSldId().add(newItem);
Objects of the following type(s) are allowed in the list
Presentation.SldIdLst.SldId
Copyright © 2007-2019. All Rights Reserved.