public class SmartArtDataHierarchy 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 ref="{http://opendope.org/SmartArt/DataHierarchy}list"/>
<element name="images" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="image" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="text/xml"/>
<pattern value="application/xml"/>
<pattern value="application/.+\+xml"/>
<pattern value=".+"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="texts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifiedText" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}t"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="loTypeId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SmartArtDataHierarchy.Images
Java class for anonymous complex type.
|
static class |
SmartArtDataHierarchy.Texts
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SmartArtDataHierarchy.Images |
images |
protected List |
list |
protected String |
loTypeId |
protected SmartArtDataHierarchy.Texts |
texts |
| Constructor and Description |
|---|
SmartArtDataHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
SmartArtDataHierarchy.Images |
getImages()
Gets the value of the images property.
|
List |
getList()
Gets the value of the list property.
|
String |
getLoTypeId()
Gets the value of the loTypeId property.
|
SmartArtDataHierarchy.Texts |
getTexts()
Gets the value of the texts property.
|
void |
setImages(SmartArtDataHierarchy.Images value)
Sets the value of the images property.
|
void |
setList(List value)
Sets the value of the list property.
|
void |
setLoTypeId(String value)
Sets the value of the loTypeId property.
|
void |
setTexts(SmartArtDataHierarchy.Texts value)
Sets the value of the texts property.
|
protected List list
protected SmartArtDataHierarchy.Images images
protected SmartArtDataHierarchy.Texts texts
protected String loTypeId
public void setList(List value)
value - allowed object is
Listpublic SmartArtDataHierarchy.Images getImages()
SmartArtDataHierarchy.Imagespublic void setImages(SmartArtDataHierarchy.Images value)
value - allowed object is
SmartArtDataHierarchy.Imagespublic SmartArtDataHierarchy.Texts getTexts()
SmartArtDataHierarchy.Textspublic void setTexts(SmartArtDataHierarchy.Texts value)
value - allowed object is
SmartArtDataHierarchy.Textspublic String getLoTypeId()
StringCopyright © 2007-2020. All Rights Reserved.