public class Rev extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="contentformat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentmodel" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentformat |
protected String |
contentmodel |
protected Integer |
parentid |
protected Integer |
revid |
protected String |
timestamp |
protected String |
value |
| Constructor and Description |
|---|
Rev() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentformat()
Gets the value of the contentformat property.
|
String |
getContentmodel()
Gets the value of the contentmodel property.
|
Integer |
getParentid() |
Integer |
getRevid() |
String |
getTimestamp() |
String |
getValue()
Gets the value of the value property.
|
void |
setContentformat(String value)
Sets the value of the contentformat property.
|
void |
setContentmodel(String value)
Sets the value of the contentmodel property.
|
void |
setParentid(Integer parentid) |
void |
setRevid(Integer revid) |
void |
setTimestamp(String timestamp) |
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String contentformat
protected String contentmodel
protected Integer revid
protected Integer parentid
protected String timestamp
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getContentformat()
Stringpublic void setContentformat(String value)
value - allowed object is
Stringpublic String getContentmodel()
Stringpublic void setContentmodel(String value)
value - allowed object is
Stringpublic Integer getRevid()
public void setRevid(Integer revid)
revid - the revid to setpublic Integer getParentid()
public void setParentid(Integer parentid)
parentid - the parentid to setpublic String getTimestamp()
public void setTimestamp(String timestamp)
timestamp - the timestamp to setCopyright © 2018 BITPlan GmbH. All rights reserved.