public class

SetDocumentRevisionRequestType

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

Class Overview

Java class for set_document_revisionRequestType complex type.

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

 <complexType name="set_document_revisionRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="note" type="{http://www.sugarcrm.com/sugarcrm}document_revision" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DocumentRevision note
protected String session
Public Constructors
SetDocumentRevisionRequestType()
Public Methods
DocumentRevision getNote()
Gets the value of the note property.
String getSession()
Gets the value of the session property.
void setNote(DocumentRevision value)
Sets the value of the note property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DocumentRevision note

protected String session

Public Constructors

public SetDocumentRevisionRequestType ()

Public Methods

public DocumentRevision getNote ()

Gets the value of the note property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setNote (DocumentRevision value)

Sets the value of the note property.

Parameters
value Allowed object is DocumentRevision

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String