Class Page


  • public class Page
    extends PageSummary

    Java class for Page complex type.

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

     <complexType name="Page">
       <complexContent>
         <extension base="{http://www.xwiki.org}PageSummary">
           <sequence>
             <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="creatorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="modifierName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="originalMetadataAuthor" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="originalMetadataAuthorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="class" type="{http://www.xwiki.org}Class" minOccurs="0"/>
             <element name="objects" type="{http://www.xwiki.org}Objects" minOccurs="0"/>
             <element name="attachments" type="{http://www.xwiki.org}Attachments" minOccurs="0"/>
             <element name="hierarchy" type="{http://www.xwiki.org}Hierarchy" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • language

        protected String language
      • majorVersion

        protected int majorVersion
      • minorVersion

        protected int minorVersion
      • hidden

        protected boolean hidden
      • creator

        protected String creator
      • creatorName

        protected String creatorName
      • modifier

        protected String modifier
      • modifierName

        protected String modifierName
      • originalMetadataAuthor

        protected String originalMetadataAuthor
      • originalMetadataAuthorName

        protected String originalMetadataAuthorName
      • comment

        protected String comment
      • content

        protected String content
      • clazz

        protected Class clazz
      • objects

        protected Objects objects
    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getMajorVersion

        public int getMajorVersion()
        Gets the value of the majorVersion property.
      • setMajorVersion

        public void setMajorVersion​(int value)
        Sets the value of the majorVersion property.
      • getMinorVersion

        public int getMinorVersion()
        Gets the value of the minorVersion property.
      • setMinorVersion

        public void setMinorVersion​(int value)
        Sets the value of the minorVersion property.
      • isHidden

        public boolean isHidden()
        Gets the value of the hidden property.
      • setHidden

        public void setHidden​(boolean value)
        Sets the value of the hidden property.
      • getCreated

        public Calendar getCreated()
        Gets the value of the created property.
        Returns:
        possible object is String
      • setCreated

        public void setCreated​(Calendar value)
        Sets the value of the created property.
        Parameters:
        value - allowed object is String
      • getCreator

        public String getCreator()
        Gets the value of the creator property.
        Returns:
        possible object is String
      • setCreator

        public void setCreator​(String value)
        Sets the value of the creator property.
        Parameters:
        value - allowed object is String
      • getCreatorName

        public String getCreatorName()
        Gets the value of the creatorName property.
        Returns:
        possible object is String
      • setCreatorName

        public void setCreatorName​(String value)
        Sets the value of the creatorName property.
        Parameters:
        value - allowed object is String
      • getModified

        public Calendar getModified()
        Gets the value of the modified property.
        Returns:
        possible object is String
      • setModified

        public void setModified​(Calendar value)
        Sets the value of the modified property.
        Parameters:
        value - allowed object is String
      • getModifier

        public String getModifier()
        Gets the value of the modifier property.
        Returns:
        possible object is String
      • setModifier

        public void setModifier​(String value)
        Sets the value of the modifier property.
        Parameters:
        value - allowed object is String
      • getModifierName

        public String getModifierName()
        Gets the value of the modifierName property.
        Returns:
        possible object is String
      • setModifierName

        public void setModifierName​(String value)
        Sets the value of the modifierName property.
        Parameters:
        value - allowed object is String
      • getOriginalMetadataAuthor

        public String getOriginalMetadataAuthor()
        Gets the value of the originalMetadataAuthor property.
        Returns:
        possible object is String
      • setOriginalMetadataAuthor

        public void setOriginalMetadataAuthor​(String value)
        Sets the value of the originalMetadataAuthor property.
        Parameters:
        value - allowed object is String
      • getOriginalMetadataAuthorName

        public String getOriginalMetadataAuthorName()
        Gets the value of the originalMetadataAuthorName property.
        Returns:
        possible object is String
      • setOriginalMetadataAuthorName

        public void setOriginalMetadataAuthorName​(String value)
        Sets the value of the originalMetadataAuthorName property.
        Parameters:
        value - allowed object is String
      • getComment

        public String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getClazz

        public Class getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is Class
      • setClazz

        public void setClazz​(Class value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is Class
      • getObjects

        public Objects getObjects()
        Gets the value of the objects property.
        Returns:
        possible object is Objects
      • setObjects

        public void setObjects​(Objects value)
        Sets the value of the objects property.
        Parameters:
        value - allowed object is Objects
      • getAttachments

        public Attachments getAttachments()
        Gets the value of the attachments property.
        Returns:
        possible object is Attachments
      • setAttachments

        public void setAttachments​(Attachments value)
        Sets the value of the attachments property.
        Parameters:
        value - allowed object is Attachments
      • getHierarchy

        public Hierarchy getHierarchy()
        Gets the value of the hierarchy property.
        Returns:
        possible object is Hierarchy
      • setHierarchy

        public void setHierarchy​(Hierarchy value)
        Sets the value of the hierarchy property.
        Parameters:
        value - allowed object is Hierarchy
      • withLanguage

        public Page withLanguage​(String value)
      • withMajorVersion

        public Page withMajorVersion​(int value)
      • withMinorVersion

        public Page withMinorVersion​(int value)
      • withHidden

        public Page withHidden​(boolean value)
      • withCreator

        public Page withCreator​(String value)
      • withCreatorName

        public Page withCreatorName​(String value)
      • withModified

        public Page withModified​(Calendar value)
      • withModifier

        public Page withModifier​(String value)
      • withModifierName

        public Page withModifierName​(String value)
      • withOriginalMetadataAuthor

        public Page withOriginalMetadataAuthor​(String value)
      • withOriginalMetadataAuthorName

        public Page withOriginalMetadataAuthorName​(String value)
      • withComment

        public Page withComment​(String value)
      • withContent

        public Page withContent​(String value)
      • withClazz

        public Page withClazz​(Class value)
      • withObjects

        public Page withObjects​(Objects value)