public class

DocumentRevision

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

Class Overview

Java class for document_revision complex type.

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

 <complexType name="document_revision">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="document_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="revision" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String documentName
protected String file
protected String filename
protected String id
protected String revision
Public Constructors
DocumentRevision()
Public Methods
String getDocumentName()
Gets the value of the documentName property.
String getFile()
Gets the value of the file property.
String getFilename()
Gets the value of the filename property.
String getId()
Gets the value of the id property.
String getRevision()
Gets the value of the revision property.
void setDocumentName(String value)
Sets the value of the documentName property.
void setFile(String value)
Sets the value of the file property.
void setFilename(String value)
Sets the value of the filename property.
void setId(String value)
Sets the value of the id property.
void setRevision(String value)
Sets the value of the revision property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String documentName

protected String file

protected String filename

protected String id

protected String revision

Public Constructors

public DocumentRevision ()

Public Methods

public String getDocumentName ()

Gets the value of the documentName property.

Returns
  • possible object is String

public String getFile ()

Gets the value of the file property.

Returns
  • possible object is String

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getRevision ()

Gets the value of the revision property.

Returns
  • possible object is String

public void setDocumentName (String value)

Sets the value of the documentName property.

Parameters
value Allowed object is String

public void setFile (String value)

Sets the value of the file property.

Parameters
value Allowed object is String

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setRevision (String value)

Sets the value of the revision property.

Parameters
value Allowed object is String