Package pt.cienciavitae.ns.statistic
Class Statistics
- java.lang.Object
-
- pt.cienciavitae.ns.statistic.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TotalCtypeinstitutionsprotected TotalCtypejournalArticlesprotected TotalCtypepersonsprotected TotalCtypeprojects
-
Constructor Summary
Constructors Constructor Description Statistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TotalCtypegetInstitutions()Gets the value of the institutions property.TotalCtypegetJournalArticles()Gets the value of the journalArticles property.TotalCtypegetPersons()Gets the value of the persons property.TotalCtypegetProjects()Gets the value of the projects property.voidsetInstitutions(TotalCtype value)Sets the value of the institutions property.voidsetJournalArticles(TotalCtype value)Sets the value of the journalArticles property.voidsetPersons(TotalCtype value)Sets the value of the persons property.voidsetProjects(TotalCtype value)Sets the value of the projects property.
-
-
-
Field Detail
-
persons
protected TotalCtype persons
-
projects
protected TotalCtype projects
-
journalArticles
protected TotalCtype journalArticles
-
institutions
protected TotalCtype institutions
-
-
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 isTotalCtype
-
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 isTotalCtype
-
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 isTotalCtype
-
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 isTotalCtype
-
-