public class

GetTemplateDescriptionsMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.GetTemplateDescriptionsMessage

Class Overview

Java class for GetTemplateDescriptionsMessage complex type.

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

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

Summary

Fields
protected String typeName
Public Constructors
GetTemplateDescriptionsMessage()
Public Methods
String getTypeName()
Gets the value of the typeName property.
void setTypeName(String value)
Sets the value of the typeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String typeName

Public Constructors

public GetTemplateDescriptionsMessage ()

Public Methods

public String getTypeName ()

Gets the value of the typeName property.

Returns
  • possible object is String

public void setTypeName (String value)

Sets the value of the typeName property.

Parameters
value Allowed object is String