public class

ExecuteResponse

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

Class Overview

Java class for anonymous complex type.

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

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

Summary

Fields
protected ArrayOfResult executeResult
Public Constructors
ExecuteResponse()
Public Methods
ArrayOfResult getExecuteResult()
Gets the value of the executeResult property.
void setExecuteResult(ArrayOfResult value)
Sets the value of the executeResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfResult executeResult

Public Constructors

public ExecuteResponse ()

Public Methods

public ArrayOfResult getExecuteResult ()

Gets the value of the executeResult property.

Returns

public void setExecuteResult (ArrayOfResult value)

Sets the value of the executeResult property.

Parameters
value Allowed object is ArrayOfResult