Class Page


  • public class Page
    extends Object
    Contains the text content of a page element as well as additional page related information

    Java class for Page complex type.

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

     <complexType name="Page">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PageName" type="{}TokenMaxLen255" minOccurs="0"/>
             <element name="Elements" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Element" type="{}Element" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ContextInformationURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ThumbnailImageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="PageID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pageName

        protected String pageName
      • contextInformationURL

        protected String contextInformationURL
      • thumbnailImageURL

        protected String thumbnailImageURL
      • pageID

        protected int pageID
    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • getPageName

        public String getPageName()
        Gets the value of the pageName property.
        Returns:
        possible object is String
      • setPageName

        public void setPageName​(String value)
        Sets the value of the pageName property.
        Parameters:
        value - allowed object is String
      • getElements

        public Page.Elements getElements()
        Gets the value of the elements property.
        Returns:
        possible object is Page.Elements
      • setElements

        public void setElements​(Page.Elements value)
        Sets the value of the elements property.
        Parameters:
        value - allowed object is Page.Elements
      • getContextInformationURL

        public String getContextInformationURL()
        Gets the value of the contextInformationURL property.
        Returns:
        possible object is String
      • setContextInformationURL

        public void setContextInformationURL​(String value)
        Sets the value of the contextInformationURL property.
        Parameters:
        value - allowed object is String
      • getThumbnailImageURL

        public String getThumbnailImageURL()
        Gets the value of the thumbnailImageURL property.
        Returns:
        possible object is String
      • setThumbnailImageURL

        public void setThumbnailImageURL​(String value)
        Sets the value of the thumbnailImageURL property.
        Parameters:
        value - allowed object is String
      • getPageID

        public int getPageID()
        Gets the value of the pageID property.
      • setPageID

        public void setPageID​(int value)
        Sets the value of the pageID property.