public class

NewReturnDocumentRevision

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

Class Overview

Java class for new_return_document_revision complex type.

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

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

Summary

Fields
protected DocumentRevision documentRevision
Public Constructors
NewReturnDocumentRevision()
Public Methods
DocumentRevision getDocumentRevision()
Gets the value of the documentRevision property.
void setDocumentRevision(DocumentRevision value)
Sets the value of the documentRevision property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DocumentRevision documentRevision

Public Constructors

public NewReturnDocumentRevision ()

Public Methods

public DocumentRevision getDocumentRevision ()

Gets the value of the documentRevision property.

Returns

public void setDocumentRevision (DocumentRevision value)

Sets the value of the documentRevision property.

Parameters
value Allowed object is DocumentRevision