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