Package pt.cienciavitae.ns.funding
Class InvestigatorsCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.ContainerCtype
-
- pt.cienciavitae.ns.funding.InvestigatorsCtype
-
public class InvestigatorsCtype extends ContainerCtype
Java class for investigators-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigators-ctype"> <complexContent> <extension base="{http://www.cienciavitae.pt/ns/common}container-ctype"> <sequence> <element name="investigator" type="{http://www.cienciavitae.pt/ns/funding}investigator-ctype" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<InvestigatorCtype>investigator-
Fields inherited from class pt.cienciavitae.ns.common.ContainerCtype
total
-
-
Constructor Summary
Constructors Constructor Description InvestigatorsCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InvestigatorCtype>getInvestigator()Gets the value of the investigator property.-
Methods inherited from class pt.cienciavitae.ns.common.ContainerCtype
getTotal, setTotal
-
-
-
-
Field Detail
-
investigator
protected List<InvestigatorCtype> investigator
-
-
Method Detail
-
getInvestigator
public List<InvestigatorCtype> getInvestigator()
Gets the value of the investigator property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the investigator property.For example, to add a new item, do as follows:
getInvestigator().add(newItem);Objects of the following type(s) are allowed in the list
InvestigatorCtype
-
-