org.xwiki.rest.model.jaxb
Class ObjectSummary

java.lang.Object
  extended by org.xwiki.rest.model.jaxb.LinkCollection
      extended by 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="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"/>
         <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
protected  java.lang.String className
           
protected  java.lang.String guid
           
protected  java.lang.String headline
           
protected  java.lang.String id
           
protected  int number
           
protected  java.lang.String pageId
           
protected  java.lang.String pageName
           
protected  java.lang.String space
           
protected  java.lang.String wiki
           
 
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
 
Constructor Summary
ObjectSummary()
           
 
Method Summary
 java.lang.String getClassName()
          Gets the value of the className property.
 java.lang.String getGuid()
          Gets the value of the guid property.
 java.lang.String getHeadline()
          Gets the value of the headline property.
 java.lang.String getId()
          Gets the value of the id property.
 int getNumber()
          Gets the value of the number property.
 java.lang.String getPageId()
          Gets the value of the pageId 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 getWiki()
          Gets the value of the wiki property.
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void setGuid(java.lang.String value)
          Sets the value of the guid property.
 void setHeadline(java.lang.String value)
          Sets the value of the headline property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setNumber(int value)
          Sets the value of the number property.
 void setPageId(java.lang.String value)
          Sets the value of the pageId 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 setWiki(java.lang.String value)
          Sets the value of the wiki property.
 ObjectSummary withClassName(java.lang.String value)
           
 ObjectSummary withGuid(java.lang.String value)
           
 ObjectSummary withHeadline(java.lang.String value)
           
 ObjectSummary withId(java.lang.String value)
           
 ObjectSummary withLinks(java.util.Collection<Link> values)
           
 ObjectSummary withLinks(Link... values)
           
 ObjectSummary withNumber(int value)
           
 ObjectSummary withPageId(java.lang.String value)
           
 ObjectSummary withPageName(java.lang.String value)
           
 ObjectSummary withSpace(java.lang.String value)
           
 ObjectSummary 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

id

protected java.lang.String id

guid

protected java.lang.String guid

pageId

protected java.lang.String pageId

wiki

protected java.lang.String wiki

space

protected java.lang.String space

pageName

protected java.lang.String pageName

className

protected java.lang.String className

number

protected int number

headline

protected java.lang.String headline
Constructor Detail

ObjectSummary

public ObjectSummary()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getGuid

public java.lang.String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(java.lang.String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getPageId

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

Returns:
possible object is String

setPageId

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

Parameters:
value - allowed object is String

getWiki

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

Returns:
possible object is String

setWiki

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

Parameters:
value - allowed object is String

getSpace

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

Returns:
possible object is String

setSpace

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

Parameters:
value - allowed object is String

getPageName

public java.lang.String getPageName()
Gets the value of the pageName property.

Returns:
possible object is String

setPageName

public void setPageName(java.lang.String value)
Sets the value of the pageName property.

Parameters:
value - allowed object is String

getClassName

public java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

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 java.lang.String getHeadline()
Gets the value of the headline property.

Returns:
possible object is String

setHeadline

public void setHeadline(java.lang.String value)
Sets the value of the headline property.

Parameters:
value - allowed object is String

withId

public ObjectSummary withId(java.lang.String value)

withGuid

public ObjectSummary withGuid(java.lang.String value)

withPageId

public ObjectSummary withPageId(java.lang.String value)

withWiki

public ObjectSummary withWiki(java.lang.String value)

withSpace

public ObjectSummary withSpace(java.lang.String value)

withPageName

public ObjectSummary withPageName(java.lang.String value)

withClassName

public ObjectSummary withClassName(java.lang.String value)

withNumber

public ObjectSummary withNumber(int value)

withHeadline

public ObjectSummary withHeadline(java.lang.String value)

withLinks

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

withLinks

public ObjectSummary withLinks(java.util.Collection<Link> values)
Overrides:
withLinks in class LinkCollection


Copyright © 2004-2009 XWiki. All Rights Reserved.