public class

Metadata

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

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="request" type="{http://clarizen.com/api/metadata}MetadataMessage" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MetadataMessage request
Public Constructors
Metadata()
Public Methods
MetadataMessage getRequest()
Gets the value of the request property.
void setRequest(MetadataMessage value)
Sets the value of the request property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MetadataMessage request

Public Constructors

public Metadata ()

Public Methods

public MetadataMessage getRequest ()

Gets the value of the request property.

Returns

public void setRequest (MetadataMessage value)

Sets the value of the request property.

Parameters
value Allowed object is MetadataMessage