public class DocumentRevision extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="document_revision">
<xs:all>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="document_name"/>
<xs:element type="xs:string" name="revision"/>
<xs:element type="xs:string" name="filename"/>
<xs:element type="xs:string" name="file"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
DocumentRevision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentName()
Get the 'document_name' element value.
|
String |
getFile()
Get the 'file' element value.
|
String |
getFilename()
Get the 'filename' element value.
|
String |
getId()
Get the 'id' element value.
|
String |
getRevision()
Get the 'revision' element value.
|
void |
setDocumentName(String documentName)
Set the 'document_name' element value.
|
void |
setFile(String file)
Set the 'file' element value.
|
void |
setFilename(String filename)
Set the 'filename' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
void |
setRevision(String revision)
Set the 'revision' element value.
|
public String getId()
public void setId(String id)
id - public String getDocumentName()
public void setDocumentName(String documentName)
documentName - public String getRevision()
public void setRevision(String revision)
revision - public String getFilename()
public void setFilename(String filename)
filename - public String getFile()
public void setFile(String file)
file - Copyright © 2018 Europeana Foundation. All rights reserved.