Class 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>
     
    • Constructor Detail

      • InvestigatorsCtype

        public InvestigatorsCtype()
    • 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 set method 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