public class

ArrayOfBaseEntity

extends Object
java.lang.Object
   ↳ com.clarizen.api.ArrayOfBaseEntity

Class Overview

Java class for ArrayOfBaseEntity complex type.

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

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

Summary

Fields
protected List<BaseEntity> baseEntity
Public Constructors
ArrayOfBaseEntity()
Public Methods
List<BaseEntity> getBaseEntity()
Gets the value of the baseEntity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BaseEntity> baseEntity

Public Constructors

public ArrayOfBaseEntity ()

Public Methods

public List<BaseEntity> getBaseEntity ()

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

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

    getBaseEntity().add(newItem);
 

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