| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.queries.GetTemplateDescriptionsMessage | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| typeName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the typeName property.
| |||||||||||
Sets the value of the typeName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the typeName property.
Sets the value of the typeName property.
| value | Allowed object is String |
|---|