public class

GetDocumentRevisionResponseType

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.GetDocumentRevisionResponseType

Class Overview

Java class for get_document_revisionResponseType complex type.

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

 <complexType name="get_document_revisionResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="return" type="{http://www.sugarcrm.com/sugarcrm}new_return_document_revision" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected NewReturnDocumentRevision _return
Public Constructors
GetDocumentRevisionResponseType()
Public Methods
NewReturnDocumentRevision getReturn()
Gets the value of the return property.
void setReturn(NewReturnDocumentRevision value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NewReturnDocumentRevision _return

Public Constructors

public GetDocumentRevisionResponseType ()

Public Methods

public NewReturnDocumentRevision getReturn ()

Gets the value of the return property.

Returns

public void setReturn (NewReturnDocumentRevision value)

Sets the value of the return property.

Parameters
value Allowed object is NewReturnDocumentRevision