public class

ArrayOfWorkItemResources

extends Object
java.lang.Object
   ↳ com.clarizen.api.queries.ArrayOfWorkItemResources

Class Overview

Java class for ArrayOfWorkItemResources complex type.

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

 <complexType name="ArrayOfWorkItemResources">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="WorkItemResources" type="{http://clarizen.com/api/queries}WorkItemResources" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<WorkItemResources> workItemResources
Public Constructors
ArrayOfWorkItemResources()
Public Methods
List<WorkItemResources> getWorkItemResources()
Gets the value of the workItemResources property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<WorkItemResources> workItemResources

Public Constructors

public ArrayOfWorkItemResources ()

Public Methods

public List<WorkItemResources> getWorkItemResources ()

Gets the value of the workItemResources 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 workItemResources property.

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

    getWorkItemResources().add(newItem);
 

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