public class

MetadataResponse

extends Object
java.lang.Object
   ↳ com.clarizen.api.MetadataResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MetadataResult" type="{http://clarizen.com/api}Result" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Result metadataResult
Public Constructors
MetadataResponse()
Public Methods
Result getMetadataResult()
Gets the value of the metadataResult property.
void setMetadataResult(Result value)
Sets the value of the metadataResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Result metadataResult

Public Constructors

public MetadataResponse ()

Public Methods

public Result getMetadataResult ()

Gets the value of the metadataResult property.

Returns

public void setMetadataResult (Result value)

Sets the value of the metadataResult property.

Parameters
value Allowed object is Result