|
||||||||||
| 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="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="className" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
className
|
protected java.lang.String |
id
|
protected java.lang.Integer |
objectNumber
|
protected java.lang.String |
pageFullName
|
protected java.lang.String |
pageName
|
protected java.lang.String |
space
|
protected java.lang.String |
type
|
protected java.lang.String |
wiki
|
| Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
SearchResult()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.Integer |
getObjectNumber()
Gets the value of the objectNumber property. |
java.lang.String |
getPageFullName()
Gets the value of the pageFullName property. |
java.lang.String |
getPageName()
Gets the value of the pageName property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.String |
getWiki()
Gets the value of the wiki property. |
void |
setClassName(java.lang.String value)
Sets the value of the className property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setObjectNumber(java.lang.Integer value)
Sets the value of the objectNumber property. |
void |
setPageFullName(java.lang.String value)
Sets the value of the pageFullName property. |
void |
setPageName(java.lang.String value)
Sets the value of the pageName property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setWiki(java.lang.String value)
Sets the value of the wiki property. |
SearchResult |
withClassName(java.lang.String value)
|
SearchResult |
withId(java.lang.String value)
|
SearchResult |
withLinks(java.util.Collection<Link> values)
|
SearchResult |
withLinks(Link... values)
|
SearchResult |
withObjectNumber(java.lang.Integer value)
|
SearchResult |
withPageFullName(java.lang.String value)
|
SearchResult |
withPageName(java.lang.String value)
|
SearchResult |
withSpace(java.lang.String value)
|
SearchResult |
withType(java.lang.String value)
|
SearchResult |
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 type
protected java.lang.String id
protected java.lang.String pageFullName
protected java.lang.String wiki
protected java.lang.String space
protected java.lang.String pageName
protected java.lang.String className
protected java.lang.Integer objectNumber
| Constructor Detail |
|---|
public SearchResult()
| Method Detail |
|---|
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageFullName()
Stringpublic void setPageFullName(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 getPageName()
Stringpublic void setPageName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getObjectNumber()
Integerpublic void setObjectNumber(java.lang.Integer value)
value - allowed object is
Integerpublic SearchResult withType(java.lang.String value)
public SearchResult withId(java.lang.String value)
public SearchResult withPageFullName(java.lang.String value)
public SearchResult withWiki(java.lang.String value)
public SearchResult withSpace(java.lang.String value)
public SearchResult withPageName(java.lang.String value)
public SearchResult withClassName(java.lang.String value)
public SearchResult withObjectNumber(java.lang.Integer value)
public SearchResult withLinks(Link... values)
withLinks in class LinkCollectionpublic SearchResult 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 | |||||||||