Class PageSummary

  • Direct Known Subclasses:
    Page

    public class PageSummary
    extends LinkCollection

    Java class for PageSummary complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PageSummary">
       <complexContent>
         <extension base="{http://www.xwiki.org}LinkCollection">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="fullName" 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="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="rawTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="parent" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="parentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="authorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="xwikiRelativeUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="xwikiAbsoluteUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="translations" type="{http://www.xwiki.org}Translations"/>
             <element name="syntax" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PageSummary

        public PageSummary()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getFullName

        public String getFullName()
        Gets the value of the fullName property.
        Returns:
        possible object is String
      • setFullName

        public void setFullName​(String value)
        Sets the value of the fullName 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
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getRawTitle

        public String getRawTitle()
        Gets the value of the rawTitle property.
        Returns:
        possible object is String
      • setRawTitle

        public void setRawTitle​(String value)
        Sets the value of the rawTitle property.
        Parameters:
        value - allowed object is String
      • getParent

        public String getParent()
        Gets the value of the parent property.
        Returns:
        possible object is String
      • setParent

        public void setParent​(String value)
        Sets the value of the parent property.
        Parameters:
        value - allowed object is String
      • getParentId

        public String getParentId()
        Gets the value of the parentId property.
        Returns:
        possible object is String
      • setParentId

        public void setParentId​(String value)
        Sets the value of the parentId 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
      • getAuthor

        public String getAuthor()
        Gets the value of the author property.
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(String value)
        Sets the value of the author property.
        Parameters:
        value - allowed object is String
      • getAuthorName

        public String getAuthorName()
        Gets the value of the authorName property.
        Returns:
        possible object is String
      • setAuthorName

        public void setAuthorName​(String value)
        Sets the value of the authorName property.
        Parameters:
        value - allowed object is String
      • getXwikiRelativeUrl

        public String getXwikiRelativeUrl()
        Gets the value of the xwikiRelativeUrl property.
        Returns:
        possible object is String
      • setXwikiRelativeUrl

        public void setXwikiRelativeUrl​(String value)
        Sets the value of the xwikiRelativeUrl property.
        Parameters:
        value - allowed object is String
      • getXwikiAbsoluteUrl

        public String getXwikiAbsoluteUrl()
        Gets the value of the xwikiAbsoluteUrl property.
        Returns:
        possible object is String
      • setXwikiAbsoluteUrl

        public void setXwikiAbsoluteUrl​(String value)
        Sets the value of the xwikiAbsoluteUrl property.
        Parameters:
        value - allowed object is String
      • getTranslations

        public Translations getTranslations()
        Gets the value of the translations property.
        Returns:
        possible object is Translations
      • setTranslations

        public void setTranslations​(Translations value)
        Sets the value of the translations property.
        Parameters:
        value - allowed object is Translations
      • getSyntax

        public String getSyntax()
        Gets the value of the syntax property.
        Returns:
        possible object is String
      • setSyntax

        public void setSyntax​(String value)
        Sets the value of the syntax property.
        Parameters:
        value - allowed object is String