Class Statistics


  • public class Statistics
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="persons" type="{http://www.cienciavitae.pt/ns/statistic}total-ctype"/>
             <element name="projects" type="{http://www.cienciavitae.pt/ns/statistic}total-ctype"/>
             <element name="journal-articles" type="{http://www.cienciavitae.pt/ns/statistic}total-ctype"/>
             <element name="institutions" type="{http://www.cienciavitae.pt/ns/statistic}total-ctype"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Statistics

        public Statistics()
    • Method Detail

      • getPersons

        public TotalCtype getPersons()
        Gets the value of the persons property.
        Returns:
        possible object is TotalCtype
      • setPersons

        public void setPersons​(TotalCtype value)
        Sets the value of the persons property.
        Parameters:
        value - allowed object is TotalCtype
      • getProjects

        public TotalCtype getProjects()
        Gets the value of the projects property.
        Returns:
        possible object is TotalCtype
      • setProjects

        public void setProjects​(TotalCtype value)
        Sets the value of the projects property.
        Parameters:
        value - allowed object is TotalCtype
      • getJournalArticles

        public TotalCtype getJournalArticles()
        Gets the value of the journalArticles property.
        Returns:
        possible object is TotalCtype
      • setJournalArticles

        public void setJournalArticles​(TotalCtype value)
        Sets the value of the journalArticles property.
        Parameters:
        value - allowed object is TotalCtype
      • getInstitutions

        public TotalCtype getInstitutions()
        Gets the value of the institutions property.
        Returns:
        possible object is TotalCtype
      • setInstitutions

        public void setInstitutions​(TotalCtype value)
        Sets the value of the institutions property.
        Parameters:
        value - allowed object is TotalCtype