|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.rest.model.jaxb.LinkCollection
org.xwiki.rest.model.jaxb.HistorySummary
public class HistorySummary
Java class for HistorySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistorySummary">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<sequence>
<element name="pageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="wiki" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="space" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
language
|
protected int |
majorVersion
|
protected int |
minorVersion
|
protected java.util.Calendar |
modified
|
protected java.lang.String |
modifier
|
protected java.lang.String |
name
|
protected java.lang.String |
pageId
|
protected java.lang.String |
space
|
protected java.lang.String |
version
|
protected java.lang.String |
wiki
|
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
HistorySummary()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLanguage()
Gets the value of the language property. |
int |
getMajorVersion()
Gets the value of the majorVersion property. |
int |
getMinorVersion()
Gets the value of the minorVersion property. |
java.util.Calendar |
getModified()
Gets the value of the modified property. |
java.lang.String |
getModifier()
Gets the value of the modifier property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPageId()
Gets the value of the pageId property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
java.lang.String |
getWiki()
Gets the value of the wiki property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
void |
setMajorVersion(int value)
Sets the value of the majorVersion property. |
void |
setMinorVersion(int value)
Sets the value of the minorVersion property. |
void |
setModified(java.util.Calendar value)
Sets the value of the modified property. |
void |
setModifier(java.lang.String value)
Sets the value of the modifier property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPageId(java.lang.String value)
Sets the value of the pageId property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
void |
setWiki(java.lang.String value)
Sets the value of the wiki property. |
HistorySummary |
withLanguage(java.lang.String value)
|
HistorySummary |
withLinks(java.util.Collection<Link> values)
|
HistorySummary |
withLinks(Link... values)
|
HistorySummary |
withMajorVersion(int value)
|
HistorySummary |
withMinorVersion(int value)
|
HistorySummary |
withModified(java.util.Calendar value)
|
HistorySummary |
withModifier(java.lang.String value)
|
HistorySummary |
withName(java.lang.String value)
|
HistorySummary |
withPageId(java.lang.String value)
|
HistorySummary |
withSpace(java.lang.String value)
|
HistorySummary |
withVersion(java.lang.String value)
|
HistorySummary |
withWiki(java.lang.String value)
|
| Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
getLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String pageId
protected java.lang.String wiki
protected java.lang.String space
protected java.lang.String name
protected java.lang.String version
protected int majorVersion
protected int minorVersion
protected java.util.Calendar modified
protected java.lang.String modifier
protected java.lang.String language
| Constructor Detail |
|---|
public HistorySummary()
| Method Detail |
|---|
public java.lang.String getPageId()
Stringpublic void setPageId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWiki()
Stringpublic void setWiki(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
public java.util.Calendar getModified()
Stringpublic void setModified(java.util.Calendar value)
value - allowed object is
Stringpublic java.lang.String getModifier()
Stringpublic void setModifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic HistorySummary withPageId(java.lang.String value)
public HistorySummary withWiki(java.lang.String value)
public HistorySummary withSpace(java.lang.String value)
public HistorySummary withName(java.lang.String value)
public HistorySummary withVersion(java.lang.String value)
public HistorySummary withMajorVersion(int value)
public HistorySummary withMinorVersion(int value)
public HistorySummary withModified(java.util.Calendar value)
public HistorySummary withModifier(java.lang.String value)
public HistorySummary withLanguage(java.lang.String value)
public HistorySummary withLinks(Link... values)
withLinks in class LinkCollectionpublic HistorySummary withLinks(java.util.Collection<Link> values)
withLinks in class LinkCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||