org.xwiki.rest.model.jaxb
Class HistorySummary

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.LinkCollection
      extended by org.xwiki.rest.model.jaxb.HistorySummary

public class HistorySummary
extends LinkCollection

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="modifierName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String comment
           
protected  String language
           
protected  int majorVersion
           
protected  int minorVersion
           
protected  Calendar modified
           
protected  String modifier
           
protected  String modifierName
           
protected  String name
           
protected  String pageId
           
protected  String space
           
protected  String version
           
protected  String wiki
           
 
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
 
Constructor Summary
HistorySummary()
           
 
Method Summary
 String getComment()
          Gets the value of the comment property.
 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.
 Calendar getModified()
          Gets the value of the modified property.
 String getModifier()
          Gets the value of the modifier property.
 String getModifierName()
          Gets the value of the modifierName property.
 String getName()
          Gets the value of the name property.
 String getPageId()
          Gets the value of the pageId property.
 String getSpace()
          Gets the value of the space property.
 String getVersion()
          Gets the value of the version property.
 String getWiki()
          Gets the value of the wiki property.
 void setComment(String value)
          Sets the value of the comment property.
 void setLanguage(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(Calendar value)
          Sets the value of the modified property.
 void setModifier(String value)
          Sets the value of the modifier property.
 void setModifierName(String value)
          Sets the value of the modifierName property.
 void setName(String value)
          Sets the value of the name property.
 void setPageId(String value)
          Sets the value of the pageId property.
 void setSpace(String value)
          Sets the value of the space property.
 void setVersion(String value)
          Sets the value of the version property.
 void setWiki(String value)
          Sets the value of the wiki property.
 HistorySummary withComment(String value)
           
 HistorySummary withLanguage(String value)
           
 HistorySummary withLinks(Collection<Link> values)
           
 HistorySummary withLinks(Link... values)
           
 HistorySummary withMajorVersion(int value)
           
 HistorySummary withMinorVersion(int value)
           
 HistorySummary withModified(Calendar value)
           
 HistorySummary withModifier(String value)
           
 HistorySummary withModifierName(String value)
           
 HistorySummary withName(String value)
           
 HistorySummary withPageId(String value)
           
 HistorySummary withSpace(String value)
           
 HistorySummary withVersion(String value)
           
 HistorySummary withWiki(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

pageId

protected String pageId

wiki

protected String wiki

space

protected String space

name

protected String name

version

protected String version

majorVersion

protected int majorVersion

minorVersion

protected int minorVersion

modified

protected Calendar modified

modifier

protected String modifier

modifierName

protected String modifierName

language

protected String language

comment

protected String comment
Constructor Detail

HistorySummary

public HistorySummary()
Method Detail

getPageId

public String getPageId()
Gets the value of the pageId property.

Returns:
possible object is String

setPageId

public void setPageId(String value)
Sets the value of the pageId property.

Parameters:
value - allowed object is String

getWiki

public String getWiki()
Gets the value of the wiki property.

Returns:
possible object is String

setWiki

public void setWiki(String value)
Sets the value of the wiki property.

Parameters:
value - allowed object is String

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getMajorVersion

public int getMajorVersion()
Gets the value of the majorVersion property.


setMajorVersion

public void setMajorVersion(int value)
Sets the value of the majorVersion property.


getMinorVersion

public int getMinorVersion()
Gets the value of the minorVersion property.


setMinorVersion

public void setMinorVersion(int value)
Sets the value of the minorVersion property.


getModified

public Calendar getModified()
Gets the value of the modified property.

Returns:
possible object is String

setModified

public void setModified(Calendar value)
Sets the value of the modified property.

Parameters:
value - allowed object is String

getModifier

public String getModifier()
Gets the value of the modifier property.

Returns:
possible object is String

setModifier

public void setModifier(String value)
Sets the value of the modifier property.

Parameters:
value - allowed object is String

getModifierName

public String getModifierName()
Gets the value of the modifierName property.

Returns:
possible object is String

setModifierName

public void setModifierName(String value)
Sets the value of the modifierName property.

Parameters:
value - allowed object is String

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

withPageId

public HistorySummary withPageId(String value)

withWiki

public HistorySummary withWiki(String value)

withSpace

public HistorySummary withSpace(String value)

withName

public HistorySummary withName(String value)

withVersion

public HistorySummary withVersion(String value)

withMajorVersion

public HistorySummary withMajorVersion(int value)

withMinorVersion

public HistorySummary withMinorVersion(int value)

withModified

public HistorySummary withModified(Calendar value)

withModifier

public HistorySummary withModifier(String value)

withModifierName

public HistorySummary withModifierName(String value)

withLanguage

public HistorySummary withLanguage(String value)

withComment

public HistorySummary withComment(String value)

withLinks

public HistorySummary withLinks(Link... values)
Overrides:
withLinks in class LinkCollection

withLinks

public HistorySummary withLinks(Collection<Link> values)
Overrides:
withLinks in class LinkCollection


Copyright © 2004-2013 XWiki. All Rights Reserved.