|
||||||||||
| 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.SearchResult
public class SearchResult
Java class for SearchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResult">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageFullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" 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="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="authorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="className" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="filename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="score" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="object" type="{http://www.xwiki.org}Object" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
author
|
protected String |
authorName
|
protected String |
className
|
protected String |
filename
|
protected String |
id
|
protected String |
language
|
protected Calendar |
modified
|
protected Object |
object
|
protected Integer |
objectNumber
|
protected String |
pageFullName
|
protected String |
pageName
|
protected Float |
score
|
protected String |
space
|
protected String |
title
|
protected String |
type
|
protected String |
version
|
protected String |
wiki
|
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
SearchResult()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the value of the author property. |
String |
getAuthorName()
Gets the value of the authorName property. |
String |
getClassName()
Gets the value of the className property. |
String |
getFilename()
Gets the value of the filename property. |
String |
getId()
Gets the value of the id property. |
String |
getLanguage()
Gets the value of the language property. |
Calendar |
getModified()
Gets the value of the modified property. |
Object |
getObject()
Gets the value of the object property. |
Integer |
getObjectNumber()
Gets the value of the objectNumber property. |
String |
getPageFullName()
Gets the value of the pageFullName property. |
String |
getPageName()
Gets the value of the pageName property. |
Float |
getScore()
Gets the value of the score property. |
String |
getSpace()
Gets the value of the space property. |
String |
getTitle()
Gets the value of the title property. |
String |
getType()
Gets the value of the type property. |
String |
getVersion()
Gets the value of the version property. |
String |
getWiki()
Gets the value of the wiki property. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setAuthorName(String value)
Sets the value of the authorName property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setModified(Calendar value)
Sets the value of the modified property. |
void |
setObject(Object value)
Sets the value of the object property. |
void |
setObjectNumber(Integer value)
Sets the value of the objectNumber property. |
void |
setPageFullName(String value)
Sets the value of the pageFullName property. |
void |
setPageName(String value)
Sets the value of the pageName property. |
void |
setScore(Float value)
Sets the value of the score property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setTitle(String value)
Sets the value of the title property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
setWiki(String value)
Sets the value of the wiki property. |
SearchResult |
withAuthor(String value)
|
SearchResult |
withAuthorName(String value)
|
SearchResult |
withClassName(String value)
|
SearchResult |
withFilename(String value)
|
SearchResult |
withId(String value)
|
SearchResult |
withLanguage(String value)
|
SearchResult |
withLinks(Collection<Link> values)
|
SearchResult |
withLinks(Link... values)
|
SearchResult |
withModified(Calendar value)
|
SearchResult |
withObject(Object value)
|
SearchResult |
withObjectNumber(Integer value)
|
SearchResult |
withPageFullName(String value)
|
SearchResult |
withPageName(String value)
|
SearchResult |
withScore(Float value)
|
SearchResult |
withSpace(String value)
|
SearchResult |
withTitle(String value)
|
SearchResult |
withType(String value)
|
SearchResult |
withVersion(String value)
|
SearchResult |
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 |
|---|
protected String type
protected String id
protected String pageFullName
protected String title
protected String wiki
protected String space
protected String pageName
protected Calendar modified
protected String author
protected String authorName
protected String version
protected String language
protected String className
protected Integer objectNumber
protected String filename
protected Float score
protected Object object
| Constructor Detail |
|---|
public SearchResult()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getPageFullName()
Stringpublic void setPageFullName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getWiki()
Stringpublic void setWiki(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic String getPageName()
Stringpublic void setPageName(String value)
value - allowed object is
Stringpublic Calendar getModified()
Stringpublic void setModified(Calendar value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getAuthorName()
Stringpublic void setAuthorName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic Integer getObjectNumber()
Integerpublic void setObjectNumber(Integer value)
value - allowed object is
Integerpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic Float getScore()
Floatpublic void setScore(Float value)
value - allowed object is
Floatpublic Object getObject()
Objectpublic void setObject(Object value)
value - allowed object is
Objectpublic SearchResult withType(String value)
public SearchResult withId(String value)
public SearchResult withPageFullName(String value)
public SearchResult withTitle(String value)
public SearchResult withWiki(String value)
public SearchResult withSpace(String value)
public SearchResult withPageName(String value)
public SearchResult withModified(Calendar value)
public SearchResult withAuthor(String value)
public SearchResult withAuthorName(String value)
public SearchResult withVersion(String value)
public SearchResult withLanguage(String value)
public SearchResult withClassName(String value)
public SearchResult withObjectNumber(Integer value)
public SearchResult withFilename(String value)
public SearchResult withScore(Float value)
public SearchResult withObject(Object value)
public SearchResult withLinks(Link... values)
withLinks in class LinkCollectionpublic SearchResult withLinks(Collection<Link> values)
withLinks in class LinkCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||