| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.DocumentRevision |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| documentName | |||||||||||
| file | |||||||||||
| filename | |||||||||||
| id | |||||||||||
| revision | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the documentName property.
| |||||||||||
Gets the value of the file property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the revision property.
| |||||||||||
Sets the value of the documentName property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the revision property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the documentName property.
Gets the value of the file property.
Gets the value of the filename property.
Gets the value of the id property.
Gets the value of the revision property.
Sets the value of the documentName property.
| value | Allowed object is String |
|---|
Sets the value of the file property.
| value | Allowed object is String |
|---|
Sets the value of the filename property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the revision property.
| value | Allowed object is String |
|---|