Class SmartArtDataHierarchy
java.lang.Object
org.opendope.SmartArt.dataHierarchy.SmartArtDataHierarchy
public class SmartArtDataHierarchy
extends java.lang.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>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmartArtDataHierarchy.ImagesJava class for anonymous complex type.static classSmartArtDataHierarchy.TextsJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected SmartArtDataHierarchy.Imagesimagesprotected Listlistprotected java.lang.StringloTypeIdprotected SmartArtDataHierarchy.Textstexts -
Constructor Summary
Constructors Constructor Description SmartArtDataHierarchy() -
Method Summary
Modifier and Type Method Description SmartArtDataHierarchy.ImagesgetImages()Gets the value of the images property.ListgetList()Gets the value of the list property.java.lang.StringgetLoTypeId()Gets the value of the loTypeId property.SmartArtDataHierarchy.TextsgetTexts()Gets the value of the texts property.voidsetImages(SmartArtDataHierarchy.Images value)Sets the value of the images property.voidsetList(List value)Sets the value of the list property.voidsetLoTypeId(java.lang.String value)Sets the value of the loTypeId property.voidsetTexts(SmartArtDataHierarchy.Texts value)Sets the value of the texts property.
-
Field Details
-
Constructor Details
-
SmartArtDataHierarchy
public SmartArtDataHierarchy()
-
-
Method Details
-
getList
Gets the value of the list property.- Returns:
- possible object is
List
-
setList
Sets the value of the list property.- Parameters:
value- allowed object isList
-
getImages
Gets the value of the images property.- Returns:
- possible object is
SmartArtDataHierarchy.Images
-
setImages
Sets the value of the images property.- Parameters:
value- allowed object isSmartArtDataHierarchy.Images
-
getTexts
Gets the value of the texts property.- Returns:
- possible object is
SmartArtDataHierarchy.Texts
-
setTexts
Sets the value of the texts property.- Parameters:
value- allowed object isSmartArtDataHierarchy.Texts
-
getLoTypeId
public java.lang.String getLoTypeId()Gets the value of the loTypeId property.- Returns:
- possible object is
String
-
setLoTypeId
public void setLoTypeId(java.lang.String value)Sets the value of the loTypeId property.- Parameters:
value- allowed object isString
-