public class

GetApplicationStatusMessage

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

Class Overview

Java class for GetApplicationStatusMessage complex type.

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

 <complexType name="GetApplicationStatusMessage">
   <complexContent>
     <extension base="{http://clarizen.com/api}BaseMessage">
       <sequence>
         <element name="ApplicationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String applicationId
Public Constructors
GetApplicationStatusMessage()
Public Methods
String getApplicationId()
Gets the value of the applicationId property.
void setApplicationId(String value)
Sets the value of the applicationId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String applicationId

Public Constructors

public GetApplicationStatusMessage ()

Public Methods

public String getApplicationId ()

Gets the value of the applicationId property.

Returns
  • possible object is String

public void setApplicationId (String value)

Sets the value of the applicationId property.

Parameters
value Allowed object is String