Class SmartArtDataHierarchy
java.lang.Object
org.opendope.SmartArt.dataHierarchy.SmartArtDataHierarchy
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SmartArtDataHierarchy.Imagesprotected Listprotected Stringprotected SmartArtDataHierarchy.Texts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the images property.getList()Gets the value of the list property.Gets the value of the loTypeId property.getTexts()Gets the value of the texts property.voidSets the value of the images property.voidSets the value of the list property.voidsetLoTypeId(String value) Sets the value of the loTypeId property.voidSets the value of the texts property.
-
Field Details
-
list
-
images
-
texts
-
loTypeId
-
-
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
Gets the value of the loTypeId property.- Returns:
- possible object is
String
-
setLoTypeId
Sets the value of the loTypeId property.- Parameters:
value- allowed object isString
-