com.gliffy.api.client.jaxb
Class Folders

java.lang.Object
  extended by com.gliffy.api.client.jaxb.Folders

public class Folders
extends java.lang.Object

List of folders in an account.

Java class for folders complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="folders">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="folder" type="{http://www.gliffy.com}folder" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Folder> folder
           
 
Constructor Summary
Folders()
           
 
Method Summary
 java.util.List<Folder> getFolder()
          Gets the value of the folder property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folder

protected java.util.List<Folder> folder
Constructor Detail

Folders

public Folders()
Method Detail

getFolder

public java.util.List<Folder> getFolder()
Gets the value of the folder 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 folder property.

For example, to add a new item, do as follows:

    getFolder().add(newItem);
 

Objects of the following type(s) are allowed in the list Folder