public class

ArrayOfObjectPermissions

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

Class Overview

Java class for ArrayOfObjectPermissions complex type.

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

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

Summary

Fields
protected List<ObjectPermissions> objectPermissions
Public Constructors
ArrayOfObjectPermissions()
Public Methods
List<ObjectPermissions> getObjectPermissions()
Gets the value of the objectPermissions property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ObjectPermissions> objectPermissions

Public Constructors

public ArrayOfObjectPermissions ()

Public Methods

public List<ObjectPermissions> getObjectPermissions ()

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

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

    getObjectPermissions().add(newItem);
 

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