fr.opensagres.xdocreport.remoting.resources.domain
Class DownloadMultiple

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.resources.domain.DownloadMultiple

public class DownloadMultiple
extends Object

Classe Java pour downloadMultiple complex type.

Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="downloadMultiple">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resourceIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> resourceIds
           
 
Constructor Summary
DownloadMultiple()
           
 
Method Summary
 List<String> getResourceIds()
          Gets the value of the resourceIds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceIds

protected List<String> resourceIds
Constructor Detail

DownloadMultiple

public DownloadMultiple()
Method Detail

getResourceIds

public List<String> getResourceIds()
Gets the value of the resourceIds 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 resourceIds property.

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

    getResourceIds().add(newItem);
 

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



Copyright © 2013. All rights reserved.