public class

LifecycleMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.LifecycleMessage

Class Overview

Java class for LifecycleMessage complex type.

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

 <complexType name="LifecycleMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="Ids" type="{http://clarizen.com/api}ArrayOfEntityId" minOccurs="0"/>
         <element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfEntityId ids
protected String operation
protected Boolean recursive
Public Constructors
LifecycleMessage()
Public Methods
ArrayOfEntityId getIds()
Gets the value of the ids property.
String getOperation()
Gets the value of the operation property.
Boolean isRecursive()
Gets the value of the recursive property.
void setIds(ArrayOfEntityId value)
Sets the value of the ids property.
void setOperation(String value)
Sets the value of the operation property.
void setRecursive(Boolean value)
Sets the value of the recursive property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfEntityId ids

protected String operation

protected Boolean recursive

Public Constructors

public LifecycleMessage ()

Public Methods

public ArrayOfEntityId getIds ()

Gets the value of the ids property.

Returns

public String getOperation ()

Gets the value of the operation property.

Returns
  • possible object is String

public Boolean isRecursive ()

Gets the value of the recursive property.

Returns
  • possible object is Boolean

public void setIds (ArrayOfEntityId value)

Sets the value of the ids property.

Parameters
value Allowed object is ArrayOfEntityId

public void setOperation (String value)

Sets the value of the operation property.

Parameters
value Allowed object is String

public void setRecursive (Boolean value)

Sets the value of the recursive property.

Parameters
value Allowed object is Boolean