public class SetDocumentRevision extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="set_document_revision">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="ns:document_revision" name="note"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
SetDocumentRevision() |
| Modifier and Type | Method and Description |
|---|---|
DocumentRevision |
getNote()
Get the 'note' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setNote(DocumentRevision note)
Set the 'note' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
public String getSession()
public void setSession(String session)
session - public DocumentRevision getNote()
public void setNote(DocumentRevision note)
note - Copyright © 2018 Europeana Foundation. All rights reserved.