Class SmartArtDataHierarchy.Images
java.lang.Object
org.opendope.SmartArt.dataHierarchy.SmartArtDataHierarchy.Images
- Enclosing class:
- SmartArtDataHierarchy
public static class SmartArtDataHierarchy.Images
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 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>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmartArtDataHierarchy.Images.ImageJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SmartArtDataHierarchy.Images.Image>image -
Constructor Summary
Constructors Constructor Description Images() -
Method Summary
Modifier and Type Method Description java.util.List<SmartArtDataHierarchy.Images.Image>getImage()Gets the value of the image property.
-
Field Details
-
Constructor Details
-
Images
public Images()
-
-
Method Details
-
getImage
Gets the value of the image property.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
setmethod for the image property.For example, to add a new item, do as follows:
getImage().add(newItem);Objects of the following type(s) are allowed in the list
SmartArtDataHierarchy.Images.Image
-