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