public class Edit 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="new" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pageid" type="{http://www.w3.org/2001/XMLSchema}Integer" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="contentmodel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="oldrevid" type="{http://www.w3.org/2001/XMLSchema}Integer" />
<attribute name="newrevid" type="{http://www.w3.org/2001/XMLSchema}Integer" />
<attribute name="newtimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected String |
contentmodel |
protected Integer |
newrevid |
protected XMLGregorianCalendar |
newtimestamp |
protected Integer |
oldrevid |
protected Integer |
pageid |
protected String |
result |
protected String |
title |
protected String |
value |
| Constructor and Description |
|---|
Edit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentmodel()
Gets the value of the contentmodel property.
|
String |
getNew()
Gets the value of the new property.
|
Integer |
getNewrevid()
Gets the value of the newrevid property.
|
XMLGregorianCalendar |
getNewtimestamp()
Gets the value of the newtimestamp property.
|
Integer |
getOldrevid()
Gets the value of the oldrevid property.
|
Integer |
getPageid()
Gets the value of the pageid property.
|
String |
getResult()
Gets the value of the result property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setContentmodel(String value)
Sets the value of the contentmodel property.
|
void |
setNew(String value)
Sets the value of the new property.
|
void |
setNewrevid(Integer value)
Sets the value of the newrevid property.
|
void |
setNewtimestamp(XMLGregorianCalendar value)
Sets the value of the newtimestamp property.
|
void |
setOldrevid(Integer value)
Sets the value of the oldrevid property.
|
void |
setPageid(Integer value)
Sets the value of the pageid property.
|
void |
setResult(String value)
Sets the value of the result property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String _new
protected String result
protected Integer pageid
protected String title
protected String contentmodel
protected Integer oldrevid
protected Integer newrevid
protected XMLGregorianCalendar newtimestamp
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getNew()
Stringpublic void setNew(String value)
value - allowed object is
Stringpublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic Integer getPageid()
Integerpublic void setPageid(Integer value)
value - allowed object is
Integerpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getContentmodel()
Stringpublic void setContentmodel(String value)
value - allowed object is
Stringpublic Integer getOldrevid()
Integerpublic void setOldrevid(Integer value)
value - allowed object is
Integerpublic Integer getNewrevid()
Integerpublic void setNewrevid(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getNewtimestamp()
XMLGregorianCalendarpublic void setNewtimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018 BITPlan GmbH. All rights reserved.