public class

ArrayOfOrderBy

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

Class Overview

Java class for ArrayOfOrderBy complex type.

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

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

Summary

Fields
protected List<OrderBy> orderBy
Public Constructors
ArrayOfOrderBy()
Public Methods
List<OrderBy> getOrderBy()
Gets the value of the orderBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<OrderBy> orderBy

Public Constructors

public ArrayOfOrderBy ()

Public Methods

public List<OrderBy> getOrderBy ()

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

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

    getOrderBy().add(newItem);
 

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