Package org.xwiki.rest.model.jaxb
Class ObjectSummary
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.LinkCollection
-
- org.xwiki.rest.model.jaxb.ObjectSummary
-
- Direct Known Subclasses:
Object
public class ObjectSummary extends LinkCollection
Java class for ObjectSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSummary"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageVersion" 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="pageName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageAuthor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageAuthorName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="className" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="headline" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected Stringguidprotected Stringheadlineprotected Stringidprotected intnumberprotected StringpageAuthorprotected StringpageAuthorNameprotected StringpageIdprotected StringpageNameprotected StringpageVersionprotected Stringspaceprotected Stringwiki-
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description ObjectSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Gets the value of the className property.StringgetGuid()Gets the value of the guid property.StringgetHeadline()Gets the value of the headline property.StringgetId()Gets the value of the id property.intgetNumber()Gets the value of the number property.StringgetPageAuthor()Gets the value of the pageAuthor property.StringgetPageAuthorName()Gets the value of the pageAuthorName property.StringgetPageId()Gets the value of the pageId property.StringgetPageName()Gets the value of the pageName property.StringgetPageVersion()Gets the value of the pageVersion property.StringgetSpace()Gets the value of the space property.StringgetWiki()Gets the value of the wiki property.voidsetClassName(String value)Sets the value of the className property.voidsetGuid(String value)Sets the value of the guid property.voidsetHeadline(String value)Sets the value of the headline property.voidsetId(String value)Sets the value of the id property.voidsetNumber(int value)Sets the value of the number property.voidsetPageAuthor(String value)Sets the value of the pageAuthor property.voidsetPageAuthorName(String value)Sets the value of the pageAuthorName property.voidsetPageId(String value)Sets the value of the pageId property.voidsetPageName(String value)Sets the value of the pageName property.voidsetPageVersion(String value)Sets the value of the pageVersion property.voidsetSpace(String value)Sets the value of the space property.voidsetWiki(String value)Sets the value of the wiki property.ObjectSummarywithClassName(String value)ObjectSummarywithGuid(String value)ObjectSummarywithHeadline(String value)ObjectSummarywithId(String value)ObjectSummarywithLinks(Collection<Link> values)ObjectSummarywithLinks(Link... values)ObjectSummarywithNumber(int value)ObjectSummarywithPageAuthor(String value)ObjectSummarywithPageAuthorName(String value)ObjectSummarywithPageId(String value)ObjectSummarywithPageName(String value)ObjectSummarywithPageVersion(String value)ObjectSummarywithSpace(String value)ObjectSummarywithWiki(String value)-
Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks
-
-
-
-
Field Detail
-
id
protected String id
-
guid
protected String guid
-
pageId
protected String pageId
-
pageVersion
protected String pageVersion
-
wiki
protected String wiki
-
space
protected String space
-
pageName
protected String pageName
-
pageAuthor
protected String pageAuthor
-
pageAuthorName
protected String pageAuthorName
-
className
protected String className
-
number
protected int number
-
headline
protected String headline
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getGuid
public String getGuid()
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
public void setGuid(String value)
Sets the value of the guid property.- Parameters:
value- allowed object isString
-
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 isString
-
getPageVersion
public String getPageVersion()
Gets the value of the pageVersion property.- Returns:
- possible object is
String
-
setPageVersion
public void setPageVersion(String value)
Sets the value of the pageVersion property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
getPageName
public String getPageName()
Gets the value of the pageName property.- Returns:
- possible object is
String
-
setPageName
public void setPageName(String value)
Sets the value of the pageName property.- Parameters:
value- allowed object isString
-
getPageAuthor
public String getPageAuthor()
Gets the value of the pageAuthor property.- Returns:
- possible object is
String
-
setPageAuthor
public void setPageAuthor(String value)
Sets the value of the pageAuthor property.- Parameters:
value- allowed object isString
-
getPageAuthorName
public String getPageAuthorName()
Gets the value of the pageAuthorName property.- Returns:
- possible object is
String
-
setPageAuthorName
public void setPageAuthorName(String value)
Sets the value of the pageAuthorName property.- Parameters:
value- allowed object isString
-
getClassName
public String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
public void setClassName(String value)
Sets the value of the className property.- Parameters:
value- allowed object isString
-
getNumber
public int getNumber()
Gets the value of the number property.
-
setNumber
public void setNumber(int value)
Sets the value of the number property.
-
getHeadline
public String getHeadline()
Gets the value of the headline property.- Returns:
- possible object is
String
-
setHeadline
public void setHeadline(String value)
Sets the value of the headline property.- Parameters:
value- allowed object isString
-
withId
public ObjectSummary withId(String value)
-
withGuid
public ObjectSummary withGuid(String value)
-
withPageId
public ObjectSummary withPageId(String value)
-
withPageVersion
public ObjectSummary withPageVersion(String value)
-
withWiki
public ObjectSummary withWiki(String value)
-
withSpace
public ObjectSummary withSpace(String value)
-
withPageName
public ObjectSummary withPageName(String value)
-
withPageAuthor
public ObjectSummary withPageAuthor(String value)
-
withPageAuthorName
public ObjectSummary withPageAuthorName(String value)
-
withClassName
public ObjectSummary withClassName(String value)
-
withNumber
public ObjectSummary withNumber(int value)
-
withHeadline
public ObjectSummary withHeadline(String value)
-
withLinks
public ObjectSummary withLinks(Link... values)
- Overrides:
withLinksin classLinkCollection
-
withLinks
public ObjectSummary withLinks(Collection<Link> values)
- Overrides:
withLinksin classLinkCollection
-
-