public class Rc extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ns" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pageid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="revid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="old_revid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="rcid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="oldlen" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="newlen" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected Integer |
newlen |
protected Integer |
ns |
protected Integer |
oldlen |
protected Integer |
oldRevid |
protected Integer |
pageid |
protected Integer |
rcid |
protected Integer |
revid |
protected XMLGregorianCalendar |
timestamp |
protected String |
title |
protected String |
type |
protected String |
user |
| Constructor and Description |
|---|
Rc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNew()
Gets the value of the new property.
|
Integer |
getNewlen()
Gets the value of the newlen property.
|
Integer |
getNs()
Gets the value of the ns property.
|
Integer |
getOldlen()
Gets the value of the oldlen property.
|
Integer |
getOldRevid()
Gets the value of the oldRevid property.
|
Integer |
getPageid()
Gets the value of the pageid property.
|
Integer |
getRcid()
Gets the value of the rcid property.
|
Integer |
getRevid()
Gets the value of the revid property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setNew(String value)
Sets the value of the new property.
|
void |
setNewlen(Integer value)
Sets the value of the newlen property.
|
void |
setNs(Integer value)
Sets the value of the ns property.
|
void |
setOldlen(Integer value)
Sets the value of the oldlen property.
|
void |
setOldRevid(Integer value)
Sets the value of the oldRevid property.
|
void |
setPageid(Integer value)
Sets the value of the pageid property.
|
void |
setRcid(Integer value)
Sets the value of the rcid property.
|
void |
setRevid(Integer value)
Sets the value of the revid property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String type
protected Integer ns
protected String title
protected Integer pageid
protected Integer revid
protected Integer oldRevid
protected Integer rcid
protected String user
protected Integer oldlen
protected Integer newlen
protected XMLGregorianCalendar timestamp
protected String _new
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setNs(Integer value)
value - allowed object is
Integerpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Integer getPageid()
Integerpublic void setPageid(Integer value)
value - allowed object is
Integerpublic Integer getRevid()
Integerpublic void setRevid(Integer value)
value - allowed object is
Integerpublic Integer getOldRevid()
Integerpublic void setOldRevid(Integer value)
value - allowed object is
Integerpublic Integer getRcid()
Integerpublic void setRcid(Integer value)
value - allowed object is
Integerpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic Integer getOldlen()
Integerpublic void setOldlen(Integer value)
value - allowed object is
Integerpublic Integer getNewlen()
Integerpublic void setNewlen(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNew()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.