public class

GenerateUniqueIdsMessage

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

Class Overview

Java class for GenerateUniqueIdsMessage complex type.

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

 <complexType name="GenerateUniqueIdsMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="Count" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int count
Public Constructors
GenerateUniqueIdsMessage()
Public Methods
int getCount()
Gets the value of the count property.
void setCount(int value)
Sets the value of the count property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int count

Public Constructors

public GenerateUniqueIdsMessage ()

Public Methods

public int getCount ()

Gets the value of the count property.

public void setCount (int value)

Sets the value of the count property.

Parameters
value