public class Page 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">
<sequence>
<element name="revisions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rev">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="pageid" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="ns" type="{http://www.w3.org/2001/XMLSchema}byte" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected Integer |
counter |
protected String |
deletetoken |
protected String |
edittoken |
protected Imageinfo |
imageinfo |
protected List<Im> |
images |
protected Integer |
lastrevid |
protected Integer |
length |
protected Integer |
ns |
protected Short |
pageid |
protected List<Rev> |
revisions |
protected XMLGregorianCalendar |
starttimestamp |
protected String |
title |
protected XMLGregorianCalendar |
touched
Mediawiki 1_19
|
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCounter()
Gets the value of the counter property.
|
String |
getDeletetoken() |
String |
getEdittoken()
Gets the value of the edittoken property.
|
Imageinfo |
getImageinfo()
Ruft den Wert der imageinfo-Eigenschaft ab.
|
List<Im> |
getImages()
Gets the value of the images property.
|
Integer |
getLastrevid()
Gets the value of the lastrevid property.
|
Integer |
getLength()
Gets the value of the length property.
|
String |
getNew()
Gets the value of the new property.
|
Integer |
getNs()
Gets the value of the ns property.
|
Short |
getPageid()
Gets the value of the pageid property.
|
List<Rev> |
getRevisions()
Gets the value of the revisions property.
|
XMLGregorianCalendar |
getStarttimestamp()
Gets the value of the starttimestamp property.
|
String |
getTitle()
Gets the value of the title property.
|
XMLGregorianCalendar |
getTouched()
Gets the value of the touched property.
|
void |
setCounter(Integer value)
Sets the value of the counter property.
|
void |
setDeletetoken(String deletetoken) |
void |
setEdittoken(String value)
Sets the value of the edittoken property.
|
void |
setImageinfo(Imageinfo value)
Legt den Wert der imageinfo-Eigenschaft fest.
|
void |
setImages(List<Im> value)
Sets the value of the images property.
|
void |
setLastrevid(Integer value)
Sets the value of the lastrevid property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setNew(String value)
Sets the value of the new property.
|
void |
setNs(Integer value)
Sets the value of the ns property.
|
void |
setPageid(Short value)
Sets the value of the pageid property.
|
void |
setRevisions(List<Rev> value)
Sets the value of the revisions property.
|
void |
setStarttimestamp(XMLGregorianCalendar value)
Sets the value of the starttimestamp property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTouched(XMLGregorianCalendar value)
Sets the value of the touched property.
|
protected Short pageid
protected Integer ns
protected String title
protected Imageinfo imageinfo
protected XMLGregorianCalendar touched
protected Integer lastrevid
protected Integer counter
protected Integer length
protected String _new
protected XMLGregorianCalendar starttimestamp
protected String edittoken
protected String deletetoken
public List<Rev> getRevisions()
Revpublic void setRevisions(List<Rev> value)
value - list of Revpublic void setImages(List<Im> value)
value - list of Impublic Short getPageid()
Shortpublic void setPageid(Short value)
value - allowed object is
Shortpublic void setNs(Integer value)
value - allowed object is
Integerpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getTouched()
XMLGregorianCalendarpublic void setTouched(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getLastrevid()
Integerpublic void setLastrevid(Integer value)
value - allowed object is
Integerpublic Integer getCounter()
Integerpublic void setCounter(Integer value)
value - allowed object is
Integerpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getNew()
Stringpublic void setNew(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStarttimestamp()
XMLGregorianCalendarpublic void setStarttimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getEdittoken()
Stringpublic void setEdittoken(String value)
value - allowed object is
Stringpublic String getDeletetoken()
public void setDeletetoken(String deletetoken)
deletetoken - the deletetoken to setpublic Imageinfo getImageinfo()
ImageinfoCopyright © 2018 BITPlan GmbH. All rights reserved.