public class DocumentRevision extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentName |
protected String |
file |
protected String |
filename |
protected String |
id |
protected String |
revision |
| Constructor and Description |
|---|
DocumentRevision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentName()
Gets the value of the documentName property.
|
String |
getFile()
Gets the value of the file property.
|
String |
getFilename()
Gets the value of the filename property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRevision()
Gets the value of the revision property.
|
void |
setDocumentName(String value)
Sets the value of the documentName property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRevision(String value)
Sets the value of the revision property.
|
protected String id
protected String documentName
protected String revision
protected String filename
protected String file
public void setId(String value)
value - allowed object is
Stringpublic String getDocumentName()
Stringpublic void setDocumentName(String value)
value - allowed object is
Stringpublic String getRevision()
Stringpublic void setRevision(String value)
value - allowed object is
Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getFile()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.