Class SmartArtDataHierarchy.Images

java.lang.Object
org.opendope.SmartArt.dataHierarchy.SmartArtDataHierarchy.Images
Enclosing class:
SmartArtDataHierarchy

public static class SmartArtDataHierarchy.Images 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="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>
 
  • 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 set method 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