com.emc.cdp.services.rest.model
Class ResourceTagList

java.lang.Object
  extended by com.emc.cdp.services.rest.model.ResourceTagList

public class ResourceTagList
extends Object

Java class for ResourceTagList complex type.

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

 <complexType name="ResourceTagList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Resource" type="{http://cdp.emc.com/services/rest/model}ResourceTag" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="totalResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int pageSize
           
protected  List<ResourceTag> resources
           
protected  int startIndex
           
protected  int totalResults
           
 
Constructor Summary
ResourceTagList()
           
 
Method Summary
 int getPageSize()
          Gets the value of the pageSize property.
 List<ResourceTag> getResources()
          Gets the value of the resources property.
 int getStartIndex()
          Gets the value of the startIndex property.
 int getTotalResults()
          Gets the value of the totalResults property.
 void setPageSize(int value)
          Sets the value of the pageSize property.
 void setStartIndex(int value)
          Sets the value of the startIndex property.
 void setTotalResults(int value)
          Sets the value of the totalResults property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resources

protected List<ResourceTag> resources

startIndex

protected int startIndex

pageSize

protected int pageSize

totalResults

protected int totalResults
Constructor Detail

ResourceTagList

public ResourceTagList()
Method Detail

getResources

public List<ResourceTag> getResources()
Gets the value of the resources 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 resources property.

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

    getResources().add(newItem);
 

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


getStartIndex

public int getStartIndex()
Gets the value of the startIndex property.


setStartIndex

public void setStartIndex(int value)
Sets the value of the startIndex property.


getPageSize

public int getPageSize()
Gets the value of the pageSize property.


setPageSize

public void setPageSize(int value)
Sets the value of the pageSize property.


getTotalResults

public int getTotalResults()
Gets the value of the totalResults property.


setTotalResults

public void setTotalResults(int value)
Sets the value of the totalResults property.



Copyright © 2014. All Rights Reserved.